ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Creating PDF Bookmarks
@ 2010-04-05 23:57 marfin
  2010-04-06  7:35 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: marfin @ 2010-04-05 23:57 UTC (permalink / raw)
  To: ntg-context

I am looking for additional bookmarks but \bookmark[…]{…} has no effect
(mkiv). What is going wrong?



\setupinteraction [state=start]
\setupinteractionscreen [option=bookmark]
\placebookmarks[chapter,section][chapter,section]

\starttext

\bookmark[chapter]{TOC}
\title{Table of contents}
\placecontent

\chapter{Chapter}
\input tufte

\section{Section}
\input tufte

\stoptext



Sincerely,
Markus
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Creating PDF Bookmarks
  2010-04-05 23:57 Creating PDF Bookmarks marfin
@ 2010-04-06  7:35 ` Hans Hagen
  2010-07-20 11:37   ` Steffen Wolfrum
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2010-04-06  7:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 6-4-2010 1:57, marfin wrote:
> I am looking for additional bookmarks but \bookmark[…]{…} has no effect
> (mkiv). What is going wrong?
>
>
>
> \setupinteraction [state=start]
> \setupinteractionscreen [option=bookmark]
> \placebookmarks[chapter,section][chapter,section]
>
> \starttext
>
> \bookmark[chapter]{TOC}
> \title{Table of contents}

\starttitle[title={Table of contents},bookmark=TOC] .. \stoptitle

> \placecontent
>
> \chapter{Chapter}
> \input tufte
>
> \section{Section}
> \input tufte
>
> \stoptext
>
>
>
> Sincerely,
> Markus
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Creating PDF Bookmarks
  2010-04-06  7:35 ` Hans Hagen
@ 2010-07-20 11:37   ` Steffen Wolfrum
  2010-07-20 17:06     ` Peter Münster
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Wolfrum @ 2010-07-20 11:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Hans Hagen


Am 06.04.2010 um 09:35 schrieb Hans Hagen:

> On 6-4-2010 1:57, marfin wrote:
>> I am looking for additional bookmarks but \bookmark[…]{…} has no effect
>> (mkiv). What is going wrong?
>> 
>> 
>> 
>> \setupinteraction [state=start]
>> \setupinteractionscreen [option=bookmark]
>> \placebookmarks[chapter,section][chapter,section]
>> 
>> \starttext
>> 
>> \bookmark[chapter]{TOC}
>> \title{Table of contents}
> 
> \starttitle[title={Table of contents},bookmark=TOC] .. \stoptitle
> 
>> \placecontent
>> 
>> \chapter{Chapter}
>> \input tufte
>> 
>> \section{Section}
>> \input tufte
>> 
>> \stoptext



when I run your code with todays MkIV, 
then there is no bookmark created for "Table of contents"!


Steffen

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


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

* Re: Creating PDF Bookmarks
  2010-07-20 11:37   ` Steffen Wolfrum
@ 2010-07-20 17:06     ` Peter Münster
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Münster @ 2010-07-20 17:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Jul 20 2010, Steffen Wolfrum wrote:
> 
> > \starttitle[title={Table of contents},bookmark=TOC] .. \stoptitle
> 
> when I run your code with todays MkIV, 
> then there is no bookmark created for "Table of contents"!

See also here: http://tracker.luatex.org/view.php?id=429
Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


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


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

end of thread, other threads:[~2010-07-20 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-05 23:57 Creating PDF Bookmarks marfin
2010-04-06  7:35 ` Hans Hagen
2010-07-20 11:37   ` Steffen Wolfrum
2010-07-20 17:06     ` Peter Münster

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).