On Fri, Jul 11, 2008 at 11:15 AM, Steffen Wolfrum
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I need to typeset a document containing several nice url's like
>
>
> \enableregime[utf]
> \starttext
>
> see 
> \hyphenatedurl{www.europa.eu.int/rapid/start/cgi/guesten.ksh?p_action.gettxt=gt&doc=SPEECH/00/475%7C0%7CRAPID&lg=DE
> }
>
> \stoptext
>
> Any idea??

Use the following patch for the moment.

\let\normalhyphenatedurl\hyphenatedurl

\bgroup

\catcode`\%=11

\gdef\hyphenatedurl
  {\bgroup
   \catcode`\%=11
   \expandafter\egroup
   \normalhyphenatedurl}

\egroup

Regards,
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to