dquangsinh / fb2pdf

Automatically exported from code.google.com/p/fb2pdf
0 stars 0 forks source link

invalid section nesting in TOC in panov_vadim_moskovskii_klub.pdf #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
TOC hierarchy all messed up. TeX source looks ok.

Original issue reported on code.google.com by kroko...@gmail.com on 19 Mar 2007 at 9:58

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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