Changes

Jump to navigation Jump to search
137 bytes removed ,  12:40, 25 February 2014
m
no edit summary
< [[Visuals]]
* use [[{{cmd:setupinteraction|setupinteraction[state=start]]}}]
* [[Presentation effects]]
* see in [[Using Graphics| using graphics]] how to use movies.
* [[Widgets]] (interactive elements, form fields etc.)
The [[{{cmd:setupinteraction|\setupinteraction]] }} command configures all interaction in the resulting PDF document. Basic interaction (meaning clickable links for references) is enabled using
<texcode>
</texcode>
This makes all links generated with the [[{{cmd:goto|\goto]] }} command (and indirectly the [[{{cmd:in|\in]] }} and [[{{cmd:at|\at]] }} commands) clickable.
== Hints ==
=== Link coloring ===
By default, the link text gets a green or red [[Color|color]], depending on whether the link is to another page or to the same page. You can change the link colors with the <tt>color</tt> (links to other pages) and <tt>contrastcolor</tt> (links to the same page) properties. For example, to disable link coloring alltogether:
<texcode>
=== Clickable table of contents ===
To make table of contents items clickable, use the [[{{cmd:setupcombinedlist|\setupcombinedlist]] }} command.
<texcode>
\setupinteraction[state=start,focus=standard]
</texcode>
 
== Help from ConTeXt-Mailinglist/Forum ==
All issues with:
{{Forum|{{SUBPAGENAME}}}}
 
[[Category:Presentation]]
[[Category:Command/Interaction|Interaction]]
56

edits

Navigation menu