Document Classesproofs with IEEEtrans document class

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Sagil
Posts: 20
Joined: Tue Mar 24, 2009 1:15 am

proofs with IEEEtrans document class

Post by Sagil »

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?

Recommended reading 2024:

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

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

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

proofs with IEEEtrans document class

Post by localghost »

Sagil wrote:[...] Anyone know how to do the equivalent of \qedhere or \renewcommand{\qedsymbol}{...} with IEEEtrans?
Find out by taking a close look at the source code of the class file.


Best regards
Thorsten
Sagil
Posts: 20
Joined: Tue Mar 24, 2009 1:15 am

Re: proofs with IEEEtrans document class

Post by Sagil »

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.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

proofs with IEEEtrans document class

Post by localghost »

Read Section XII (Theorems and Proofs, p. 13f) of the IEEEtran manual.
Sagil
Posts: 20
Joined: Tue Mar 24, 2009 1:15 am

Re: proofs with IEEEtrans document class

Post by Sagil »

Only details how the \qed command can be redefined. I guess \qedhere simply isn't supported.
Post Reply