4
votes
1answer
53 views

Command for the abbreviated author [duplicate]

I'm writing a beamer document, and using the following definition for author \author[O. Castillo]{Oscar Castillo} As far as I know, \@author returns the value Oscar Castillo Question Is there a ...
1
vote
1answer
124 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 ... ...
4
votes
1answer
95 views

show acronym in bold

I'm using the acronym package. The first time I use the acronym the full name will be written. What I would like is to have the acronym in bold while the full name is NOT in bold is that possible? ...
3
votes
1answer
58 views

Can the acronym package be told to use a certain style?

I'm using the acronym package and I'm trying to add generic styling. Specifically, I want the first mention of the acronym to expand the long form in italics. What I've done so far is to say: ...
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
1answer
355 views

Two plural forms for acronyms

Is it possible to have more than one plural form for acronyms? I want to use the following german term for revision/version control system: VVS for Versionsverwaltungssystem the normal plural would ...
1
vote
1answer
266 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): ...
0
votes
1answer
564 views

Acronym - Bold abbreviation without bold citation number

I am using the acronym package and let it create a footnote with the explanation on the first use of my abbreviation. However, at some parts I am using \textbf{\ac{ISO-TP}} which also makes the ...
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}} ...