>>>>> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:

Enrico> On Tue, Jun 12, 2007 at 10:55:41PM +0200, Juergen Spitzmueller
Enrico> wrote:
>> Enrico Forestieri wrote:
>> 
>> > As regards the OptArgs, do you have something specific in mind?
>> 
>> I just noticed an [ERT] OptArg in the template (author or
>> something). There might be others.

Enrico> Yes, you're right. All theorem like environments accept an
Enrico> optional argument. Updated patch attached.

Concerning the \markboth problem, what about the following simpler
approach? The only problem I could see is that hyphenation could be
incorrect in headings, but this looks like a useless feature to me.

JMarc

Index: lib/layouts/IEEEtran.layout
===================================================================
--- lib/layouts/IEEEtran.layout	(révision 18749)
+++ lib/layouts/IEEEtran.layout	(copie de travail)
@@ -463,9 +463,13 @@ End
 
 Style MarkBoth
 	LaTeXType             Command
-	LaTeXName             markboth
+	LaTeXName             IEEEmarkboth
 	Align                 Center
 	AlignPossible         Center
+	Preamble
+	  % protect against redefinition of \markboth by babel >= 3.6
+	  \let\IEEEmarkboth=\markboth
+	EndPreamble
 End
 
 

Reply via email to