IEEEtran.layout:

- 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
This commit is contained in:
Uwe Stöhr 2010-05-08 14:38:09 +00:00
parent 20b5f66358
commit 3d3852e254

View File

@ -128,10 +128,37 @@ Style Author
End
Style Special_Paper_Notice
CopyStyle Title
LatexName IEEEspecialpapernotice
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 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