From: José Carlos Santos on
Hi all,

Please consider this file:

\documentclass{article}
\usepackage[thmmarks]{ntheorem}
\usepackage{mathenv}
\theorembodyfont{\upshape}
\theoremstyle{nonumberplain}
\theoremseparator{:}
\theoremindent0cm
\theoremsymbol{\rule{0.5em}{0.5em}}
\newtheorem{dem}{Proof}
\begin{document}
\begin{dem}
Something
\[B\]
Another thing
\begin{eqnarray*}
A\Longleftrightarrow B
\end{eqnarray*}
\end{dem}
\end{document}

If I compile it, the end-of-proof sign gets placed two lines above the
correct line. Any idea about how to correct this?

Best regards,

Jose Carlos Santos
From: José Carlos Santos on
On 21-07-2010 19:05, Jos� Carlos Santos wrote:

> Please consider this file:

Oops! Wrong newsgroup. Sorry.

Best regards,

Jose Carlos Santos