Texmaker and TeXstudio ⇒ TeXstudio and glossaries
TeXstudio and glossaries
I have a question.
I use TeXstudio to write my documents, and every time I change something related to glossaries, I have to compile my document, then go into the terminal and run makeglossaries house and then compile my document again. Is there a way to automate that?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
TeXstudio and glossaries
welcome to the forum!
You could use the
automake
option:\usepackage[automake]{glossaries}
Stefan
TeXstudio and glossaries
TeXstudio and glossaries

- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
TeXstudio and glossaries
