[pdftex] Limit On Bookmarks

Heiko Oberdiek oberdiek at uni-freiburg.de
Tue Feb 7 19:28:28 CET 2006


On Tue, Feb 07, 2006 at 10:20:35AM -0700, Gruda, Jeffrey D wrote:

> Thanks for your reply.  Here is the start of my latex file:
> 
> \documentclass{article}
> \usepackage{graphicx}
> \usepackage{color}
> \usepackage{alltt}
> \usepackage[ps2pdf]{hyperref}

Wrong list. This list is dealing with pdfTeX stuff.
A better place is the newsgroup comp.text.tex, for example.

> \hypersetup{
>   colorlinks=true,
>   linkcolor=blue,
>   citecolor=blue,
>   bookmarks=true,
>   bookmarksopen=true,
>   bookmarksopenlevel=1
> }
> 
> \pdfbookmark[4]{fe}{pc3116}

Increase counter tocdepth:

\setcounter{tocdepth}{4}

Yours sincerely
  Heiko <oberdiek at uni-freiburg.de>
-- 



More information about the pdftex mailing list