Questions tagged [glossaries]
18 questions
7
votes
1 answer
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 can click the word to be explained and get to the…

Wolkenarchitekt
- 20,170
- 29
- 111
- 174
7
votes
0 answers
Include all entries / equivalent to nocite in latex glossaries package
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 the equivalent to \nocite for glossary…

kenpierce
- 86
- 3
5
votes
3 answers
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 glossary than acronyms to print footnote on first use…

ovanes
- 5,483
- 2
- 34
- 60
3
votes
3 answers
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 the body of my document, but exclude the entry for…

draebek
- 197
- 1
- 7
2
votes
1 answer
redefine \nomencl_command in LyX
I am trying to redefine the \nomencl_command in LyX, in order to be able to use the glossaries package in stead of the obsolete nomencl.
LyX allows you to specify the Nomenclature command, which by default is set to:
makeindex -s nomencl.ist
For…

Bastiaan Quast
- 2,802
- 1
- 24
- 50
2
votes
1 answer
Sublime Text 2 - makeglossaries within build system
I need my build system run makeglossaries with "main" as the ONLY argument, but sublime always appends the current filename as final parameter. How can I prevent this?
The execution command looks like this (under command line):
$: makeglossaries…

Adrian
- 55
- 4
1
vote
3 answers
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 highlighting all terms inside a
(longer) HTML document (up…
user2665694
1
vote
0 answers
Glossaries in TableOfContents with number
The title basically explains it. I want to use the package glossaries and include a number in the table of contents, e. g. 8 Glossary instead of Glossary, This code achives this without a…

Lasslos05
- 414
- 2
- 12
1
vote
0 answers
How to define nested call in glossaries newcommand
Using the glossaries package, I'v implemented a combined glossary and acronym list as described here. This works fine:
\newcommand{\agls}[4]{
\newglossaryentry{#1}{
text={#2},
long={#3},
name={\glsentrylong{#1}…

azrael
- 100
- 1
- 11
1
vote
1 answer
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 results in an error. Trying to use…

amicitas
- 13,053
- 5
- 38
- 50
0
votes
1 answer
Unable to make acronyms in latex
Hi I am trying to get acronyms in my document but I am continuously failing in doing…

Sanchit Jain
- 75
- 6
0
votes
1 answer
Is there a way to make the a glossary entry clickable?
I'm making a glossary using the package \usepackage{glossaries}. This works fine but I have a slight problem.
I would like to make the word I call from the glossary (with \gls(a_word)) clickable, so the reader is automatically taken to the glossary…

MonJeanJean
- 2,876
- 1
- 4
- 20
0
votes
1 answer
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 valueObject\footnote{S.89ff…

derroman
- 309
- 2
- 11
0
votes
1 answer
How to create my own glossary/dictionary
Does someone know a software which would allow me to create a glossary / dictionary of technical words (philosophical concepts in my case)?

Aleph
- 1,343
- 1
- 12
- 27
0
votes
1 answer
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…

ted
- 4,791
- 5
- 38
- 84