[NTG-context] how to prevent document resize in acrobat reader when click on an ref object

2008-06-27 Thread Jan-Erik Hägglöf
HI!

I'm often use

\setupinteraction[state=start]
\setupcolor[state=start]

\starttext

\placesomething[somewhere][ref]{caption}
...
...
So in the text I refer to \in{something}[ref] so I can click on it in
the resulting pdf so I get there.

\stoptext

The question is how to change the default behavior so acrobat not
resizes the document on the screen when I'm clicking on the ref object.
I think it is annoying changing back to the reading size I had before.

Many thanks!

Janneman
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] how to prevent document resize in acrobat reader when click on an ref object

2008-06-27 Thread Aditya Mahajan

On Fri, 27 Jun 2008, Jan-Erik Hägglöf wrote:


HI!

I'm often use

\setupinteraction[state=start]
\setupcolor[state=start]

\starttext

\placesomething[somewhere][ref]{caption}
...
...
So in the text I refer to \in{something}[ref] so I can click on it in
the resulting pdf so I get there.

\stoptext

The question is how to change the default behavior so acrobat not
resizes the document on the screen when I'm clicking on the ref object.
I think it is annoying changing back to the reading size I had before.


Yes, I find that annoying too. However, it is easy to change

\setupinteraction[focus=standard]

Aditya___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___