Re: Numerare equazioni con un solo numero

#6928
Up
0
Down
::

Grazie per la dritta, ho risolto:
\renewcommand{\theequation}{\arabic{equation}}

produce

(1)
(2)
ecc

come volevo

Attento, però, che in questo modo i numeri tornano a 1 a ogni capitolo. Se invece le vuoi numerare univocamente, puoi fare così:`\usepackage{remreset}
\makeatletter
\@removefromreset{equation}{chapter}
\makeatother`Ciao
Enrico

Go to top