in this code:
Code: Select all
\documentclass{article}
\usepackage{nomencl}
\makeindex
\makenomenclature
\begin{document}
\nomenclature[\textrm{a}]{b}{c}
\newcommand{\nomenclatureTwo}[3]{\nomenclature[#1]{#2}{#3}}
\nomenclatureTwo{\textrm{d}}{e}{f}
Test
\printnomenclature
\end{document}
Code: Select all
\nomenclatureentry{\textrm{a}b@[{b}]\begingroup c\nomeqref {0}|nompageref}{1}
\nomenclatureentry{\textrm {d}e@[{e}]\begingroup f\nomeqref {0}|nompageref}{1}
Thanks,
bers