21 Luglio 2009 alle 9:33
#35726
::
Non mi pare proprio:
`\documentclass[a4paper]{book}
\usepackage{hyperref}\begin{document}
\frontmatter
\phantomsection\label{toc}
\tableofcontents\mainmatter
\chapter{A}
bb\chapter{B}
cc\hyperref[toc]{Back to toc}
\end{document}`
Ciao
Enrico
Perfetto, risolto. Usavo href anziché hyperref.
Grazie a tutti.