Ans. M6: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
</geshi> | </geshi> | ||
** Then compile your document. You can see nomenclature is printed at the place where you have given <code>\printnomenclature</code> command. | ** Then compile your document. You can see nomenclature is printed at the place where you have given <code>\printnomenclature</code> command. | ||
The latest version of the <code>nomencl.sty</code> can be downloaded from [http://dante.ctan.org/tex-archive/macros/latex/contrib/nomencl.zip CTAN] | |||
Revision as of 17:00, 9 June 2009
Please follow the instruction which are given below:
- In the preamble (before
\begin{document}) of your TeX file, please provide:
<geshi lang="latex">
\usepackage{nomencl}
\makenomenclature
</geshi>
- Provide the command
\printnomenclaturein the body, where you want to print the nomenclature list. May be 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 nomenclature is printed at the place where you have given
\printnomenclaturecommand.
- Then compile your document. You can see nomenclature is printed at the place where you have given
The latest version of the nomencl.sty can be downloaded from CTAN