Jean-Marc Lasgouttes schrieb:
I need more information.
Try to import the attached one. This works with LyX 1.6.2 but not with 1.6.3svn
and 2.0svn.
Btw. where is the environment list "known_math_environments" stored?
There is only this line:
CommandMap known_math_environments;
But I want to know what is in the list named "known_math_environments". I expect there environments
like "alignat".
regards Uwe
\documentclass{article}
\begin{document}
\begin{eqnarray*}
\label{eq:scalinglnlambda}
A & = & B \\
& = & C \nonumber \end{eqnarray*}
\begin{eqnarray}
\label{eq:scalinglnlambdalö}
A & = & B \\
& = & C \nonumber \end{eqnarray}
\end{document}