On Mon, 25 Oct 2010, Steffen Wolfrum wrote:

Hi,

the "%" is a frequently used character in URL.
But \hyphenatedurl{} can deal with it ...

Does someone has a fix?


\starttext
text\footnote{test \hyphenatedurl{www.test%it.com} test.} text.
\stoptext

An extreme solution:

\startcatcodetable \txtcatcodes
    \catcode`\^^I = 10
    \catcode`\^^M =  5
    \catcode`\^^L =  5
    \catcode`\    = 10
    \catcode`\^^Z =  9
    \catcode`\\   =  0
    \catcode`\{   =  1
    \catcode`\}   =  2
%   \catcode`\%   = 14
\stopcatcodetable
\starttext
\asciimode
text\footnote{test \hyphenatedurl{www.test%it.com} test.} text.
\stoptext

Aditya
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to