From 25adc2df919505752e280e17703fb6675adb89c5 Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Thu, 11 Jul 2024 15:22:19 +0200 Subject: [PATCH] changed appendix heading to be invisable but still show up in toc --- src/pages/appendix.typ | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/appendix.typ b/src/pages/appendix.typ index dca3987..ce6270c 100644 --- a/src/pages/appendix.typ +++ b/src/pages/appendix.typ @@ -18,8 +18,10 @@ if "appendices" in config.thesis { pagebreak(weak: true) + // appendix will be invisible on the appendecies page + // but still listed in the ToC + show heading: it => [] heading(level: 1, numbering: none, title) - v(-2em) // APA style appendix show heading: it => {