Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e683b062ef |
2 changed files with 13 additions and 11 deletions
22
src/lib.typ
22
src/lib.typ
|
|
@ -154,14 +154,15 @@
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
#v(-0.5cm) #h(1.5cm)
|
#v(-0.5cm)
|
||||||
#box(circle-icon) #h(0.1cm) #self.store.institute
|
#box(circle-icon) #h(0.1cm) #self.store.institute
|
||||||
]
|
]
|
||||||
|
|
||||||
self.page.footer = footer-kfu
|
set page(footer: footer-kfu, header: none)
|
||||||
|
set block(below: 0pt, above: 0pt)
|
||||||
|
|
||||||
let dl = 11.5cm; place(center + horizon, dx: -dl, [
|
place(center + horizon, dx: -15em, [
|
||||||
#circle(stroke: self.colors.primary + 0.86*dl, radius: 2.13*dl)
|
#circle(stroke: self.colors.primary + 13em, radius: 32em)
|
||||||
])
|
])
|
||||||
|
|
||||||
// Top-right icon + text
|
// Top-right icon + text
|
||||||
|
|
@ -219,7 +220,7 @@
|
||||||
v(0.95cm)
|
v(0.95cm)
|
||||||
|
|
||||||
block(width: 70%)[
|
block(width: 70%)[
|
||||||
#text(size: 15pt)[#info.extra]
|
#info.extra
|
||||||
]
|
]
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
|
@ -484,7 +485,7 @@
|
||||||
set cite(style: "alphanumeric")
|
set cite(style: "alphanumeric")
|
||||||
show bibliography: set par(spacing: 0.4cm)
|
show bibliography: set par(spacing: 0.4cm)
|
||||||
show bibliography: set grid(align: top + left)
|
show bibliography: set grid(align: top + left)
|
||||||
show bibliography: set text(1.1em)
|
show bibliography: set text(17pt)
|
||||||
show bibliography: t => {
|
show bibliography: t => {
|
||||||
show grid.cell.where(x: 0): set text(fill: self.colors.secondary)
|
show grid.cell.where(x: 0): set text(fill: self.colors.secondary)
|
||||||
show grid.cell.where(x: 0): set align(top + left)
|
show grid.cell.where(x: 0): set align(top + left)
|
||||||
|
|
@ -503,16 +504,16 @@
|
||||||
)
|
)
|
||||||
set enum(
|
set enum(
|
||||||
numbering: n => {
|
numbering: n => {
|
||||||
move(dy: -0.1em, circle(stroke: self.colors.primary + 2pt, radius: 0.4em, fill: self.colors.primary)[
|
circle(stroke: self.colors.primary + 2pt, radius: 0.3cm)[
|
||||||
#align(center + horizon)[ #text(size: 0.7em, fill: black)[#n] ]
|
#align(center + horizon)[ #text(size: 12pt, fill: black)[#n] ]
|
||||||
])
|
]
|
||||||
},
|
},
|
||||||
body-indent: 0.6cm
|
body-indent: 0.6cm
|
||||||
)
|
)
|
||||||
|
|
||||||
// Code blocks
|
// Code blocks
|
||||||
show: codly-init.with()
|
show: codly-init.with()
|
||||||
show raw.where(block: true): set text(size: 1em)
|
show raw.where(block: true): set text(size: 13pt)
|
||||||
|
|
||||||
// Hotfixes, the messy part
|
// Hotfixes, the messy part
|
||||||
|
|
||||||
|
|
@ -523,6 +524,7 @@
|
||||||
}),
|
}),
|
||||||
..args,
|
..args,
|
||||||
)
|
)
|
||||||
|
|
||||||
body
|
body
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#import "@local/definitely-not-kfu-slides:1.0.2": *
|
#import "@local/definitely-not-kfu-slides:1.0.1": *
|
||||||
|
|
||||||
#show: definitely-not-kfu-theme.with(
|
#show: definitely-not-kfu-theme.with(
|
||||||
aspect-ratio: "16-9",
|
aspect-ratio: "16-9",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue