ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Making contents 'clickable'
@ 2011-03-03 13:30 Cecil Westerhof
  2011-03-03 13:33 ` Matthias Weber
  2011-03-03 13:35 ` Wolfgang Schuster
  0 siblings, 2 replies; 5+ messages in thread
From: Cecil Westerhof @ 2011-03-03 13:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 189 bytes --]

In a lot of e-books you see that when you are at the contents that the
chapters an sections can be clicked and you go to them. Can ConTeXt make
this kind of documents?

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 214 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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] 5+ messages in thread

* Re: Making contents 'clickable'
  2011-03-03 13:30 Making contents 'clickable' Cecil Westerhof
@ 2011-03-03 13:33 ` Matthias Weber
  2011-03-03 13:51   ` Cecil Westerhof
  2011-03-03 13:35 ` Wolfgang Schuster
  1 sibling, 1 reply; 5+ messages in thread
From: Matthias Weber @ 2011-03-03 13:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

\setupinteraction
[state=start]

Matthias


On Mar 3, 2011, at 8:30 AM, Cecil Westerhof wrote:

> In a lot of e-books you see that when you are at the contents that the chapters an sections can be clicked and you go to them. Can ConTeXt make this kind of documents?
> 
> -- 
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 5+ messages in thread

* Re: Making contents 'clickable'
  2011-03-03 13:30 Making contents 'clickable' Cecil Westerhof
  2011-03-03 13:33 ` Matthias Weber
@ 2011-03-03 13:35 ` Wolfgang Schuster
  2011-03-03 14:07   ` Cecil Westerhof
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2011-03-03 13:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 03.03.2011 um 14:30 schrieb Cecil Westerhof:

> In a lot of e-books you see that when you are at the contents that the chapters an sections can be clicked and you go to them. Can ConTeXt make this kind of documents?

\setupinteraction[state=start]

\starttext

\completecontent[interaction=all] % can be also done with \setuplist[...][interaction=all]

...

\stoptext

Wolfgang

___________________________________________________________________________________
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] 5+ messages in thread

* Re: Making contents 'clickable'
  2011-03-03 13:33 ` Matthias Weber
@ 2011-03-03 13:51   ` Cecil Westerhof
  0 siblings, 0 replies; 5+ messages in thread
From: Cecil Westerhof @ 2011-03-03 13:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 536 bytes --]

2011/3/3 Matthias Weber <matweber@indiana.edu>

> \setupinteraction
> [state=start]
>

I tried something like that:
\setupinteraction[
  status=start,
  title={Introductie Time Management (Reclaim Your Live)},
  author={Cecil Westerhof},
  keyword={TimeManagement Introductie},
  color=blue,
]
\placebookmarks[chapter,section,subsection][chapter,section]
\setupinteractionscreen[option=bookmark]

Did not work. But you solution shows why: it should be state, not status.
Went something wrong with copying.

Thanks.

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 858 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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] 5+ messages in thread

* Re: Making contents 'clickable'
  2011-03-03 13:35 ` Wolfgang Schuster
@ 2011-03-03 14:07   ` Cecil Westerhof
  0 siblings, 0 replies; 5+ messages in thread
From: Cecil Westerhof @ 2011-03-03 14:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 520 bytes --]

2011/3/3 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

>
> Am 03.03.2011 um 14:30 schrieb Cecil Westerhof:
>
> > In a lot of e-books you see that when you are at the contents that the
> chapters an sections can be clicked and you go to them. Can ConTeXt make
> this kind of documents?
>
> \setupinteraction[state=start]
>
> \starttext
>
> \completecontent[interaction=all] % can be also done with
> \setuplist[...][interaction=all]
>

I like just \completecontent better. But thanks anyway.

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 859 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2011-03-03 14:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-03 13:30 Making contents 'clickable' Cecil Westerhof
2011-03-03 13:33 ` Matthias Weber
2011-03-03 13:51   ` Cecil Westerhof
2011-03-03 13:35 ` Wolfgang Schuster
2011-03-03 14:07   ` Cecil Westerhof

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