Any ideas? I haven't had any luck google'ing it...

NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
balf wrote:\renewcommand{\theequation}{\relax}} should work.
B.A.
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\newenvironment{equa}{\equation\nonumber}{\endequation}
\begin{document}
\nonumber
\begin{equa}
a=b
\end{equa}
\begin{align}
a&=b\\
c&=d
\end{align}
\begin{multline}
a=b\\
c=d
\end{multline}
\end{document}
Thanks! Just what I neededbalf wrote:but I have another suggestion: the mathtools package (in the mh bundle) lets customise equation tags with a \newtagform and a \renewtagform commands (you could suppress those damned parentheses) and, simpler, has an option 'showonlyrefs'.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p