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.

  1. Define custom command:

    • In your texmaker, goto: User -> User Commands -> Edit User Commands

    Custom_cmd_opt

    • Enter: Menu Item makeglossaries and Command makeglossaries % as shown below

    Custom_cmd_def

    • After clicking Ok, this should bring in a new command under Run menu

    Custom_cmd_run

  2. 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.

    makeglossaries

    • Re-run pdflatex

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.

  1. 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.

image

  1. Next rerun PDFLatex to get all your Abbreviations back.