On Wed, Jun 11, 2003 at 02:29:27PM -0300, Osvaldo Fornaro wrote: > Hi list, > > I noted that when you write a decimal number in mathematics, (i means a > formula display) decimal point becames a comma in dvi (or ps, of course). > Latex file shows points, so is a latex translation (some kind of > internationalization) > > How i can avoid this behavior?
Add the following line to the preamble:
\AtBeginDocument{\def\extrasspanish{}}
