commit 9c06bd09eac71d12325c9b5bc32eec014ae7db2b
Author: Uwe Stöhr <[email protected]>
Date:   Tue May 26 12:24:24 2015 +0200

    jss.layout: correct appearance of sectioning commands
    
    - also 2 minor improvements

diff --git a/lib/layouts/jss.layout b/lib/layouts/jss.layout
index 20209f5..516094d 100644
--- a/lib/layouts/jss.layout
+++ b/lib/layouts/jss.layout
@@ -20,6 +20,21 @@ AddToPreamble
     %\usepackage{Sweave}
 EndPreamble
 
+Style Section
+       LabelString                     \thesection.
+End
+
+Style Subsection
+       LabelString                     \thesubsection.
+End
+
+Style Subsubsection
+       LabelType                       No_Label
+       Font
+         Shape                         Italic
+       EndFont
+End
+
 Style Title
        InPreamble                      1
        Font
@@ -48,7 +63,7 @@ Style Abstract
        InTitle                         1
        InPreamble                      1
        Margin                          Dynamic
-       LeftMargin                      MM
+       LeftMargin                      M
        NextNoIndent            1
        ParSkip                         0.4
        BottomSep                       1.5
@@ -59,7 +74,6 @@ Style Abstract
        AlignPossible           Block, Left, Right, Center
        Labeltype                       Centered
        LabelString                     "Abstract"
-       Labelsep                        M
        LabelFont
          Series                        Bold
        EndFont

Reply via email to