Re: [NTG-context] unwanted extra space in type definition

2014-05-26 Thread Pablo Rodriguez
On 05/26/2014 06:55 PM, luigi scarso wrote: > On Mon, May 26, 2014 at 6:00 PM, Pablo Rodriguez wrote: > > Dear list, > > I have the following sample: > > \definetype[TeXcode][option=TEX] > \def\arg#1{\TeXcode{{#1}}} > \starttext > \arg{\em\de Textsatzsyste

Re: [NTG-context] unwanted extra space in type definition

2014-05-26 Thread Pablo Rodriguez
On 05/26/2014 06:08 PM, Wolfgang Schuster wrote: > Am 26.05.2014 um 18:00 schrieb Pablo Rodriguez: >>\def\arg#1{\TeXcode{{#1}}} >> [...] >> I don’t know what is wrong defined in \arg that inserts an extra space >> after \em? > > You can’t do this form a definition for a verbatim command becaus

Re: [NTG-context] unwanted extra space in type definition

2014-05-26 Thread luigi scarso
On Mon, May 26, 2014 at 6:00 PM, Pablo Rodriguez wrote: > Dear list, > > I have the following sample: > > \definetype[TeXcode][option=TEX] > \def\arg#1{\TeXcode{{#1}}} > \starttext > \arg{\em\de Textsatzsystem} > > \TeXcode{{\em\de Textsatzsystem}} > \stoptext > > I don’t

Re: [NTG-context] unwanted extra space in type definition

2014-05-26 Thread Wolfgang Schuster
Am 26.05.2014 um 18:00 schrieb Pablo Rodriguez : > Dear list, > > I have the following sample: > >\definetype[TeXcode][option=TEX] >\def\arg#1{\TeXcode{{#1}}} >\starttext >\arg{\em\de Textsatzsystem} > >\TeXcode{{\em\de Textsatzsystem}} >\stoptext > > I don’t know what

[NTG-context] unwanted extra space in type definition

2014-05-26 Thread Pablo Rodriguez
Dear list, I have the following sample: \definetype[TeXcode][option=TEX] \def\arg#1{\TeXcode{{#1}}} \starttext \arg{\em\de Textsatzsystem} \TeXcode{{\em\de Textsatzsystem}} \stoptext I don’t know what is wrong defined in \arg that inserts an extra space after \em? Many