From a90db5b0427de327e0e42a3303aa45a9238807da Mon Sep 17 00:00:00 2001 From: Sophie Krause Date: Wed, 26 Mar 2025 16:28:46 +0100 Subject: [PATCH] add emph to header --- docs/template.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/template.typ b/docs/template.typ index 6aa04b0..0dc8708 100644 --- a/docs/template.typ +++ b/docs/template.typ @@ -38,8 +38,8 @@ pagebreak() // Header - let show-header(ctx, candidates) = { - candidates.body + let show-header(ctx, c) = { + emph(c.body) v(-0.8em) line(length: 100%, stroke: 0.5pt) }