ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Broken Nightly 2012.08.09 20:28 - \setupinteraction
@ 2012-08-10 12:23 Prashanth
  2012-08-10 12:37 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Prashanth @ 2012-08-10 12:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

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

* Re: Broken Nightly 2012.08.09 20:28 - \setupinteraction
  2012-08-10 12:23 Broken Nightly 2012.08.09 20:28 - \setupinteraction Prashanth
@ 2012-08-10 12:37 ` Wolfgang Schuster
  2012-08-10 13:02   ` Prashanth
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2012-08-10 12:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.08.2012 um 14:23 schrieb Prashanth <prash.n.rao@gmail.com>:

> 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 : 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] 4+ messages in thread

* Re: Broken Nightly 2012.08.09 20:28 - \setupinteraction
  2012-08-10 12:37 ` Wolfgang Schuster
@ 2012-08-10 13:02   ` Prashanth
  2012-08-10 13:10     ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Prashanth @ 2012-08-10 13:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 10/08/12 14:37, Wolfgang Schuster wrote:
> Am 10.08.2012 um 14:23 schrieb Prashanth <prash.n.rao@gmail.com>:
>
>> 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


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

* Re: Broken Nightly 2012.08.09 20:28 - \setupinteraction
  2012-08-10 13:02   ` Prashanth
@ 2012-08-10 13:10     ` Wolfgang Schuster
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2012-08-10 13:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.08.2012 um 15:02 schrieb Prashanth <prash.n.rao@gmail.com>:

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

end of thread, other threads:[~2012-08-10 13:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-10 12:23 Broken Nightly 2012.08.09 20:28 - \setupinteraction Prashanth
2012-08-10 12:37 ` Wolfgang Schuster
2012-08-10 13:02   ` Prashanth
2012-08-10 13:10     ` Wolfgang Schuster

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