]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
typo
[lyx.git] / lib / layouts / scrclass.inc
index 60a3778b4b13583291ff1d3b1fb8c506b0ee6b88..f98cf60ce9593aa924819d9da898486075b61611 100644 (file)
 # 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 <milde users.berlios.de>, 2009-02-02
+# Labeling is now used also in non-KOMA classes
 
-# General textclass parameters
+
+Format 34
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
-
+Provides                subscript 1
 
 Style Standard
        LatexName             dummy
        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
 
-# Modify Description
 Style Description
        LabelFont
          Family              Sans
        EndFont
 End
 
-# Delete List
-NoStyle List
-
-
 Style Labeling
-       Margin                Manual
-       LatexType             List_Environment
        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
 
 Input stdsections.inc
 
-# Modify Part
 Style Part
        Font
          Family              Sans
        EndFont
+       TocLevel 0
 End
 
-# Modify Chapter
+
 Style Chapter
-       LabelString           ""
        Font
          Family              Sans
          Size                Largest
        EndFont
+       TocLevel 0
 End
 
-# Modify Section
+
 Style Section
        Font
          Family              Sans
        EndFont
+       TocLevel 1
 End
 
-# Modify Subsection
+
 Style Subsection
        Font
          Family              Sans
        EndFont
+       TocLevel 2
 End
 
-# Modify Subsubsection
+
 Style Subsubsection
        Font
          Family              Sans
        EndFont
+       TocLevel 3
 End
 
-# Modify Paragraph
+
 Style Paragraph
        Font
          Family              Sans
        EndFont
+       TocLevel 4
 End
 
-# Modify Subparagraph
+
 Style Subparagraph
        LeftMargin            ""
        Font
          Family              Sans
        EndFont
+       TocLevel 5
 End
 
 Input stdstarsections.inc
 
-
 Style Addpart
        CopyStyle             Part*
        LatexName             addpart
+       OptionalArgs          1
 End
 
 
 Style Addchap
        CopyStyle             Chapter*
        LatexName             addchap
+       OptionalArgs          1
 End
 
 
 Style Addsec
        CopyStyle             Section*
        LatexName             addsec
+       OptionalArgs          1
 End
 
 
@@ -145,8 +150,7 @@ Style Minisec
        TopSep                0.4
        ParSep                0.4
        AlignPossible         Block, Left
-
-       Font 
+       Font
          Family              Sans
          Series              Bold
        EndFont
@@ -154,7 +158,6 @@ End
 
 Input stdtitle.inc
 
-# Modify Title
 Style Title
        Font
          Family              Sans
@@ -162,14 +165,22 @@ Style Title
        EndFont
 End
 
-# Modify Author
+Style Subtitle
+       CopyStyle             Title
+       LatexName             subtitle
+       Font
+         Size                Large
+       EndFont
+End
+
+
 Style Author
        Font
          Size                Larger
        EndFont
 End
 
-# Modify Date
+
 Style Date
        Font
          Size                Larger
@@ -199,9 +210,7 @@ Style Titlehead
        CopyStyle             Author
        LatexName             titlehead
        Align                 Left
-       AlignPossible         Left
-
-       Font 
+       Font
          Size                Normal
        EndFont
 End
@@ -226,14 +235,13 @@ End
 
 Input stdstruct.inc
 
-# Modify Abstract
 Style Abstract
        LabelFont
          Family              Sans
        EndFont
 End
 
-# Modify Bibliography
+
 Style Bibliography
        LabelFont
          Family              Sans
@@ -242,15 +250,40 @@ 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
 
@@ -263,13 +296,11 @@ Style Dictum
        BottomSep            1.5
        ParSep               1.5
        Align                Left
-       AlignPossible        Left
        OptionalArgs         1
-       
        Font
-         Size                Normal
+         Size               Normal
        EndFont
 End
 
 Input lyxmacros.inc
-Input scrmacros.inc
+