Re: Formula con stessa numerazione in capitoli diversi

#4063
Up
0
Down
::


Basta utilizzare i comandi dell’AMSLaTeX così
`
\chapter{Primo capitolo}

\begin{equation}
\label{eq1}
a+b=c
\end{equation}

\chapter{Secondo capitolo}

\begin{equation}
\tag{\ref{eq1}}
a+b=c
\end{equation}
`

Go to top