is it even possible to have use \begin{split} when ntheorem is used?
even a silly example like
Code: Select all
\[
\begin{split}
a & = b \\
& = c \\
& = d
\end{split}
\]

Code: Select all
\[
\begin{split}
a & = b \\
& = c \\
& = d
\end{split}
\]
NEW: TikZ book now 40% off at Amazon.com for a short time.
(i did modify according to the link)amsthm.sty conflicts with the definition of theorem layouts in theorem.sty, some
features of amsthm.sty have been incorporated into option [amsthm] which has to
be used instead of \usepackage{amsthm}.
Code: Select all
\usepackage{amsmath}
\usepackage[amsmath,amsthm]{ntheorem}
Code: Select all
\usepackage{amsthm}
NEW: TikZ book now 40% off at Amazon.com for a short time.