[pdftex] Links at table of contents
Heiko Oberdiek
oberdiek at ruf.uni-freiburg.de
Tue Feb 27 13:09:48 CET 2001
At 13:04 26.02.2001 +0100, Irene Sendiña Nadal wrote:
>
>The first one is how to make not linkable the table of contents. I
>already have
>the bookmarks option to navigate through the document.
What is the problem with a linkable table of contents?
* You can make invisible links
(zero border or black link color)
* You can make the page number to a link instead
with option "linktocpage".
* The links can be disabled with environment "NoHyper".
>The second one is that in the bookmarks file, levels below \subsection,
>that
>is \subsubsection, appear at the same position as the previous level of
>sectioning. Actually, they appear correctly in the toc file.
Perhaps there is a missing \subsection level?
Do you use an uptodate hyperref?
This works for me:
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\section{section A}
\subsection{subsection B}
\subsubsection{subsubsection C}
\end{document}
Yours sincerely
Heiko <oberdiek at ruf.uni-freiburg.de>
More information about the pdftex
mailing list