]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
KOMA-script layout files: don't check for KOMA-script's internal dependencies, scrbas...
[lyx.git] / lib / layouts / scrclass.inc
index b44acad2eab38a961c6dc9d67e2f4804c9631b33..2c37fd05158c0e120e5c6eb4467cf99b4bdac705 100644 (file)
@@ -3,8 +3,11 @@
 # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/23.
 # Update for Koma Script Release >=2.8q
 # Juergen Spitzmueller <j.spitzmueller@gmx.de>, 2003/2/08.
+# Mapped List to Labeling
+# Guenter Milde <g.milde web.de>
 
 
+Format 27
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
@@ -14,14 +17,20 @@ 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
 Input stdlists.inc
 Input stdcounters.inc
 Input stdfloats.inc
 
-NoStyle List
-
 Style Description
        LabelFont
          Family              Sans
@@ -29,21 +38,16 @@ Style Description
 End
 
 Style Labeling
-       Margin                Manual
-       LatexType             List_Environment
+       CopyStyle             List
        LatexName             labeling
-       NextNoindent          1
-       LabelSep              xxx
-       ParSkip               0.4
-       TopSep                0.7
-       BottomSep             0.7
-       ParSep                0.5
-       Align                 Block
-       AlignPossible         Block, Left
-       LabelType             Manual
-       LabelString           00.00.0000
+       # overwrite the preamble code definition
+       Preamble
+       EndPreamble
 End
 
+Style List
+       Obsoletedby           Labeling
+End
 
 Input stdsections.inc
 
@@ -51,6 +55,7 @@ Style Part
        Font
          Family              Sans
        EndFont
+       TocLevel 0
 End
 
 
@@ -59,6 +64,7 @@ Style Chapter
          Family              Sans
          Size                Largest
        EndFont
+       TocLevel 0
 End
 
 
@@ -66,6 +72,7 @@ Style Section
        Font
          Family              Sans
        EndFont
+       TocLevel 1
 End
 
 
@@ -73,6 +80,7 @@ Style Subsection
        Font
          Family              Sans
        EndFont
+       TocLevel 2
 End
 
 
@@ -80,6 +88,7 @@ Style Subsubsection
        Font
          Family              Sans
        EndFont
+       TocLevel 3
 End
 
 
@@ -87,6 +96,7 @@ Style Paragraph
        Font
          Family              Sans
        EndFont
+       TocLevel 4
 End
 
 
@@ -95,6 +105,7 @@ Style Subparagraph
        Font
          Family              Sans
        EndFont
+       TocLevel 5
 End
 
 Input stdstarsections.inc
@@ -154,6 +165,14 @@ Style Title
        EndFont
 End
 
+Style Subtitle
+       CopyStyle             Title
+       LatexName             subtitle
+       Font
+         Size                Large
+       EndFont
+End
+
 
 Style Author
        Font
@@ -191,7 +210,6 @@ Style Titlehead
        CopyStyle             Author
        LatexName             titlehead
        Align                 Left
-       AlignPossible         Left
        Font
          Size                Normal
        EndFont
@@ -233,13 +251,39 @@ End
 Input stdlayouts.inc
 
 Style Captionabove
-       CopyStyle            Caption
+       Margin                First_Dynamic
+       LatexType             Command
+       LatexName             caption
+       NeedProtect           1
+       LabelSep              xx
+       ParSkip               0.4
+       TopSep                0.5
+       Align                 Center
+       LabelType             Sensitive
+       LabelString           "Senseless!"
+       OptionalArgs          1
+       LabelFont
+         Series              Bold
+       EndFont
        LatexName            captionabove
 End
 
 
 Style Captionbelow
-       CopyStyle            Caption
+       Margin                First_Dynamic
+       LatexType             Command
+       LatexName             caption
+       NeedProtect           1
+       LabelSep              xx
+       ParSkip               0.4
+       TopSep                0.5
+       Align                 Center
+       LabelType             Sensitive
+       LabelString           "Senseless!"
+       OptionalArgs          1
+       LabelFont
+         Series              Bold
+       EndFont
        LatexName            captionbelow
 End
 
@@ -252,7 +296,6 @@ Style Dictum
        BottomSep            1.5
        ParSep               1.5
        Align                Left
-       AlignPossible        Left
        OptionalArgs         1
        Font
          Size               Normal
@@ -260,5 +303,4 @@ Style Dictum
 End
 
 Input lyxmacros.inc
-Input scrmacros.inc