Ans. M6

From STMDocs
Revision as of 14:47, 18 June 2009 by Reeja.b (talk | contribs)
Jump to navigation Jump to search

<Back

Please follow the instructions which are given below:

  • In the preamble (before \begin{document}) of your TeX file, please add:

<geshi lang="latex">

  \usepackage{nomencl}
  \makenomenclature

</geshi>

  • Add the command \printnomenclature in the body, where you want to print the nomenclature list, possibly before the first section or before the bibliography.
  • Then do the following.
    • Compile your document. Then a file with .nlo extension will be created. In this case YourFilename.nlo will be generated.
    • Then do

<geshi lang="latex">

         makeindex YourFilename.nlo -s nomencl.ist -o YourFilename.nls

</geshi>

    • Then compile your document. You can see that the nomenclature is printed at the place where you have given the \printnomenclature command.

The latest version of the nomencl.sty can be downloaded from CTAN.