On 4/25/07, <b class="gmail_sendername">Charilaos Skiadas</b> <<a href="mailto:skiadas@hanover.edu">skiadas@hanover.edu</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The problem with that is that it makes code like $foo} valid, so</blockquote><div><br>I see what you mean (about making it harder to detect problems with braces), but on the other hand $foo} *is* potentially valid code.<br>
</div><br>For example, here is the definition that originally prompted me to make the change:<br><br>%% Centred math environment, spilling into the margins if needed<br>\newenvironment{mspill}{%<br>        \vskip\abovedisplayskip\hbox to \textwidth\bgroup\hss%
<br>        \hbox\bgroup$\displaystyle<br>}{%<br>        $\egroup\hss\egroup\vskip\belowdisplayskip\noindent\ignorespacesafterend<br>}<br><br>Robin<br></div>