Troubleshooting End{proof} Not Working: Possible Causes and Solutions

  • Thread starter Thread starter tgt
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
tgt
Messages
519
Reaction score
2
Why?
 
Physics news on Phys.org
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.