Tagged Questions
4
votes
1answer
34 views
Two “glossary” elements being generated on my first glossaries page [duplicate]
I'm successfully generating a glossary, but for whatever reason I'm getting a rogue "Glossary" element before my first glossary entry, but after my Glossary heading. Here's the relevant example code:
...
0
votes
2answers
97 views
Glossaries in List of Figures overflow
Given a figure with a caption, in this caption a glossary term in used as in \gls{wysiwyg}
At the document beginning, after the contents, the \listoffigures command is given.
As the caption ...
1
vote
1answer
123 views
printglossary makes abbreviations ending with periods
I use the glossaries package for my glossary and some acronyms:
\usepackage{datatool}
\usepackage[ngerman]{translator}
\usepackage[nonumberlist,acronym,toc,section]{glossaries}
\makeglossaries
...
...
7
votes
1answer
152 views
Distinct formatted page numbers with glossaries and Xindy
This is somewhat related to this question, but using Xindy as a backend, not makeindex.
I am attempting to create an index using glossaries, and in this index some page numbers have a special ...
3
votes
1answer
112 views
Dotted line between glossary description and page number
Is it possible to have the standard glossary entry, but with page numbers aligned to the right and a dotted line between the end of the description and the first page number?
2
votes
1answer
119 views
How to change glossaries alttree: no bold font for second level
How can I modify the glossaries e.g. alttree style to not use bold fonts for the entries in second level. First level should remain bold.
I'd like to do it like
\newglossarystyle{mylist}{%
...
6
votes
1answer
101 views
How to highlight important pages in glossaries page number list
In some books, the keywords page not only has a list of pages the keyword was referenced, it also bold or emphasize page numbers where the keyword was defined or explained. How do I do that with ...
4
votes
2answers
697 views
List of symbols with glossaries — problem with using \underline
I'm having a weird problem with glossaries (TeXLive 2011, glossaries v3.01), illustrated by the following example:
% compile this with
% pdflatex example.tex
% makeindex -s "example.ist" -t ...
1
vote
1answer
264 views
How to let glossaries display “long form (abbreviation)” in the list of acronyms?
This is a pontentially dumb question, but I fail at making glossaries print the long form accompanied by the abbreviation in the list of acronyms.
Let this be the document (should be self-contained):
...
5
votes
2answers
322 views
Glossaries: Make a glossary entry recognizable in printing
How do you make it visible to the reader that the printed word/term is an entry in the glossary? In my PDF on the computer, I just see it because I use the hyperref package and there's a red box ...
3
votes
1answer
289 views
glossaries: different appearences for long and full displayed acronyms
Consider the following minimal example:
\documentclass{article}
\usepackage[acronym, shortcuts]{glossaries}
\makeglossaries
\newcommand{\abbr}[1]{\underline{#1}}
...
3
votes
1answer
412 views
How to show glossary entry name in bold when using long style?
I am using the glossaries package in order to create a glossary. If I use:
\printglossary[type=main,style=list]
I get entry names in bold, but the layout won't be the one I wish. If I use:
...