Generalnew proof conclusion figure

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
alexp
Posts: 3
Joined: Thu Nov 22, 2007 11:48 pm

new proof conclusion figure

Post by alexp »

I want to use my own personal figure (i have it in .eps and .jpeg and all other formats) instead of \square to conclude proofs. How could i go about creating a command to include a tiny image right after a period?

Thank you for your help!

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

new proof conclusion figure

Post by localghost »

When using the proof environment from amsmath, you can easily change the the symbol at the end of a proof.

Code: Select all

\renewcommand{\qedsymbol}{\includegraphics[height=1ex]{filename}}

Best regards
Thorsten
Post Reply