[NTG-context] Short question regarding PDF bookmarks

2008-04-09 Thread Dietrich Rordorf / MDPI
Hi everybody,

Default setting when creating pdf bookmarks (e.g. for \section, 
\subsection, etc.) seems that the bookmark points to the page (it zooms 
out to fit the whole page), rather than only going to the referenced 
object:

E.g. try to click on a bookmark on this pdf (365 KB):
http://www.mdpi.org/marinedrugs/papers/md6010001.pdf

An example where the bookmark points to the object, and will not affect 
the current magnification/zoom:

http://www.biomedcentral.com/content/pdf/1741-7015-4-14.pdf

Can this be realized in ConTeX?

Looking forward to hearing from you.

Kind regards,
Dietrich

___
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] Short question regarding PDF bookmarks

2008-04-09 Thread Taco Hoekwater
Dietrich Rordorf / MDPI wrote:
> Hi everybody,
> 
> Default setting when creating pdf bookmarks (e.g. for \section, 
> \subsection, etc.) seems that the bookmark points to the page (it zooms 
> out to fit the whole page), rather than only going to the referenced 
> object:
> 
> E.g. try to click on a bookmark on this pdf (365 KB):
> http://www.mdpi.org/marinedrugs/papers/md6010001.pdf
> 
> An example where the bookmark points to the object, and will not affect 
> the current magnification/zoom:
> 
> http://www.biomedcentral.com/content/pdf/1741-7015-4-14.pdf
> 
> Can this be realized in ConTeX?

Not totally sure, but isn't

   \setupinteraction[focus=standard]

supposed to do that?

Best wishes,
Taco
___
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] Short question regarding PDF bookmarks

2008-04-09 Thread Aditya Mahajan
On Wed, 9 Apr 2008, Dietrich Rordorf / MDPI wrote:

> Hi everybody,
>
> Default setting when creating pdf bookmarks (e.g. for \section,
> \subsection, etc.) seems that the bookmark points to the page (it zooms
> out to fit the whole page), rather than only going to the referenced
> object:
>
> E.g. try to click on a bookmark on this pdf (365 KB):
> http://www.mdpi.org/marinedrugs/papers/md6010001.pdf
>
> An example where the bookmark points to the object, and will not affect
> the current magnification/zoom:
>
> http://www.biomedcentral.com/content/pdf/1741-7015-4-14.pdf
>
> Can this be realized in ConTeX?

This is what I have in my setup

\setupinteraction[state=start]
\setupinteraction[focus=standard]
\placebookmarks  [section,subsection]

It is not perfect (sometimes jumps slightly higher or lower), but I find 
it much better than the default behaviour.

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
___