[OS X TeX] Two tables of contents

Victor Ivrii vivrii at gmail.com
Tue Dec 29 17:44:20 CET 2009


On Tue, Dec 29, 2009 at 11:23 AM, George Gratzer <gratzer at me.com> wrote:
> Is there a package that does the following:
>
> Does a "Short Table of Contents", chapters and sections.
>
> Does a "Table of Contents", chapters and sections, and anything else marked with \addtocontents.
>



I (with memoir class)

\setcounter{tocdepth}{0}
\renewcommand{\contentsname}{Short Contents}
\setpnumwidth{0.5truein}
\setrmarg{0.7truein}
{
\renewcommand*{\cftchapterfont}{\normalfont}

\renewcommand*{\cftchapterpagefont}{\normalfont}
\tableofcontents*
}
\clearpage
\dominitoc
\setcounter{tocdepth}{3}
\renewcommand{\contentsname}{Contents}
\tableofcontents*


You can have few tocs of different depths. And minitoc gives me
listing of sections in front of chapters.

Victor




-- 
========================
Victor Ivrii, Professor, Department of Mathematics, University of Toronto
http://www.math.toronto.edu/ivrii



More information about the macostex-archives mailing list