changed: disabled back glossary references

This commit is contained in:
Sven Vogel 2024-07-08 10:27:48 +02:00
parent 18979f8f81
commit 256827d07b
1 changed files with 3 additions and 1 deletions

View File

@ -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)
}