
Page Layout ⇒ make links to table of contents
make links to table of contents
How can i make from table of contents links to let me go the specific page? Any example would be very appreciated! 

NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
make links to table of contents
Hi,
just use the hyperref package, for example:
See its documentation.
Stefan
just use the hyperref package, for example:
Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage{hyperref}
\begin{document}
\tableofcontents
\clearpage
\section{Test}
Text
\end{document}
Stefan
LaTeX.org admin