>> I get a 'half working' hyperlink. Try to replace '\url' by '\from'.
>
> Actually, for me, both work in acroread (7),

I think that there is some magic in acroread 7. it parses the text and
if it sees a http://someth.ing  it will make that active. 

When looking at the pdf file from the code below, there is only one
real annotation object (well, split in 14 sub-objects) coming from the
\from-statement. The url generated by the \url command is not correct.

--------------------------------------------------
\pdfcompresslevel=0
\setuppagenumbering[location=]

\useURL
[Adobe]
[http://partners.adobe.com/public/developer/en/font/5091.Design_MM_Fonts.pdf]

\setupinteraction[state=start]

\startbuffer
\url[Adobe]

\from[Adobe]
\stopbuffer
\starttext
\typebuffer
\getbuffer
\stoptext
--------------------------------------------------

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to