Re: [OT] no space after defined \newcommands in LaTeX

2003-03-31 Thread Nathan E Norman
On Mon, Mar 31, 2003 at 07:44:01PM -0500, Nori Heikkinen wrote: > > how do you mean, "they have to do that for most commands they didn't > write"? A builtin, like \TeX. I can't write "\TeX is really cool", I have to write "\TeX{} is really cool". -- Nathan Norman - Incanus Networking mailto:[E

Re: [OT] no space after defined \newcommands in LaTeX

2003-03-31 Thread Alan Shutko
Nori Heikkinen <[EMAIL PROTECTED]> writes: > on Mon, 31 Mar 2003 06:38:09PM -0500, Alan Shutko insinuated: >> Although I find a lot of people prefer to write >> ... the \TM\ defined by blah blah ... >> since they have to do that for most commands they didn't write, and >> they want all their com

Re: [OT] no space after defined \newcommands in LaTeX

2003-03-31 Thread Nori Heikkinen
on Mon, 31 Mar 2003 03:29:11PM -0800, Stephen A. Witt insinuated: > On Mon, 31 Mar 2003, Nori Heikkinen wrote: > > > this has been pissing me off recently. if i define a new command > > > > \newcommand{\TM}{Turing machine} > > > > and then say in my document > > > > ... the \TM defined by blah bl

Re: [OT] no space after defined \newcommands in LaTeX

2003-03-31 Thread Nori Heikkinen
on Mon, 31 Mar 2003 06:38:09PM -0500, Alan Shutko insinuated: > Nori Heikkinen <[EMAIL PROTECTED]> writes: > > > this has been pissing me off recently. if i define a new command > > > > \newcommand{\TM}{Turing machine} > > \usepackage{xspace} > \newcommand{\TM}{Turing machine\xspace} cool.

Re: [OT] no space after defined \newcommands in LaTeX

2003-03-31 Thread Roberto Sanchez
this has been pissing me off recently. if i define a new command \newcommand{\TM}{Turing machine} and then say in my document ... the \TM defined by blah blah ... i will get the output ``the Turing machinedefined by blah blah.'' so i have to say ... the \TM ~defined by ... I can't just def

Re: [OT] no space after defined \newcommands in LaTeX

2003-03-31 Thread Hubert Chan
> "Nori" == Nori Heikkinen <[EMAIL PROTECTED]> writes: Nori> this has been pissing me off recently. if i define a new command Nori> \newcommand{\TM}{Turing machine} Nori> and then say in my document Nori> ... the \TM defined by blah blah ... Nori> i will get the output ``the Turing machine

Re: [OT] no space after defined \newcommands in LaTeX

2003-03-31 Thread Alan Shutko
Nori Heikkinen <[EMAIL PROTECTED]> writes: > this has been pissing me off recently. if i define a new command > > \newcommand{\TM}{Turing machine} \usepackage{xspace} \newcommand{\TM}{Turing machine\xspace} Although I find a lot of people prefer to write ... the \TM\ defined by blah blah ..

Re: [OT] no space after defined \newcommands in LaTeX

2003-03-31 Thread Stephen A. Witt
On Mon, 31 Mar 2003, Nori Heikkinen wrote: > this has been pissing me off recently. if i define a new command > > \newcommand{\TM}{Turing machine} > > and then say in my document > > ... the \TM defined by blah blah ... > > i will get the output ``the Turing machinedefined by blah blah.'' > Use

[OT] no space after defined \newcommands in LaTeX

2003-03-31 Thread Nori Heikkinen
this has been pissing me off recently. if i define a new command \newcommand{\TM}{Turing machine} and then say in my document ... the \TM defined by blah blah ... i will get the output ``the Turing machinedefined by blah blah.'' so i have to say ... the \TM ~defined by ... I can't just de