i am trying to addnumber to equation array as in the following example
but it doesnot work , i donot know why
Code: Select all
\documentclass[a4paper]{report}
\usepackage{amsmath,amsthm,amssymb,amsfonts}
\begin{document}
\begin{eqnarray*}
a &=& b\\
c &=& d \\ \addnumber
e &=& f\\
g &=& h\\
i &=& j
\end{eqnarray*}
\end{document}
! Undefined control sequence.
i am using texlive 2011
thanks in advance