I have seen several posts on how to remove the qed symbol in a proof, but that affects all proof environments. I would like to know how to remove the qed symbol in a particular proof because I have a proof in another.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
Just locally change the meaning of
You can make a new environment for "inner proofs":
which will do the same. |
|||||||||||||
|
|
if you're using
(thanks to egreg for providing an example that could be cribbed easily.) |
|||
|
|

\phantom\qedhereanywhere in the proof the qed symbol disappears. But I don't know if it's the best way of doing that. – Manuel Dec 25 '12 at 19:43