Am 10.08.2012 um 14:23 schrieb Prashanth <[email protected]>:
> Hi,
> I like clickable links in PDF files. However, the build from 2012.08.09 20:28
> has a problem with it.
> Minimal example:
> \setupinteraction[status=start,
> state=start, % disabling this line makes it work
> title={Something},
> subtitle={Something else}]
> \starttext
> \CONTEXT\ \footnote{http://wiki.contextgarden.net/} latest build.
> \stoptext
Hyperlinks are added with \goto, \from etc., the link in your example which you
get when you disabled the interaction option is only a feature of your pdf
viewer.
\setupinteraction[state=start]
\starttext
\CONTEXT\ \footnote{\goto{ConTeXt wiki}[url(http://wiki.contextgarden.net/}]
latest build.
\stoptext
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / 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
___________________________________________________________________________________