Author: uwestoehr
Date: Fri Jun 17 06:45:21 2011
New Revision: 39127
URL: http://www.lyx.org/trac/changeset/39127

Log:
svcommon.inc: fix the Preface style (I already did this yesterday in 
svmult/svmono.layout but this was overwritten in r39113)

Modified:
   lyx-devel/trunk/lib/layouts/svcommon.inc

Modified: lyx-devel/trunk/lib/layouts/svcommon.inc
==============================================================================
--- lyx-devel/trunk/lib/layouts/svcommon.inc    Fri Jun 17 06:10:49 2011        
(r39126)
+++ lyx-devel/trunk/lib/layouts/svcommon.inc    Fri Jun 17 06:45:21 2011        
(r39127)
@@ -515,13 +515,12 @@
        KeepEmpty       1
        OptionalArgs    0
        InTitle         0
-       Margin          Static
-       LeftMargin      "PPrreeffaaccee:xxx"
-       TopSep                4
-       BottomSep             0.8
+       Margin          First_Dynamic
+       TopSep          4
+       BottomSep       0.8
        LabelType       Static
        LabelString     "Preface:"
-       LabelSep        xxx
+       LabelSep        xx
        Align           Left
        Preamble
          
\newcommand{\svmultpreface}[1]{\ifthenelse{\equal{#1}{}}{\preface}{\preface[#1]}}

Reply via email to