I'm having trouble adjusting the \qed symbol when using the IEEEtrans document class. Neither \qedhere nor \renewcommand{\qedsymbol}{...} appears to do anything (it works fine with article class).
It seems that the IEEEtrans style is not using \qedsymbol at all (in fact it IS printing a different looking symbol at the end of proof environments).
Anyone know how to do the equivalent of \qedhere or \renewcommand{\qedsymbol}{...} with IEEEtrans?
Document Classes ⇒ proofs with IEEEtrans document class
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
proofs with IEEEtrans document class
Find out by taking a close look at the source code of the class file.Sagil wrote:[...] Anyone know how to do the equivalent of \qedhere or \renewcommand{\qedsymbol}{...} with IEEEtrans?
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: proofs with IEEEtrans document class
Good suggestion - should have thought of that myself.
Got the \qed thing to work. \qedhere seems more difficult, but I can live without it I guess. Thanks.
Got the \qed thing to work. \qedhere seems more difficult, but I can live without it I guess. Thanks.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
proofs with IEEEtrans document class
Read Section XII (Theorems and Proofs, p. 13f) of the IEEEtran manual.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: proofs with IEEEtrans document class
Only details how the \qed command can be redefined. I guess \qedhere simply isn't supported.