blob: c56508b6d8f405c55c4a2a9c837a4dda0388d563 (
plain)
1
2
3
4
5
6
7
8
9
10
|
\makeatletter
\renewenvironment{theindex}
{\pagestyle{plain}\parindent\z@
\parskip\z@ \@plus .3\p@\relax
\let\item\@idxitem}
{\thispagestyle{plain}}
\makeatother
\begin{multicols}{3}[\chapter*{Index}\addcontentsline{toc}{chapter}{Index}]
\printindex
\end{multicols}
|