We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Further investigation needed to reduce the queries in #print-glossary to the minimal bug reproduction
#print-glossary
#import "@preview/glossarium:0.5.0": make-glossary, register-glossary, print-glossary #show: make-glossary #let entry-list = ( ( key: "A", short: "A", description: [@baran_jan_1989_OptimalSizingCapacitors] // layout divergence ), ( key: "B", short: "B", description: [@head @fig] ), ) #register-glossary(entry-list) #set par.line(numbering: "1") // layout divergence @A #heading(numbering: "1", [h]) <head> // OK #figure(numbering: "1", [f]) <fig> // OK #print-glossary(entry-list, show-all: false) // queries here #bibliography("writing/src/bibliography.bib")
The text was updated successfully, but these errors were encountered:
quachpas
No branches or pull requests
Further investigation needed to reduce the queries in
#print-glossary
to the minimal bug reproductionThe text was updated successfully, but these errors were encountered: