Closed GoogleCodeExporter closed 8 years ago
TeX TOC looks OK. Actuall it is PDF TOC which is messed up.
Do we really need PDF TOC? It is not used on device and gives us bunch of
problems..
Original comment by kroko...@gmail.com
on 19 Mar 2007 at 10:13
Check the book menu, I think the item is called "Contents". And actually, I
would
prefer (optionally) NOT having the TOC explicitly showing in the document as it
is a
lot easier to navigate Contents using the shortcut buttons.
Original comment by sudarkoff
on 20 Mar 2007 at 12:02
The problem is in Hyperref package which does not inderstand effect of this
command:
\setcounter{secnumdepth}{-2}
Removing this command helps PDF index, but it is causing section numbers to
appear in
TOC (undesidable).
Since PDF TOC is not shown on device and we already have TOC in the beginning I
just
disabled PDF TOC (bookmarks=false in hypperef package options).
Original comment by kroko...@gmail.com
on 21 Mar 2007 at 11:24
Original issue reported on code.google.com by
kroko...@gmail.com
on 19 Mar 2007 at 9:58