Broken Nightly 2012.08.09 20:28 - \setupinteraction
![](https://secure.gravatar.com/avatar/a3c0934d999c3d6e0739d4f9c9d332ec.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/27c34cb91f1e92bd850fe60b3d9ef336.jpg?s=120&d=mm&r=g)
Am 10.08.2012 um 14:23 schrieb Prashanth
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
![](https://secure.gravatar.com/avatar/a3c0934d999c3d6e0739d4f9c9d332ec.jpg?s=120&d=mm&r=g)
On 10/08/12 14:37, Wolfgang Schuster wrote:
Am 10.08.2012 um 14:23 schrieb Prashanth
: 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 As soon as I had sent out the example, I realized my example was confusing. Links within PDF files don't work, and hyperlinks don't work either. This minimal example makes the compiler crash too: \setupinteraction[status=start, state=start, % disabling this line makes it compile title={Something}, subtitle={Something else}] \starttext \CONTEXT\ \footnote{XYZ} latest beta. \stoptext
![](https://secure.gravatar.com/avatar/27c34cb91f1e92bd850fe60b3d9ef336.jpg?s=120&d=mm&r=g)
Am 10.08.2012 um 15:02 schrieb Prashanth
As soon as I had sent out the example, I realized my example was confusing. Links within PDF files don't work, and hyperlinks don't work either. This minimal example makes the compiler crash too: \setupinteraction[status=start, state=start, % disabling this line makes it compile title={Something}, subtitle={Something else}] \starttext \CONTEXT\ \footnote{XYZ} latest beta. \stoptext
1. This was a known bug which is fixed in the last beta, 2. \setupinteraction has only a “state” but no “status” key. Wolfgang
participants (2)
-
Prashanth
-
Wolfgang Schuster