On 2/1/06, Peter Münster wrote:
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
I vote for this as well (for enchanced possibilities of opening PDF documents: FitWidth, FitHeight, whole page, XX % of actual size). This might not be the same as request above, but a very similar one. I was merely looking for a way to open the document on "100%" (on a wide/high resolution screen there's usually no need for "FitWidth" since you only see one third of a page, twice as big as the usual size for comfortable reading). I didn't write yet since it's not on the priority list and it doesn't have any influence on quality, but it's very handy, esp. on Windows when you have to open the document each time you compile it and consequently scale it properly again and again. Scaling on a certain percentage takes some more effort that a usual "FitWidth", but should be doable. Thanks, Mojca