Closed quachpas closed 1 month ago
@slashformotion What do you think about deprecating usage of state.final with a new user function register-glossary? Could be a step towards management of multiple glossaries at the same time.
state.final
register-glossary
#import "@preview/glossarium:0.4.0": make-glossary, register-glossary, print-glossary, gls, glspl #show: make-glossary + #let entry-list = (...) + #register-glossary(entry-list) ... // Your document body #print-glossary( - ( - ... - ) + entry-list )
@slashformotion What do you think about deprecating usage of
state.final
with a new user functionregister-glossary
? Could be a step towards management of multiple glossaries at the same time.