1
vote
1answer
45 views

How to use soul with glossaries to space-out acronyms?

I want to increase the spacing between capital letters of acronyms inside text. Acronyms are printed by \ac, \acs, etc. commands of the glossaries package. soul package provides a nice command \caps. ...
2
votes
2answers
117 views

Howto achieve capitalized description in glossary table?

I use the glossaries package to generate my acronym list. Since I use the acronyms in the text I have to write the description lowercase. Thus, I have a lowercase description in the acronym list. Can ...
2
votes
1answer
281 views

Make the glossary title upper case in header

I'm using the report class with twoside parameter. I'm using fancyhdr to configure the headers/footer. I'm using the glossaries package to generate a glossary. The glossary is the only chapter in my ...
5
votes
1answer
224 views

Uppercase word in glossary, lowercase in text

Is it possible to write a word in uppercase in the glossaries but in lowercase in the text? I could use \glslink instead of \gls, but is there no better solution? Here is an example to clarify what I ...
6
votes
1answer
590 views

Capitalization with glossaries package

I have the following minimal example in which the \Gls command of the glossaries package does not seem to work. %% % listgloss.text % Minimal file to test functionality and use of glossaries package ...