]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
chkconfig.ltx: uncoment check for cbgreek
[lyx.git] / lib / layouts / scrclass.inc
index 71fd0c007239bb148d5ca96c9380f81fdc9eab22..fc52fddb1e495e9cf9a10a9245a77b9b8956d08e 100644 (file)
@@ -2,19 +2,20 @@
 # Base definitions for the KOMA script layouts.
 # 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.
+# Juergen Spitzmueller <spitz@lyx.org>, 2003/2/08.
 # Mapped List to Labeling
 # Guenter Milde <milde users.berlios.de>, 2009-02-02
 # Labeling is now used also in non-KOMA classes
 
 
-Format 40
+Format 49
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
 Provides                subscript 1
 
 Style Standard
+       Category              MainText
        LatexName             dummy
        ParIndent             MM
        ParSkip               0.4
@@ -40,6 +41,7 @@ Style Description
 End
 
 Style Labeling
+       Category              List
        LatexName             labeling
        # overwrite the preamble code definition
        Preamble
@@ -52,57 +54,59 @@ Style Part
        Font
          Family              Sans
        EndFont
-       TocLevel 0
 End
 
 
 Style Chapter
+       LabelType             Static
+       LabelSep              xxx
+       Margin                Dynamic
+       Align                 Left
        Font
          Family              Sans
          Size                Largest
        EndFont
-       TocLevel 0
 End
 
 
 Style Section
+       Align                 Left
        Font
          Family              Sans
        EndFont
-       TocLevel 1
 End
 
 
 Style Subsection
+       Align                 Left
        Font
          Family              Sans
        EndFont
-       TocLevel 2
 End
 
 
 Style Subsubsection
+       Align                 Left
        Font
          Family              Sans
        EndFont
-       TocLevel 3
 End
 
 
 Style Paragraph
+       Align                 Left
        Font
          Family              Sans
        EndFont
-       TocLevel 4
 End
 
 
 Style Subparagraph
+       Align                 Left
        LeftMargin            ""
        Font
          Family              Sans
        EndFont
-       TocLevel 5
 End
 
 Input stdstarsections.inc
@@ -111,9 +115,8 @@ Style Addpart
        CopyStyle             Part*
        LatexName             addpart
        Argument 1
-               LabelString   "Short Title"
-               Shortcut      S
-               Tooltip       "The Part as it will appeasr in the TOC and Headers"
+               LabelString   "Short Title|S"
+               Tooltip       "The part as it appears in the table of contents/running headers"
        EndArgument
 End
 
@@ -122,9 +125,8 @@ Style Addchap
        CopyStyle             Chapter*
        LatexName             addchap
        Argument 1
-               LabelString   "Short Title"
-               Shortcut      S
-               Tooltip       "The Chapter as it will appeasr in the TOC and Headers"
+               LabelString   "Short Title|S"
+               Tooltip       "The chapter as it appears in the table of contents/running headers"
        EndArgument
 End
 
@@ -133,9 +135,8 @@ Style Addsec
        CopyStyle             Section*
        LatexName             addsec
        Argument 1
-               LabelString   "Short Title"
-               Shortcut      S
-               Tooltip       "The Section as it will appeasr in the TOC and Headers"
+               LabelString   "Short Title|S"
+               Tooltip       "The section as it appears in the table of contents/running headers"
        EndArgument
 End
 
@@ -153,7 +154,7 @@ End
 
 
 Style Minisec
-       Category              Section
+       Category              Sectioning
        LatexType             Command
        LatexName             minisec
        NeedProtect           1
@@ -263,51 +264,44 @@ End
 
 Input stdlayouts.inc
 
-Style Captionabove
-       Category              Captions
-       Margin                First_Dynamic
-       LatexType             Command
-       LatexName             caption
-       NeedProtect           1
-       LabelSep              xx
-       ParSkip               0.4
-       TopSep                0.5
-       Align                 Center
-       LabelType             Sensitive
-       LabelString           "Senseless!"
+
+InsetLayout Caption:Above
+       LabelString          above
+       LaTeXType            command
+       LatexName            captionabove
        Argument 1
-               LabelString   "Short Title"
-               Shortcut      S
-               Tooltip       "The Caption as it appears in the List of Figures/Tables"
+               LabelString   "Short Title|S"
+               Tooltip       "The caption as it appears in the list of figures/tables"
        EndArgument
-       LabelFont
-         Series              Bold
-       EndFont
-       LatexName            captionabove
+       HTMLStyle
+               div.float-caption {
+                       text-align: center;
+                       border: 2px solid black;
+                       padding: 1ex;
+                       margin: 1ex;
+               }
+       EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-above'"
 End
 
 
-Style Captionbelow
-       Category              Captions
-       Margin                First_Dynamic
-       LatexType             Command
-       LatexName             caption
-       NeedProtect           1
-       LabelSep              xx
-       ParSkip               0.4
-       TopSep                0.5
-       Align                 Center
-       LabelType             Sensitive
-       LabelString           "Senseless!"
+InsetLayout Caption:Below
+       LabelString          below
+       LaTeXType            command
+       LatexName            captionbelow
        Argument 1
-               LabelString   "Short Title"
-               Shortcut      S
-               Tooltip       "The Caption as it appears in the List of Figures/Tables"
+               LabelString   "Short Title|S"
+               Tooltip       "The caption as it appears in the list of figures/tables"
        EndArgument
-       LabelFont
-         Series              Bold
-       EndFont
-       LatexName            captionbelow
+       HTMLStyle
+               div.float-caption {
+                       text-align: center;
+                       border: 2px solid black;
+                       padding: 1ex;
+                       margin: 1ex;
+               }
+       EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-below'"
 End