]> git.lyx.org Git - features.git/commitdiff
Fix IEEEtran.layout.
authorEnrico Forestieri <forenr@lyx.org>
Sat, 8 May 2010 00:49:42 +0000 (00:49 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 8 May 2010 00:49:42 +0000 (00:49 +0000)
- 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

lib/layouts/IEEEtran.layout

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