Nicolas Ferr� wrote:
Trying to find the best alignment for some equation, its type is now blocked to flalign. Using whatever combinaison in m-m t [n t a i d e m], the type remains flaglign.
Hum, I just looked at the prompt: I got several messages like
mutation from 'flalign' to 'equation' not implemented mutation from 'flalign' to 'simple' not implemented mutation from 'flalign' to 'align' not implemented mutation from 'flalign' to 'alignat' not implemented mutation from 'flalign' to 'gather' not implemented mutation from 'flalign' to 'multline' not implemented
Well, if I understand, the only possibility is to recreate my equation and to forget about flalign, right ?
no, try to write into the preamble
\let\flalign\align \let\endflalign\endalign
to move the equations from flalign to align. To equation is not possible, because flalign can have an ampersand for hirontal alignment, but equation not.
by the way: you should always use amsmath!
Herbert
