Skip to content
New issue

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

Enable referencing nested gloss from description with more than 1 level of indirection #64

Open
quachpas opened this issue Oct 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@quachpas
Copy link
Collaborator

quachpas commented Oct 12, 2024

#55
Introduced in 0.4.2 when replacing final behaviour

@quachpas quachpas added the bug Something isn't working label Oct 12, 2024
@quachpas quachpas self-assigned this Oct 12, 2024
@quachpas quachpas changed the title (0.4.2) Enable referencing gloss from description Enable referencing gloss from description Oct 12, 2024
@quachpas quachpas added this to the 0.5.1 milestone Oct 24, 2024
@quachpas quachpas changed the title Enable referencing gloss from description Enable referencing nested gloss from description with more than 1 level of indirection Oct 27, 2024
@quachpas
Copy link
Collaborator Author

@quachpas I think this demonstrates the problem. The fourth term does not get printed although it does gets cited by the third. If you cite the second term, the fourth term does appear.

#import "@preview/glossarium:0.4.1": make-glossary, print-glossary, gls, glspl
#show: make-glossary

#let glossary-terms = (
  (key: "unamura", short: "UNamura", long: "Namur Universitya", desc: [test a @unamurb]),
  (key: "unamurb", short: "UNamurb", long: "Namur Universityb", desc: [test b @unamurc]),
  (key: "unamurc", short: "UNamurc", long: "Namur Universityc", desc: [test c @unamurd]),
  (key: "unamurd", short: "UNamurd", long: "Namur Universityd", desc: [test d]),
)

@unamura sdsadas

// @unamurb sdsadas

#print-glossary((glossary-terms))

@quachpas quachpas modified the milestones: 0.5.1, 0.5.2 Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant