From 256827d07ba6413612f2c752caa83085a0753c8c Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Mon, 8 Jul 2024 10:27:48 +0200 Subject: [PATCH] changed: disabled back glossary references --- src/lib.typ | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib.typ b/src/lib.typ index 702f579..0f7b87b 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -62,7 +62,9 @@ #if "glossary" in config.thesis and config.thesis.glossary != none { heading(supplement: [outline], "Glossar") - print-glossary(config.thesis.glossary) + print-glossary( + disable-back-references: true, + config.thesis.glossary) pagebreak(weak: true) }