Search found 2 matches

by Robin91
Mon May 23, 2011 11:09 am
Forum: Text Formatting
Topic: Centering nomenclature two column
Replies: 2
Views: 3502

Centering nomenclature two column

I now have the additional problem that the columns are not the correct width (again see the attachment, the problem is with the 'ASSET' entry)
I am still searching for a solution for both problems.

Thanks in advance,
Robin
by Robin91
Mon May 16, 2011 12:30 pm
Forum: Text Formatting
Topic: Centering nomenclature two column
Replies: 2
Views: 3502

Centering nomenclature two column

Hello,

I tried creating a nomenclature in my document with the following code:

\renewcommand*\nompreamble{\begin{multicols}{2}}
\renewcommand*\nompostamble{\end{multicols}}
\begin{multicols}{2}
\printnomenclature %creates nomenclature section produced by MakeIndex
\end{multicols}


This ...