mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
20b5f66358
commit
3d3852e254
@ -128,10 +128,37 @@ Style Author
|
|||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
Style Special_Paper_Notice
|
Style Page_headings
|
||||||
CopyStyle Title
|
LaTeXType Command
|
||||||
LatexName IEEEspecialpapernotice
|
LaTeXName markboth
|
||||||
|
Category FrontMatter
|
||||||
InTitle 1
|
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
|
Font
|
||||||
Size Large
|
Size Large
|
||||||
EndFont
|
EndFont
|
||||||
@ -147,21 +174,6 @@ Style After_Title_Text
|
|||||||
End
|
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
|
Style Abstract
|
||||||
Margin First_Dynamic
|
Margin First_Dynamic
|
||||||
LatexType Environment
|
LatexType Environment
|
||||||
|
Loading…
Reference in New Issue
Block a user