20 Jul
2005
20 Jul
'05
7:02 a.m.
Hi, I would like that whan i click over 'Bho' at page 1 I go to page 2 and see the title Bho \setupinteraction[state=start, focus=width] \starttext \about[etichetta] \page \section[etichetta]{Bho} \input tufte \stoptext This piece of latex does the thing I want %%% latex \documentclass[a4paper, 12pt]{article} \usepackage[bookmarks=false, pdfstartview=FitH, pdfview=FitH]{hyperref} \usepackage{nameref} \begin{document} \nameref{etichetta} \clearpage \section{Bho}\label{etichetta} \input{tufte} \end{document} %%%% thanks luigi