I am using Latex, and I can't share my specific code for privacy reasons, but I want to remove the qed symbol for separate proofs, but not change every proof in the document. The only thing is don't know how to do that, so any help would be much appreciated.
Asked
Active
Viewed 110 times
1 Answers
0
The ntheorem package allows you to redefine QED symbols that way. See section 2.6 of the manual, and the examples in section 4.
Davislor
- 44,045
TeX.SE... Without seeing your code, not able to give correct solution, atleast generate your code with using standard inputs likebook.cls– MadyYuvi Nov 12 '20 at 14:30\renewcommand{\qed}{}within theproofenvironment but without code it's only a guess. – campa Nov 12 '20 at 17:00amsthm, you can locally redfine\qedsymbolwithin the proof. This question provides some additional information: https://tex.stackexchange.com/q/256944 – barbara beeton Nov 12 '20 at 17:02