]> git.lyx.org Git - features.git/commitdiff
IEEEtran.layout:
authorUwe Stöhr <uwestoehr@web.de>
Sat, 8 May 2010 14:38:09 +0000 (14:38 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 8 May 2010 14:38:09 +0000 (14:38 +0000)
- renamed markboth to page headins
- correct position of markboth (according to the IEEEtran example files, this has to be declared before the special paper notice)
- add style for IEEEpubid

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34384 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/IEEEtran.layout

index ce12303a25c798d344f64e53442f85984c0cd90e..d7044599b787f93cbce4dd8f4a88c7488a26e07b 100644 (file)
@@ -128,10 +128,37 @@ Style Author
 End
 
 
-Style Special_Paper_Notice
+Style Page_headings
+       LaTeXType               Command
+       LaTeXName               markboth
+       Category                FrontMatter
+       InTitle                 1
+       Align                   Center
+       Font
+         Size                  Small
+       EndFont
+       Preamble
+       % protect \markboth against an old bug reintroduced in babel >= 3.8g
+       \let\oldforeign@language\foreign@language
+       \DeclareRobustCommand{\foreign@language}[1]{%
+         \lowercase{\oldforeign@language{#1}}}
+       EndPreamble
+End
+
+
+Style Publisher_ID
        CopyStyle               Title
-       LatexName               IEEEspecialpapernotice
+       LatexName               IEEEpubid
        InTitle                 1
+       Font
+         Size                  Small
+       EndFont
+End
+
+
+Style Special_Paper_Notice
+       CopyStyle               Publisher_ID
+       LatexName               IEEEspecialpapernotice
        Font
          Size                  Large
        EndFont
@@ -147,21 +174,6 @@ Style After_Title_Text
 End
 
 
-Style MarkBoth
-       LaTeXType               Command
-       LaTeXName               markboth
-       Category                FrontMatter
-       InTitle                 1
-       Align                   Center
-       Preamble
-       % protect \markboth against an old bug reintroduced in babel >= 3.8g
-       \let\oldforeign@language\foreign@language
-       \DeclareRobustCommand{\foreign@language}[1]{%
-         \lowercase{\oldforeign@language{#1}}}
-       EndPreamble
-End
-
-
 Style Abstract
        Margin                  First_Dynamic
        LatexType               Environment