Tagged Questions
1
vote
1answer
87 views
Glossary with Makeglos no numbered in 2 columns
I would like to know how to put my glossary in two columns and without page numbers and the acronym in bold letters like this
UAV : Unmanned Air Vehicle
This is my code
\usepackage{makeglos}
...
8
votes
2answers
245 views
Cannot get small caps acronyms to work using glossaries package
I've managed to get glossaries to set the acronyms in the body in small caps in the way I want, but in the list of acronyms they insist on coming out in lower-case.
Can anyone (a) tell me what I've ...
3
votes
2answers
456 views
Make glossary defined terms bold
I have defined a lot of terms with the glossaries package and use them in my text with the \gls{} command. However, I'd like terms called with \gls{} to appear bold, so people know that it is a term ...
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:
...