[OS X TeX] Still no short table of contents
Michael Sharpe
msharpe at ucsd.edu
Sun Sep 27 00:03:35 CEST 2015
> I tried, but no joy. With
>
> \shorttoc{Zusammenfassung}{0}
>
> it still prints the complete table of contents.
>
> Manuel
Here's my complete example file. See if this works as expected for you.
Michael
%%%%%%%%%%CUT HERE
\documentclass[11pt]{book}
\usepackage{shorttoc}
\title{A Book}
\author{Me}
\date{\today}
\begin{document}
\maketitle
\shorttoc{ShortContents}{0}
\tableofcontents
\chapter{C1}
\section{sec1A}
\subsection{subsec1AA}
\chapter{C2}
\section{2A}
\section{2B}
\end{document}
More information about the macostex-archives
mailing list