I would like to make a nomenclature with units, designations etc. for my diploma (bachelor) thesis. However I have trouble in figuring out how to perform this command line task in Windows:
Code: Select all
makeindex hfilenamei.nlo -s nomencl.ist -o hfilenamei.nls
Despite several attemtps with google, I still haven't found a way to compile a nomenclature. Ending up with an error telling me of filename extensions, I assume the error is related to the above mentioned line of code.
After reading this topic http://www.latex-community.org/forum/vi ... ake#p23813 (Nomenclature error), I now get this message instead:
Code: Select all
Process started
This is makeindex, version 2.14 [02-Oct-2002] (kpathsea + Thai support).
Scanning input file Rapport.idx...done (0 entries accepted, 0 rejected).
Nothing written in Rapport.ind. Transcript written in Rapport.ilg.
Process exited normally
Hope someone can help. Thanks in advance.