]> git.lyx.org Git - features.git/commitdiff
fix abstract in paper class (from Bennett)
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 19 Dec 2005 12:06:56 +0000 (12:06 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 19 Dec 2005 12:06:56 +0000 (12:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10672 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/layouts/paper.layout

index bdb5d9c9614016bf374c0c1140bfd98cd0dfe8c5..15a203da6d360e343e0666e683dd58a90dd876eb 100644 (file)
@@ -1,3 +1,10 @@
+2005-12-19  Bennett Helm  <bennett.helm@fandm.edu>
+
+       * layouts/paper.layout: the abstract environment should not be
+       indented, should be block, and its main text should be in roman
+       font; however, the label should be sans serif, bold, and not
+       centered.
+
 2005-12-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * symbols: avoid use of symbol font if cmsy is available.
index fb39c13dadc12fcee3dea6b33d233569ad9bc86f..5234ad1c72a0738ef93971d3bba4225b47fcceb0 100644 (file)
@@ -134,12 +134,18 @@ End
 
 
 Style Abstract
-       Align                 Left
-       AlignPossible         Left
        Font
          Size                Small
+       EndFont
+       LabelType             Top_Environment
+       LabelFont
+         Series              Bold
          Family              Sans
+         Size                Small
        EndFont
+       LeftMargin            ""
+       RightMargin           ""
+       ParIndent             ""
 End