This code below gets me a working URL, but instead of the word kudos in blue I get the entire URL in my text. Why is that? \setupcolors [state=start] \setupurl [color=blue] \setupinteraction [state=start,color=blue] \useURL[kudos][http://nl.wikipedia.org/wiki/Kudos_(computerterm)][][kudos] \setuppapersize[A4,portrait][A4,portrait] \starttext \url[kudos] \stoptext G
Am 14.01.2012 um 15:16 schrieb Gerben Wierda:
This code below gets me a working URL, but instead of the word kudos in blue I get the entire URL in my text. Why is that?
\setupcolors [state=start] \setupurl [color=blue] \setupinteraction [state=start,color=blue] \useURL[kudos][http://nl.wikipedia.org/wiki/Kudos_(computerterm)][][kudos] \setuppapersize[A4,portrait][A4,portrait] \starttext \url[kudos] \stoptext
You need \from[kudos] to get the description (fourth argument) in the text. Wolfgang
Hi Gerben, you mixed the commands: just use "\from[kudos]" instead of "\url[kudos]". Best regards, Steffen Am 14.01.2012 um 15:16 schrieb Gerben Wierda:
This code below gets me a working URL, but instead of the word kudos in blue I get the entire URL in my text. Why is that?
\setupcolors [state=start] \setupurl [color=blue] \setupinteraction [state=start,color=blue] \useURL[kudos][http://nl.wikipedia.org/wiki/Kudos_(computerterm)][][kudos] \setuppapersize[A4,portrait][A4,portrait] \starttext \url[kudos] \stoptext
G ___________________________________________________________________________________ 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 ___________________________________________________________________________________
participants (3)
-
Gerben Wierda
-
Steffen Wolfrum
-
Wolfgang Schuster