>>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:

Dekel> Style Proof ... Preamble
Dekel> \newenvironment{proof}{\emph{Proof:}}{\hfill\rule{2mm}{2mm}\par\vspace{2mm}}
Dekel> EndPreamble End ^^^ (note the \par command!)

Or rather

\newenvironment{proof}
  {\trivlist\item[\hskip\labelsep{\em Proof.}]\ignorespaces}
  {\hfill\rule{2mm}{2mm}\endtrivlist}

JMarc

Reply via email to