glossaries

glossaries package and footnote in LaTeX

喜夏-厌秋 提交于 2019-12-21 16:59:07
问题 I am currently stuck, having two separate glossaries: main & acronyms . Acronyms glossary prints footnotes on first use in the text, but main glossary does not. Is there any way to make any other glossary than acronyms to print footnote on first use of the term? I don't get how to do it. Here is the code example compiled with TeXnic Center and MiKTeX 2.7: \documentclass{article} \usepackage{index} \usepackage[toc,style=long3colheaderborder,footnote,acronym]{glossaries} \makeindex

glossaries package and footnote in LaTeX

这一生的挚爱 提交于 2019-12-04 07:40:40
I am currently stuck, having two separate glossaries: main & acronyms . Acronyms glossary prints footnotes on first use in the text, but main glossary does not. Is there any way to make any other glossary than acronyms to print footnote on first use of the term? I don't get how to do it. Here is the code example compiled with TeXnic Center and MiKTeX 2.7: \documentclass{article} \usepackage{index} \usepackage[toc,style=long3colheaderborder,footnote,acronym]{glossaries} \makeindex \makeglossaries \newglossaryentry{appdomain}{name={application domain}, description={app Domain Description...}}