ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* hyphenated(ugly)url [URGENT]
@ 2008-07-11  9:15 Steffen Wolfrum
  2008-07-11  9:37 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Steffen Wolfrum @ 2008-07-11  9:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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??

Steffen (still MKII)
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: hyphenated(ugly)url [URGENT]
  2008-07-11  9:15 hyphenated(ugly)url [URGENT] Steffen Wolfrum
@ 2008-07-11  9:37 ` Wolfgang Schuster
  2008-07-11 16:24   ` Steffen Wolfrum
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2008-07-11  9:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Jul 11, 2008 at 11:15 AM, Steffen Wolfrum
<context@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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: hyphenated(ugly)url [URGENT]
  2008-07-11  9:37 ` Wolfgang Schuster
@ 2008-07-11 16:24   ` Steffen Wolfrum
  0 siblings, 0 replies; 3+ messages in thread
From: Steffen Wolfrum @ 2008-07-11 16:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Yes!

St.

Am 11.07.2008 um 11:37 schrieb Wolfgang Schuster:

> On Fri, Jul 11, 2008 at 11:15 AM, Steffen Wolfrum
> <context@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
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-11 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-11  9:15 hyphenated(ugly)url [URGENT] Steffen Wolfrum
2008-07-11  9:37 ` Wolfgang Schuster
2008-07-11 16:24   ` Steffen Wolfrum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).