]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
Update layout format.
[lyx.git] / lib / layouts / scrclass.inc
index 97b6606a8cd9ab2cf202666b21edade5ccdf7dc8..068ef1d7e24f6f2bdfb2648f5abf637dc3b5cd01 100644 (file)
@@ -7,7 +7,7 @@
 # Guenter Milde <g.milde web.de>
 
 
-Format 9
+Format 27
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
@@ -17,6 +17,13 @@ Style Standard
        ParIndent             MM
        ParSkip               0.4
        AlignPossible         Block, Left, Right, Center
+       # FIXME This ought to be set dynamically.
+       HTMLStyle
+               div.standard {
+                       text-indent: 2em;
+                       margin-bottom: 2ex;
+               }
+       EndHTMLStyle
 End
 
 Input stdinsets.inc
@@ -48,6 +55,7 @@ Style Part
        Font
          Family              Sans
        EndFont
+       TocLevel 0
 End
 
 
@@ -56,6 +64,7 @@ Style Chapter
          Family              Sans
          Size                Largest
        EndFont
+       TocLevel 0
 End
 
 
@@ -63,6 +72,7 @@ Style Section
        Font
          Family              Sans
        EndFont
+       TocLevel 1
 End
 
 
@@ -70,6 +80,7 @@ Style Subsection
        Font
          Family              Sans
        EndFont
+       TocLevel 2
 End
 
 
@@ -77,6 +88,7 @@ Style Subsubsection
        Font
          Family              Sans
        EndFont
+       TocLevel 3
 End
 
 
@@ -84,6 +96,7 @@ Style Paragraph
        Font
          Family              Sans
        EndFont
+       TocLevel 4
 End
 
 
@@ -92,6 +105,7 @@ Style Subparagraph
        Font
          Family              Sans
        EndFont
+       TocLevel 5
 End
 
 Input stdstarsections.inc