Tagged Questions
2
votes
1answer
41 views
Compile sequence: citing in the glossary
I'm trying to add a reference to a source in my bibtex bibliography in one of my glossary entries. However, it remains a questionmark!
When I compile two times in a row, it works fine, though. My ...
6
votes
1answer
2k views
Compile LaTeX with BibTeX and glossaries
i need a little of help here. Till now wat I now is that to compile a latex into a pdf with bibtex references i need to execute the next sequence:
1. pdflatex document.tex
2. bibtex document.tex
3. ...