Hello Taco,
in the collector item 80, I was perhaps not clear enough. In fact, I'm just
looking for the ConTeXt-way to do the same as the following in LaTeX:

\documentclass{article}
\usepackage[pdfstartview=FitBH,pdfpagemode=FullScreen]{hyperref}
\begin{document}
\tableofcontents
\newpage
\section{bla}
\end{document}

That is:
- when starting acroread, the view is "minwidth"
- and the mode is "FullScreen"
- and when clicking on a reference, the zoom-level does *not* change

Since this is possible with LaTeX, I believe that it should be also
possible with ConTeXt, for example like this:

\setupoutput[pdf]
\setupinteraction[state=start,startfocus=minwidth]
\setupinteractionscreen[option=max]
\starttext
\completecontent
\page
\section{bla}
\stoptext

Greetings, Peter

-- 
http://pmrb.free.fr/contact/
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to