Is it possible to keep the zoom mode when following a link
When following a link in my generated PDF, acroread always goes to full page view. I would like that the document would stay in the same zoom and that what was linked to comes at the top of the page. (It is possible, because I have seen documents doing this.) Would this be possible with ConTeXt? -- Cecil Westerhof
On 2011-03-21 <19:47:36>, Cecil Westerhof wrote:
When following a link in my generated PDF, acroread always goes to full page view. I would like that the document would stay in the same zoom and that what was linked to comes at the top of the page. (It is possible, because I have seen documents doing this.) Would this be possible with ConTeXt?
Hi Cecil, do you mean something like this: ································································· \setupinteraction [focus=standard,state=start] \starttext \reference [getme] {}% Need to get here … \page Here we go to \at{page}[getme]. \stoptext ································································· I couldn’t check if acroread behaves differently cause it’s not installed on my work laptop. Also possibly of interest: http://wiki.contextgarden.net/Interaction#Default_focus_mode Regards, Philipp
-- Cecil Westerhof
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
2011/3/21 Philipp Gesang
When following a link in my generated PDF, acroread always goes to full
On 2011-03-21 <19:47:36>, Cecil Westerhof wrote: page
view. I would like that the document would stay in the same zoom and that what was linked to comes at the top of the page. (It is possible, because I have seen documents doing this.) Would this be possible with ConTeXt?
Hi Cecil,
do you mean something like this:
·································································
\setupinteraction [focus=standard,state=start]
That is exactly what I mend. One small problem. When I click on a link in the TOC, it goes to the place just under the section. So the section title (on which you clicked) is just 'above' the screen. Not very important, but I find it a little strange. Is this default behavior? Also possibly of interest:
http://wiki.contextgarden.net/Interaction#Default_focus_mode
Certainly. Now the complete line is click-able instead of only the section number. -- Cecil Westerhof
participants (2)
-
Cecil Westerhof
-
Philipp Gesang