[NTG-context] hyphenated(ugly)url [URGENT]
Wolfgang Schuster
schuster.wolfgang at googlemail.com
Fri Jul 11 11:37:11 CEST 2008
On Fri, Jul 11, 2008 at 11:15 AM, Steffen Wolfrum
<context at st.estfiles.de> 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
More information about the ntg-context
mailing list