- Questo topic ha 4 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 16 anni, 1 mese fa da .
-
Topic
-
Ciao a tutti,vorrei scrivere un’equazione su più righe con latex, facendo in modo che tutti gli “uguali” (=) siano allineati.
Ho scritto il codice seguente:
`\begin{equation}\label{eq:FFD}
\begin{align} F(\mathbf{x}, t+\Delta t) & = F(\mathbf{x}, t) + \frac{\partial F(\mathbf{x},t)}{\partial t}\Delta t\\
&= F(\mathbf{x}, t) + G(\mathbf{x},t)|\mathbf{\nabla}F(\mathbf{x}, t)\Delta t
\end{align}
\end{equation}`Ma ottengo l’errore seguente:
`
! Package amsmath Error: Erroneous nesting of equation structures;
(amsmath) trying to recover with `aligned'.See the amsmath package documentation for explanation.
Type Hfor immediate help.
…l.112 \end{align}
`Come posso risolvere? Grazie,
Samuele[/code]
- Devi essere connesso per rispondere a questo topic.