Quantcast end{proof} not coming out? Text - Physics Forums Library

PDA

View Full Version : end{proof} not coming out?


tgt
Nov7-08, 04:15 AM
Why?

cristo
Nov7-08, 05:20 AM
What are you talking about?

Hootenanny
Nov7-08, 06:11 AM
Have you called the amsth package in the pre-amble? Note also that proof is an environment, so you would need to open the environment before closing it, i.e.

\begin{proof}

...

\end{proof}

Without seeing your latex code, it's difficult to diagnose your problem.