Questions tagged [glossaries]
{glossaries} is about creating glossaries, acronyms, nomenclatures and similar lists. A popular package is `glossaries`.
1,851 questions
1 vote
0 answers
17 views
Using preview with glossaries?
I notice the following do not build: \documentclass{article} \usepackage[active,tightpage]{preview} \setlength\PreviewBorder{0pt} \usepackage[acronym]{glossaries} \makeglossaries \newacronym{NASA}{...
3 votes
0 answers
15 views
subref failing when glossaries package is loaded
I use \subref from the subcaption package to reference subfigures in the figure's caption. However, after updating my LaTeX installation, I now find that this fails. It appears to be a problem with ...
1 vote
1 answer
24 views
customize the heading style for categorized glossaries
How can I customize the heading style for categorized glossaries printed with the glossaries package? Currently, when using the book document class, glossary sections are formatted as chapter headings ...
0 votes
0 answers
15 views
Glossary terms in section heading: don't consider toc as first use, don't link to toc from glossary
If I use \gls{} in section headings, the table of contents will be considered first use. This isn't pretty, because it means that toc entries will differ from the section headings. It also links to ...
0 votes
0 answers
66 views
Latex illegal pream token, possible package updates
I want to implement this code from an older post because I like the look of the Glossaries. I changed the old "table-unit-alignment" to "table-text-alignment" but there are still 4 ...
4 votes
1 answer
115 views
How to handle hyphened entries with a counting glossary?
\documentclass{article} \usepackage{hyperref} \usepackage{glossaries} \makeglossaries \glsenableentrycount % Add a 'hyphenated' field to entries \glsaddkey {hyphenated} {\relax} {\cglsentryhyph}...
0 votes
0 answers
35 views
Combining footnotes and nested glossary entries, breaks hyperlinks (i.e. A glossary link in a glossary description, itself, located in a footnote ! )
I'm attempting to combine glossaries-extras and footnotes, where the description of a given glossary entry should be put as a footnote upon first appearence. I've almost made it to work, however my ...
1 vote
1 answer
42 views
Using glossaries-extra to define an entry accepting a parameter results in a leading dot
I'm using glossaries-extra to define glossaries entries accepting parameters. To what I gathered from the glossaries documentation along with the fourth method of this post, I ended up with the ...
1 vote
0 answers
64 views
datatool and glossaries: Title in TOC not localized
I am using \begin{filecontents*}[overwrite]{glo.tex} \newglossaryentry{A} { name=B, description={C} } \end{filecontents*} \documentclass[german, ngerman]{article} \usepackage[ngerman]{babel} \...
1 vote
0 answers
44 views
List of abbreviations with nonumberlist but hyperlink to first use
In my thesis, I would like to create a list of abbreviations in LaTeX using glossaries or glossaries-extra where the entries do not include page numbers (nonumberlist). However, the hyperlink that ...
3 votes
2 answers
36 views
Changing the appearance of \gls command when first printed
I am using the glossaries package with the acronym option. Whenever I use an acronym for the first time with the \gls{} command, the output I get is <long form> (<short form>). However, ...
0 votes
1 answer
62 views
Abbreviation list does not appear in report document
In a previous version of the code, the abbreviation list appeared properly. However, with this MWE, it is not visible anymore (although it is in the TOC). \documentclass[table, a4paper, twoside, 12pt]{...
0 votes
1 answer
91 views
Errors in .acr file after makeglossaries (Extra },...), packages seem to be incompatible, MWE provided
I've been trying to fix the error for this since days and can't solve it. It is a template given by my university which I am trying to get to work. During my troubleshooting process I made the ...
1 vote
0 answers
44 views
Can be Glossaries entry hyperlinked in Standalone file?
I have a question about using the Glossaries package together with the Standalone package. I use the Standalone package to create plots, which are saved as separate .tex files in a subfolder called ...
3 votes
0 answers
35 views
Page numbers of every instance of acronym using acronym package
I am using the acronym package (so not the glosseries package), and I want a list of acronyms with accompanying pagenumbers, but listing all pagenumbers on which the acronym is used. Secondly, I was ...