Update glossarium
This commit is contained in:
parent
915d894414
commit
017b6e5f88
2 changed files with 2 additions and 3 deletions
3
lib.typ
3
lib.typ
|
|
@ -1,5 +1,5 @@
|
|||
#import "modules/titlepage.typ": *
|
||||
#import "@preview/glossarium:0.5.4": print-glossary, register-glossary
|
||||
#import "@preview/glossarium:0.5.9": print-glossary
|
||||
|
||||
#let in-outline = state("in-outline", false)
|
||||
#let flex-caption(long, short) = context {
|
||||
|
|
@ -56,7 +56,6 @@
|
|||
#let listings(
|
||||
abbreviations: ()
|
||||
) = {
|
||||
register-glossary(abbreviations)
|
||||
// Enable short captions to omit citations
|
||||
show outline: it => {
|
||||
in-outline.update(true)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#import "abbreviations.typ": abbreviations
|
||||
#import "settings/metadata.typ": *
|
||||
#import "settings/settings.typ": *
|
||||
#import "@preview/glossarium:0.5.4": make-glossary, register-glossary
|
||||
#import "@preview/glossarium:0.5.9": make-glossary, register-glossary
|
||||
|
||||
#show: make-glossary
|
||||
#register-glossary(abbreviations)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue