From a0d0f5b6d06eaa00a6d7e67843a2e37da3a1fa66 Mon Sep 17 00:00:00 2001 From: Sophie Krause Date: Fri, 6 Mar 2026 15:48:13 +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) }