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
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to