Tagged Questions
The glossaries tag has no wiki summary.
3
votes
3answers
3k views
glossaries package and footnote in LaTeX
I am currently stuck, having two separate glossaries: main & acronyms. Acronyms glossary prints footnotes on first use in the text, but main glossary does not. Is there any way to make any other ...
2
votes
1answer
469 views
How to link to a glossary item (using package glossaries)
In my document i'm using the package glossaries to create a glossary. Everything works fine except that the is no link between the words in the text and the corresponding entry in my glossary (so you ...
2
votes
0answers
526 views
Include all entries / equivalent to nocite in latex glossaries package [closed]
I'm trying to create a glossary using the glossaries package in latex. Is there a way to force all defined terms to appear in the output glossary, even if they are unused in the text? I see this as ...
1
vote
3answers
70 views
Highlighting glossary terms inside a HTML document
We have a glossary with up to 2000 terms (where each glossary term may
consist of one, two or three words (either separated with whitespaces
or a dash).
Now we are looking for a solution for ...
1
vote
1answer
242 views
Latex: how to combine Acronym and Glossary
i'm using glossaries at latex:
I have a Acronyms (eg. API) that should be explained in the Glossary.
It should be linked to the Glossary at occurrence but should be written out at first occurrence.
...
0
votes
1answer
250 views
latex: footnote in glossaries entry
I need help with the latex glossaries package. I just need a footnote within a glossary entry.
Example:
\newglossaryentry{glos:vo}{
name=ValueObject,
description={a very good explanation for ...
0
votes
1answer
465 views
How to generate output depending on whether or not a userkey has been defined
I would like to modify the glossaryentryfield so that it creates output depending on whether or not user1 (key provided by the package has been defined/set or not. I tried the following:
...
0
votes
1answer
132 views
Error using \Glsentrytext{} in section title
When using the glossaries package in a LaTeX document I occasionally want to use a glossary entry as part of section or chapter title. For example:
\section{\Glsentrytext{big}}
This however ...
0
votes
2answers
144 views
Exclude entry from glossary?
I'm using the glossaries package in LaTeX. I've got \gls{foo} in my document, but I don't want the entry for "foo" to appear in the glossary. How can I keep a working (i.e. expanding) \gls{foo} in ...