Unnumbered equations can be written according to the amstex extension:
\begin{equation*}
...
\end{equation*}
but the base LaTeX environment:
\begin{displaymath}
...
\end{displaymath}
does not work. Originally reported by Michel Lavaud on December 18, 2005 8:08 AM. |