Fix IEEEtran.layout.

- The default is 2 columns, so, specifying "Columns 2" suddenly changes
  the output of old documents which are now printed in one column.
- The font shape for IEEEmembership is Italic.
- As regards abstract and keywords:
  - The margin is First_Dynamic, not Dynamic.
  - The labels are "Abstract---" and "Index Terms---" with no label separation.
  - Alignment is not centered.
  - Font is small and black


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34382 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2010-05-08 00:49:42 +00:00
parent 4138b6b2dd
commit ba5436faeb

View File

@ -10,7 +10,6 @@
Format 26 Format 26
Columns 2
Sides 1 Sides 1
SecNumDepth 3 SecNumDepth 3
TocDepth 3 TocDepth 3
@ -85,6 +84,7 @@ InsetLayout IEEE_membership
LatexName IEEEmembership LatexName IEEEmembership
LabelString "IEEE membership" LabelString "IEEE membership"
Font Font
Shape Italic
Size Large Size Large
Misc No_Emph Misc No_Emph
Misc No_Noun Misc No_Noun
@ -163,23 +163,23 @@ End
Style Abstract Style Abstract
Margin Dynamic Margin First_Dynamic
LatexType Environment LatexType Environment
LatexName abstract LatexName abstract
Category FrontMatter Category FrontMatter
TopSep 0.7 TopSep 0.7
BottomSep 0.7 BottomSep 0.7
ParSkip 0.4 ParSkip 0.4
Align Center
LabelSep xx
LabelType Static LabelType Static
LabelString "Abstract -" LabelString "Abstract---"
Font Font
Series Bold Series Bold
Size small
EndFont EndFont
LabelFont LabelFont
Shape Italic
Series Bold Series Bold
Color Green Size Small
EndFont EndFont
End End
@ -187,7 +187,7 @@ End
Style Keywords Style Keywords
CopyStyle Abstract CopyStyle Abstract
LatexName IEEEkeywords LatexName IEEEkeywords
LabelString "Keywords -" LabelString "Index Terms---"
End End