From d71976611beed0241c2fdcc430b02a2d03b98968 Mon Sep 17 00:00:00 2001 From: MultisampledNight Date: Sun, 3 Mar 2024 16:17:37 +0100 Subject: [PATCH] slides: resplit slightly to improve readability --- slides/slides.typ | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/slides/slides.typ b/slides/slides.typ index 63c41ad..4445e33 100644 --- a/slides/slides.typ +++ b/slides/slides.typ @@ -21,17 +21,19 @@ top, box( inset: (top: 16pt, left: 20pt), - )[ - == #text(font: "Montserrat", size: 1.5em, name) #text(font: "Montserrat", size: 1em, fill: muted, pronouns) - #description - ], + heading( + text(font: "Montserrat", size: 1.5em, name) + + text(font: "Montserrat", size: 1em, fill: muted, pronouns) + ) + + description + ), ), ) } #polylux-slide(align(horizon + center)[ = typst - Dokumente schreiben macht auf einmal Spaß?! - #mute[_von Schrottkatze & Multisamplednight_] + #mute[_von Schrottkatze & MultisampledNight_] ]) #polylux-slide[ @@ -43,7 +45,7 @@ rows: (auto, auto), gutter: 12%, person("schrottkatze-pfp.jpg", [ Schrottkatze ], [ sie/ihr ], [ TODO ]), - person("multisn8-pfp.jpg", [ Multisamplednight ], [ alle pronomen ], [ höchst portables beschwergerät ]), + person("multisn8-pfp.jpg", [ MultisampledNight ], [ alle pronomen ], [ höchst portables beschwergerät ]), ), ) ]