Marek Woloszyk wrote:
> 
> Hi!
> 
> > > How to make 3-cols index list to...
> >
> > \usepackage{multicol} in latex preamble
> >
> > in text:
> > \begin{multicols}{3}
> > insert->TOC/Lists->index list
> > \end{multicols}
> 
> It is not work properly...
> This is good for "Table of Contents"...

ok, try this in latex-preamble:

\usepackage{multicol}
\renewenvironment{theindex}
               {\@restonecolfalse
                \columnseprule \z@
                \columnsep 35\p@
                \section*{\indexname}%
                \@mkboth{\MakeUppercase\indexname}%
                        {\MakeUppercase\indexname}%
                \begin{multicols}{3}\thispagestyle{plain}\parindent\z@
                \parskip\z@ \@plus .3\p@\relax
                \let\item\@idxitem}
               {\if@restonecol\onecolumn\else\clearpage\fi %
                \end{multicols}}


Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/

Reply via email to