Ans. M6
Jump to navigation
Jump to search
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
\printnomenclaturein 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
.nloextension will be created. In this caseYourFilename.nlowill be generated. - Then do
- Compile your document. Then a file with
<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
\printnomenclaturecommand.
The latest version of the nomencl.sty can be downloaded from CTAN.
If you are submitting your manuscript through EES, then the above system will not work. In that case, follow the instruction given below:
- Create yourfile.nls.
- Include the content of yourfile.nls in the TeX file.
- A sample yourfile.nls will look like as given in the below example. So paste this content in the TeX file.
<geshi lang="latex"> \begin{thenomenclature}
\nomgroup{A}
\item [{$A$}]\begingroup investigate the\nomeqref {0}\nompageref{1}
\item [{$N$}]\begingroup investigate the\nomeqref {0}\nompageref{1}
\item [{$Z$}]\begingroup investigate the\nomeqref {0}\nompageref{1}
\end{thenomenclature} </geshi>