-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Milestone
Description
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