Hello *,
I am currently stuck, having two separate glossaries: main & acronyms. Acronyms prints footnotes on first use, but not the main glossary. Is there any way to make any other glossary as acronyms to print footnote on first use of the entry? I don't get how to do it.
Many thanks,
Ovanes
Text Formatting ⇒ [glossaries] Separate glossaries and use of footnotes
[glossaries] Separate glossaries and use of footnotes
got an answer at http://stackoverflow.com/questions/1633 ... e-in-latex
Code: Select all
\makeatletter
\renewcommand{\gls@main@displayfirst}[4]{
#1#4\protect\footnote{#2}
}
\makeatother
[glossaries] Separate glossaries and use of footnotes
You can just do:
and dispense with the \makeatletter \makeatother pair.
Regards
Nicola Talbot
Code: Select all
\defglsdisplayfirst[main]{#1#4\footnote{#2}}
Regards
Nicola Talbot
LaTeX Resources: http://www.dickimaw-books.com/latexresources.html
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Re: [glossaries] Separate glossaries and use of footnotes
With the new version (2.04), you can now specify that the main glossary is also a list of acronyms using the package option acronymlists={main}.
Regards
Nicola Talbot
Regards
Nicola Talbot
LaTeX Resources: http://www.dickimaw-books.com/latexresources.html
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/