diff --git a/src/lib.typ b/src/lib.typ index efd15df..d1ef592 100644 --- a/src/lib.typ +++ b/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 ] - 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, [ - #circle(stroke: self.colors.primary + 0.86*dl, radius: 2.13*dl) + place(center + horizon, dx: -15em, [ + #circle(stroke: self.colors.primary + 13em, radius: 32em) ]) // Top-right icon + text @@ -219,7 +220,7 @@ v(0.95cm) block(width: 70%)[ - #text(size: 15pt)[#info.extra] + #info.extra ] if ( @@ -484,7 +485,7 @@ set cite(style: "alphanumeric") show bibliography: set par(spacing: 0.4cm) show bibliography: set grid(align: top + left) - show bibliography: set text(1.1em) + show bibliography: set text(17pt) show bibliography: t => { show grid.cell.where(x: 0): set text(fill: self.colors.secondary) show grid.cell.where(x: 0): set align(top + left) @@ -503,16 +504,16 @@ ) set enum( numbering: n => { - move(dy: -0.1em, circle(stroke: self.colors.primary + 2pt, radius: 0.4em, fill: self.colors.primary)[ - #align(center + horizon)[ #text(size: 0.7em, fill: black)[#n] ] - ]) + circle(stroke: self.colors.primary + 2pt, radius: 0.3cm)[ + #align(center + horizon)[ #text(size: 12pt, fill: black)[#n] ] + ] }, body-indent: 0.6cm ) // Code blocks 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 @@ -523,6 +524,7 @@ }), ..args, ) + body } diff --git a/template/slides.typ b/template/slides.typ index a4351b5..d91ff2e 100644 --- a/template/slides.typ +++ b/template/slides.typ @@ -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( aspect-ratio: "16-9",