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

layout divergence when referencing a bibliography item inside the glossary and enabling line numbering #72

Open
quachpas opened this issue Oct 25, 2024 · 0 comments
Assignees
Milestone

Comments

@quachpas
Copy link
Collaborator

Further investigation needed to reduce the queries in #print-glossary to the minimal bug reproduction

#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")
@quachpas quachpas added the bug label Oct 25, 2024
@quachpas quachpas added this to the 0.6.0 milestone Oct 25, 2024
@quachpas quachpas self-assigned this Oct 27, 2024
@quachpas quachpas modified the milestones: 0.6.0, 0.5.3 Oct 28, 2024
@quachpas quachpas removed the bug label Jan 27, 2025
@quachpas quachpas modified the milestones: 0.5.3, 0.6.0 Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant