Hello I want to place contents in the beginning of the document with "Contents" label above it. If I do like \placecontent \section{Sec1} \section{Sec2} ... it's ok, but \section{Contents} \placecontent \section{Sec1} \section{Sec2} ... does not work (no content table is placed at all). Could someone please advise me what to do. Regards, Vyatcheslav
On Mon, Aug 24, 2009 at 12:04 AM, Vyatcheslav Yatskovsky < yatskovsky@gmail.com> wrote:
Hello
I want to place contents in the beginning of the document with "Contents" label above it. If I do like
\placecontent
\section{Sec1}
\section{Sec2} ...
it's ok, but
\section{Contents}
\placecontent
\section{Sec1}
\section{Sec2} ...
Why not use the first option and use \completecontent instead of \placecontent? It will give you the Contents heading you want. So try: \completecontent \section{Sec1} \section{Sec2} ...
Am 23.08.2009 um 20:42 schrieb Derek CORDEIRO:
Why not use the first option and use \completecontent instead of \placecontent? It will give you the Contents heading you want. So try:
The \complete... commands use \title for the header while he wants \section as first level heading, he should try 'criterium=all'. Wolfgang
participants (3)
-
Derek CORDEIRO
-
Vyatcheslav Yatskovsky
-
Wolfgang Schuster