From 0cd0fdc79e9b7bd10de5ce212da988fde102c0cd Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Thu, 5 Sep 2024 21:14:08 -0400 Subject: [PATCH] main.typ: minor adjustments - headers now have extra space after - lists now use square markers instead of circles --- main.typ | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/main.typ b/main.typ index 46542ff..a8659d0 100644 --- a/main.typ +++ b/main.typ @@ -113,7 +113,11 @@ fig } set table(inset: 10pt, stroke: 0.5pt + black) - show heading: set text(font: heading_font, weight: "black") + show heading: it => [ + #set text(font: heading_font, weight: "black") + #text(it) + #v(0.1em) + ] set heading(numbering: "1.") show raw.where(block: true): txt => pad( left: 0.5em, @@ -156,7 +160,7 @@ ] ], ) - set list(indent: 5pt, body-indent: 5pt) + set list(indent: 5pt, body-indent: 5pt, marker: ("▪", "‣")) set enum(indent: 5pt, body-indent: 5pt) // Configure paragraph properties.