Generalend of proof box

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

end of proof box

Post by pallav »

How to create end of proof box at the end of every proof of a theorem in shortcut method.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

end of proof box

Post by gmedina »

Hi,

you can use the proof environment from amsthm:

Code: Select all

\documentclass{article}
\usepackage{amsthm}

\begin{document}

\begin{proof}
  Here goes the proof.
\end{proof}

\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply