<html>
<font size=3>At 12:10 PM 7/14/2003 +0100, Harish S. Bhanderi wrote:<br>
<blockquote type=cite class=cite cite>Hi<br><br>
I've been looking for a latex-help message board but haven't found
one.<br>
Please could you direct me to such a website. I have the following<br>
problem:<br><br>
I would like to rewrite an equation later on in a document, for example
in<br>
an appendix. However, I want to use the same number as when it was
first<br>
written. For example, when first written the equation appears as 1.1
in<br>
the .dvi file, I would like the equation in the appendix to have the
same<br>
number i.e 1.1 rather than A-1. But I don't know how to do it. Any
ideas?<br><br>
Many thanks in advance.<br><br>
Harish
Bhanderi</font></blockquote><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>I
don't know how you produce (1.1), but here's one way, and one way to
repeat it later:<br><br>
----------------------<br>
\makeatletter<br>
\def\@eqnnum{{\normalfont \normalcolor (\thesection.\theequation)}}<br>
\makeatother<br>
\def\mysection#1{\setcounter{equation}{0}\section{#1}}<br>
\begin{document}<br><br>
\mysection{Introduction}<br><br>
\begin{equation}<br>
A = B<br>
\end{equation}<br><br>
\mysection{New Section}<br><br>
\begin{equation}<br>
A = B<br>
\end{equation}<br><br>
Later on...<br><br>
\mysection{Appendix}<br>
\setcounter{section}{1}<br>
\begin{equation}<br>
A = B<br>
\end{equation}<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.amazon.com/exec/obidos/tg/detail/-/0691009430/qid=1057311870/sr=1-1/ref=sr_1_1/002-8882889-4632849?v=glance&amp;s=books">Amazon.com</a>.<br>
<b>Please Note: New Email Address is hgintis@comcast.net<br>
</font></b></html>