Making contents 'clickable'
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
\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 ___________________________________________________________________________________
2011/3/3 Matthias Weber
\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
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
2011/3/3 Wolfgang Schuster
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
participants (3)
-
Cecil Westerhof
-
Matthias Weber
-
Wolfgang Schuster