Discussion:
doubt in number eqnarray
(too old to reply)
anil
2005-11-08 12:37:48 UTC
Permalink
Hello everyone,

I want to use the eqnarray environment , but i want the
number only for the first line and not for any other line

Regards,
J.Anil Kumar.
Hendrik Maryns
2005-11-08 12:50:46 UTC
Permalink
Post by anil
Hello everyone,
I want to use the eqnarray environment
Don't, see l2tabuen.pdf
Post by anil
, but i want the
number only for the first line and not for any other line
\usepackage{amsmath}
\begin{align}
a=b \\
c=d \nonumber
\end{align}

HTH, H.
--
Hendrik Maryns

==================
www.lieverleven.be
http://aouw.org
Lars Madsen
2005-11-08 13:07:13 UTC
Permalink
Post by anil
Hello everyone,
I want to use the eqnarray environment , but i want the
number only for the first line and not for any other line
Regards,
J.Anil Kumar.
first of all eqnarray is not a good idea to use, it's incontistent, and has
other internal issues.

Besides this you can use the \nonumber on the rest of the lines

I do not know if it's possible to automatically remove the numbering for all but
the first line
--
/daleif (remove RTFSIGNATURE from email address)

LaTeX FAQ: http://www.tex.ac.uk/faq
Superb Class: http://www.ctan.org/tex-archive/help/Catalogue/entries/memoir.html
LaTeX book: http://www.imf.au.dk/system/latex/bog/ (in Danish)
Remember to post minimal working examples.
Michael
2005-11-08 13:06:27 UTC
Permalink
You'll have to use \nonumber on every consecutive line.
Unfortunately there's no command like \donumber that could be used with
eqnarray* (and if there is, you would make me very happy by pointing it out
to me).

Regards

Michael.
Post by anil
Hello everyone,
I want to use the eqnarray environment , but i want the
number only for the first line and not for any other line
Regards,
J.Anil Kumar.
Loading...