wspr / herries-press

A collection of LaTeX packages by Peter Wilson
http://wspr.github.com/herries-press/
29 stars 5 forks source link

Twocolumn ToC, etc #19

Open wspr opened 11 years ago

wspr commented 11 years ago

Should have an option or a hook for two-column ToCs and List-ofs. This is quite easy conceptually:

\usepackage{multicol}
\addtocontents{toc}{\protect\begin{multicols}{2}}
\AtEndDocument{\addtocontents{toc}{\protect\end{multicols}}}

I think that since an external package is required it's not entirely in the spirit of Peter's style to have a package option that loads multicol. So I'll have to think about an interface that is not too inconvenient but general enough for multiple applications.