Re: [NTG-context] Re: Activating urls

2005-04-08 Thread Robert Ullrey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Idris,

Not exactly sure what you are after, do you want to print the url 
out, or make an active link that clicking on will take you to.

If you want to print the url, then

\setupcolors
[state=start]
\setupinteraction
[state=start,color=blue]
%  To use a url,
\useURL
[mypage]  the cite you will use
[http://www.webpage.edu]  the actual web address
[]  if you were linking to a file
[\tex{My Web page}]  What you want the link to print in the 
document

\starttext
This is an example of link usage in \ConTeXt. If the link works, you 
should see that My Web Page is repeated here \from[mypage] and is 
highlighted in blue and that the link works. An alternative would be to 
list the link as a url as in here, \url[mypage]. However, using the url 
command gets a printing of the url, e.g,. http://www.webpage.edu.
\stoptext

Hope that helps.
Robert


-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQlWoN/FTYcwurb3FEQJ98wCeIYP/PyhUp2/4LY6GBvT5UamEFGUAoPty
3sZ4KCQKalOiUAZFjmJ0cJo9
=HswA
-END PGP SIGNATURE-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: Activating urls

2005-04-08 Thread Nikolai Weibull
Patrick Gundlach, April 8:

 \from[Adobe].

Aha, is that the right way to do it?  I actually get fully working
hyperlinks with \url (as far as I can tell), but perhaps \from is the
right macro.  Sorry about confusion,
nikolai

-- 
Nikolai Weibull: now available free of charge at http://bitwi.se/!
Born in Chicago, IL USA; currently residing in Gothenburg, Sweden.
main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);}
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: Activating urls

2005-04-08 Thread Nikolai Weibull
Patrick Gundlach, April 8:

 I get a 'half working' hyperlink. Try to replace '\url' by '\from'.

Actually, for me, both work in acroread (7),
nikolai

-- 
Nikolai Weibull: now available free of charge at http://bitwi.se/!
Born in Chicago, IL USA; currently residing in Gothenburg, Sweden.
main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);}
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context