Compiling Abbreviations and List of symbols - rvce-latex/Project-Report-Template GitHub Wiki
Texmaker
In this section, we look at important setting that needs to be done in TexMaker, before we compile them.
-
Define custom command:
- In your texmaker, goto: User -> User Commands -> Edit User Commands
- Enter: Menu Item
makeglossaries
and Commandmakeglossaries %
as shown below
- After clicking Ok, this should bring in a new command under Run menu
-
Run this custom command
- After running
pdflatex
- This could be done either by running Quick Build or PDFLatex
- Now switch to
makeglossaries
and it once.- If you get an error message as shown below, then, you can download perl from strawberryperl.com (for windows user). Install it and then reopen your Code editor again to ensure that the installation is recoganized by the editor. Redo Step 1, for successfull Glossaries compilation.
- Re-run
pdflatex
- After running
Ref: More details on Glossary can found from here.
TeXstudio
In this section, we look at important setting that needs to be done in TeXstudio, before we compile them.
- After your first run of the PDFLatex, you can use the following options to run
makeglossaries
Goto: Tools > Commands > Makeglossaries
- If you get an error message as shown below, then, you can download perl from strawberryperl.com (for windows user). Install it and then reopen your Code editor again to ensure that the installation is recoganized by the editor. Redo Step 1, for successfull Glossaries compilation.
- Next rerun PDFLatex to get all your Abbreviations back.