I tried creating a nomenclature in my document with the following code:
Code: Select all
\renewcommand*\nompreamble{\begin{multicols}{2}}
\renewcommand*\nompostamble{\end{multicols}}
\begin{multicols}{2}
\printnomenclature %creates nomenclature section produced by MakeIndex
\end{multicols}
Any ideas how to achieve this?
Thanks in advance,
Robin