ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Short question regarding PDF bookmarks
@ 2008-04-09 15:06 Dietrich Rordorf / MDPI
  2008-04-09 15:54 ` Aditya Mahajan
  2008-04-09 16:02 ` Short question regarding PDF bookmarks Taco Hoekwater
  0 siblings, 2 replies; 5+ messages in thread
From: Dietrich Rordorf / MDPI @ 2008-04-09 15:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Short question regarding PDF bookmarks
  2008-04-09 15:06 Short question regarding PDF bookmarks Dietrich Rordorf / MDPI
@ 2008-04-09 15:54 ` Aditya Mahajan
  2008-04-09 16:06   ` Any other STM Publishers using ConTeX? (was: Short question regarding PDF bookmarks) Dietrich Rordorf / MDPI
  2008-04-09 16:02 ` Short question regarding PDF bookmarks Taco Hoekwater
  1 sibling, 1 reply; 5+ messages in thread
From: Aditya Mahajan @ 2008-04-09 15:54 UTC (permalink / raw)
  To: rordorf, mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Short question regarding PDF bookmarks
  2008-04-09 15:06 Short question regarding PDF bookmarks Dietrich Rordorf / MDPI
  2008-04-09 15:54 ` Aditya Mahajan
@ 2008-04-09 16:02 ` Taco Hoekwater
  1 sibling, 0 replies; 5+ messages in thread
From: Taco Hoekwater @ 2008-04-09 16:02 UTC (permalink / raw)
  To: rordorf, mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Any other STM Publishers using ConTeX? (was: Short question regarding PDF bookmarks)
  2008-04-09 15:54 ` Aditya Mahajan
@ 2008-04-09 16:06   ` Dietrich Rordorf / MDPI
  2008-04-09 19:12     ` Idris Samawi Hamid
  0 siblings, 1 reply; 5+ messages in thread
From: Dietrich Rordorf / MDPI @ 2008-04-09 16:06 UTC (permalink / raw)
  To: Aditya Mahajan, mailing list for ConTeXt users

Dear Aditya,

Thank you so much! We will try this. ConTeX is r-e-a-l-l-y great, and we 
have been using it in a (experimental) production workflow for our 
scientific journal Marine Drugs. Hopefully, we will implement it for all 
of our journals soon (publishing about 100 articles a month).

Are there any other science, technical, medical publishers out there 
using ConTeX? Would be nice to exchange some thoughts!

My details are:

Dietrich Rordorf
MDPI Center
Matthaeusstrasse 11
CH-4057 Basel
Switzerland

E-mail: rordorf@mdpi.org
Skype:  d.rordorf

Tel. +41 61 683 77 34 (office)
Tel. +41 76 561 41 83 (mobile)
Fax  +41 61 302 89 18 




Aditya Mahajan wrote:
> 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Any other STM Publishers using ConTeX? (was: Short question regarding PDF bookmarks)
  2008-04-09 16:06   ` Any other STM Publishers using ConTeX? (was: Short question regarding PDF bookmarks) Dietrich Rordorf / MDPI
@ 2008-04-09 19:12     ` Idris Samawi Hamid
  0 siblings, 0 replies; 5+ messages in thread
From: Idris Samawi Hamid @ 2008-04-09 19:12 UTC (permalink / raw)
  To: rordorf, mailing list for ConTeXt users, Aditya Mahajan

Hi Dietrich,

On Wed, 09 Apr 2008 10:06:19 -0600, Dietrich Rordorf / MDPI  
<rordorf@mdpi.org> wrote:

> Are there any other science, technical, medical publishers out there
> using ConTeX? Would be nice to exchange some thoughts!

I edit a journal and would happy to network with you or anyone else  
interested.

Best wishes
Idris

-- 
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shi`i Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-04-09 19:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-09 15:06 Short question regarding PDF bookmarks Dietrich Rordorf / MDPI
2008-04-09 15:54 ` Aditya Mahajan
2008-04-09 16:06   ` Any other STM Publishers using ConTeX? (was: Short question regarding PDF bookmarks) Dietrich Rordorf / MDPI
2008-04-09 19:12     ` Idris Samawi Hamid
2008-04-09 16:02 ` Short question regarding PDF bookmarks Taco Hoekwater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).