MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ glossaries
glossaries
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
glossaries
I wonder what you mean with that secondary file. The glossaries package produces like makeindex auxiliary files to get things work. You can integrate the line you type in the command prompt into a TeXnicCenter (TXC) build profile. Put this line into the tab "Postprocessor" of your chosen profile and run it on your document.Mikerada6 wrote:[…] Is there a way to generate a glossary without using command prompt or a secondary file? […]
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: glossaries
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
glossaries
You spoke about the command prompt and that you typed in a command there with certain parameters. I don't exactly know what you did. But this command line has to be integrated into the according TXC build profile.Mikerada6 wrote:i am trying to create a PDF so what "line" do i put in where?
Read the glossaries manual (Section 1.1 - Sample Documents, p. 4ff) where the commands for creating a glossary are described. Start TXC, press Alt+F7 and add what you typed in the command prompt to the profile as described in my last reply.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: glossaries
I ve already read many things about the glossaries package, and i read something about a file called makeglossaries.bat, you told in an older forum-entry, that this should be installed in the directory where the file glossaries.sty exists.
but i ve found out it isnt there. how is it possible to get this batch file? i think with out it it is not possible to make an acronym-list, is it?
it was not possible for me to creat an acronym-list.
in my .acr file I do not find any entries, do I write the commands in right order?
here my commands in preamble:
\usepackage[style=altlist,acronym,toc]{glossaries}
\makeindex \makeglossaries
\newglossaryentry{DSS}{name=DSS,description={Design/Decision Support System, Entscheidungshilfswerkzeug}}
later in document:
\printglossary[type=\acronymtype]
should it work in that way?
thx for help!
ehri
Re: glossaries
but i ve two other questions:
1. i wanna make only acronyms and no other glossaries, is it possible to show in the table of contents "Acronyms" and not "Glossary"?
2. I dont want to make a reference between the acronym and the normal text, is it possible to switch of the pagenumbering in the acronym?
thx!
glossaries
Eitherehri wrote: 1. i wanna make only acronyms and no other glossaries, is it possible to show in the table of contents "Acronyms" and not "Glossary"?
Code: Select all
\renewcommand{\glossaryname}{Acronyms}
Code: Select all
\usepackage[acronym]{glossaries}
2. I dont want to make a reference between the acronym and the normal text, is it possible to switch of the pagenumbering in the acronym?
Code: Select all
\usepackage[nonumberlist]{glossaries}
Nicola Talbot
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/