Search found 1 match

by swiftarrow
Sat Jan 16, 2010 12:45 pm
Forum: Document Classes
Topic: makeindex making indexes in more than two columns?
Replies: 11
Views: 23409

makeindex making indexes in more than two columns?

Hey, this post above was a life-saver for me! I've registered just to reply!

I'm using book class, and only wanted two columns, so what I did was:

\usepackage{multicol}
\makeatletter
\renewenvironment{theindex}
{\if@twocolumn
\@restonecolfalse
\else
\@restonecoltrue
\fi
\setlength ...