Skip to content

Cite Glossary entry in another glossary entry #146

@FreezeManny

Description

@FreezeManny

Hello glossarium Team,
I ran into an issue with my current glossarium setup.
My setup consists of a separate List for abbreviations and for glossary entries. (to separate Acronyms and Glossary prints)

#let abbreviation-list = (
  (key: "MRR", long: "Mid Range Radar"),
  (key: "CAN", long: "Controller Area Network"),
)

#let glossary-list = (
  (
    key: "node",
    short: "node",
    description: [individual participant in a @CAN network, such as a control unit or sensor],
  ),
)

As you can see I am using the @can from the abbreviations in the glossary-list.
BUT: This only works half expected. If @can is not used anywhere else in the text, the abbreviation entry does not appear.
Now for the even bigger Issue: A #gls("CAN") or #gls() cannot be used as this causes a "layout did not converge within X attempts" Error.
A UseCase would be, that with the #gls function more commands can be specified.

Greetings

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions