<html>
<font size=3>At 08:37 PM 6/17/2003 -0400, Sandra Monje wrote:<br>
<blockquote type=cite class=cite cite>I am trying to remove the
parenthesis around the equation numbers in an LaTeX
\documentclass{article}.&nbsp; Is there any reference as to how I can do
this?&nbsp; Where should I go for
help?</font></blockquote><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>I'm
sure there's a package that does this, but here's an easy way:<br>
\makeatletter<br>
\def\@eqnnum{{\normalfont \normalcolor (\theequation)}}<br>
\makeatother<br><br>
Do you see the parentheses around \theequation? Just take them out, and
put this in your program, before \begin{document}.<br><br>
Herb<br><br>
<br>
<x-sigsep><p></x-sigsep>
<font size=3>Herbert
Gintis&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br>
Emeritus Professor of Economics, University of
Massachusetts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br>
External Faculty, Santa Fe Institute, Santa Fe, NM <br>
15 Forbes Avenue, Northampton, MA 01060 <br>
413-586-7756&nbsp; (Home Office) 206-984-9873 (Fax)<br>
Recent papers are posted on my
<a href="http://www-unix.oit.umass.edu/~gintis">web site</a>.<br>
Get <b>Game Theory Evolving</b> (Princeton, 2000) at
<a href="http://www.isbn.nu/0691009430/amazon">Amazon.com</a>.<br><br>
</font></html>