[694] in SIPB bug reports
Is This a Bug?
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Sun Oct 15 19:54:08 1989
Date: Sun, 15 Oct 89 19:55:28 -0400
From: Barr3y Jaspan <bjaspan@ATHENA.MIT.EDU>
To: bug-sipb@ATHENA.MIT.EDU
I'm quite sure that someone will tell me this is exactly how Latex is
supposed to behave, but I think it is really stupid.
I defined a new command:
\newcommand{\acp}{analyze\_critical\_path }
I put the final space inside the {} so that when I used it in a
sentence, there would be a space separating it from the next word (ie:
so I didn't get analyze_critical_pathfollowed without space like
this.)
With the following source code:
some random text here which uses \acp, and then some more random text.
LaTeX produced the output:
some random text here which uses analyze_critical_path
, and then some more random text.
In other words, it started a line with a comma!! ACK! GAG!! GROSS!! I
thought this was a document preparation system...
Barr3y