Hi, if I only want to benefit of asciimode in controlled situations (inline?) ... how do I completely switch it off again (see below)?? Steffen ------- \starttext test: {\asciimode http://europa.eu/rapid/pressReleasesAction.do?reference=IP/05/1156&format=HTML&aged=0&language=EN&guiLanguage=en} text. &% <- this should give an error again \stoptext
On 10/29/2010 12:52 PM, Steffen Wolfrum wrote:
Hi,
if I only want to benefit of asciimode in controlled situations (inline?) ... how do I completely switch it off again (see below)??
\donknuthmode, I assume
Steffen
-------
\starttext
test: {\asciimode http://europa.eu/rapid/pressReleasesAction.do?reference=IP/05/1156&format=HTML&aged=0&language=EN&guiLanguage=en} text.
&%<- this should give an error again
\stoptext
___________________________________________________________________________________ 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 ___________________________________________________________________________________
On Fri, Oct 29 2010, Taco Hoekwater wrote:
if I only want to benefit of asciimode in controlled situations (inline?) ... how do I completely switch it off again (see below)??
\donknuthmode, I assume
Perhaps something like this could be added to the core: \def\ctxmode{\catcodetable\ctxcatcodes\doknuthmode} \let\noasciimode\ctxmode Peter -- Contact information: http://pmrb.free.fr/contact/
Am 29.10.2010 12:52, schrieb Steffen Wolfrum:
Hi,
if I only want to benefit of asciimode in controlled situations (inline?) ... how do I completely switch it off again (see below)??
Steffen
-------
\starttext
test: {\asciimode http://europa.eu/rapid/pressReleasesAction.do?reference=IP/05/1156&format=HTML&aged=0&language=EN&guiLanguage=en} text.
% [math-ini.mkiv] % \def\asciimode{\catcodetable\txtcatcodes\nonknuthmode} So I guess the proper way is to use \donknuthmode Best wishes, Peter
&% <- this should give an error again
\stoptext
___________________________________________________________________________________ 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 ___________________________________________________________________________________
On 29-10-2010 1:15, Peter Rolf wrote:
Am 29.10.2010 12:52, schrieb Steffen Wolfrum:
Hi,
if I only want to benefit of asciimode in controlled situations (inline?) ... how do I completely switch it off again (see below)??
Steffen
-------
\starttext
test: {\asciimode http://europa.eu/rapid/pressReleasesAction.do?reference=IP/05/1156&format=HTML&aged=0&language=EN&guiLanguage=en} text.
% [math-ini.mkiv] % \def\asciimode{\catcodetable\txtcatcodes\nonknuthmode}
So I guess the proper way is to use
\catcodetable\ctxcatcodes % \donknuthmode Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (5)
-
Hans Hagen
-
Peter Münster
-
Peter Rolf
-
Steffen Wolfrum
-
Taco Hoekwater