changed: disabled back glossary references
This commit is contained in:
parent
18979f8f81
commit
256827d07b
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue