]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
IEEE: support for Transactions on Magnetics
[lyx.git] / lib / layouts / scrclass.inc
index af9efceb72f32f897cd1f7013a8a7205c937e522..471d9c0be2e8068b87ba991f50278341f6c967fe 100644 (file)
@@ -2,22 +2,34 @@
 # 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 <g.milde web.de>
+# Guenter Milde <milde users.berlios.de>, 2009-02-02
+# Labeling is now used also in non-KOMA classes
 
 
+Format 43
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
+Provides                subscript 1
 
 Style Standard
+       Category              MainText
        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
@@ -29,22 +41,20 @@ Style Description
 End
 
 Style Labeling
-       CopyStyle             List
+       Category              List
        LatexName             labeling
-       Preamble              # overwrite the preamble code definition
+       # overwrite the preamble code definition
+       Preamble
        EndPreamble
 End
 
-Style List
-       Obsoletedby           Labeling
-End
-
 Input stdsections.inc
 
 Style Part
        Font
          Family              Sans
        EndFont
+       TocLevel 0
 End
 
 
@@ -53,6 +63,7 @@ Style Chapter
          Family              Sans
          Size                Largest
        EndFont
+       TocLevel 0
 End
 
 
@@ -60,6 +71,7 @@ Style Section
        Font
          Family              Sans
        EndFont
+       TocLevel 1
 End
 
 
@@ -67,6 +79,7 @@ Style Subsection
        Font
          Family              Sans
        EndFont
+       TocLevel 2
 End
 
 
@@ -74,6 +87,7 @@ Style Subsubsection
        Font
          Family              Sans
        EndFont
+       TocLevel 3
 End
 
 
@@ -81,6 +95,7 @@ Style Paragraph
        Font
          Family              Sans
        EndFont
+       TocLevel 4
 End
 
 
@@ -89,6 +104,7 @@ Style Subparagraph
        Font
          Family              Sans
        EndFont
+       TocLevel 5
 End
 
 Input stdstarsections.inc
@@ -96,18 +112,30 @@ Input stdstarsections.inc
 Style Addpart
        CopyStyle             Part*
        LatexName             addpart
+       Argument 1
+               LabelString   "Short Title|S"
+               Tooltip       "The part as it appears in the table of contents/running headers"
+       EndArgument
 End
 
 
 Style Addchap
        CopyStyle             Chapter*
        LatexName             addchap
+       Argument 1
+               LabelString   "Short Title|S"
+               Tooltip       "The chapter as it appears in the table of contents/running headers"
+       EndArgument
 End
 
 
 Style Addsec
        CopyStyle             Section*
        LatexName             addsec
+       Argument 1
+               LabelString   "Short Title|S"
+               Tooltip       "The section as it appears in the table of contents/running headers"
+       EndArgument
 End
 
 
@@ -124,6 +152,7 @@ End
 
 
 Style Minisec
+       Category              Sectioning
        LatexType             Command
        LatexName             minisec
        NeedProtect           1
@@ -148,6 +177,14 @@ Style Title
        EndFont
 End
 
+Style Subtitle
+       CopyStyle             Title
+       LatexName             subtitle
+       Font
+         Size                Large
+       EndFont
+End
+
 
 Style Author
        Font
@@ -185,7 +222,6 @@ Style Titlehead
        CopyStyle             Author
        LatexName             titlehead
        Align                 Left
-       AlignPossible         Left
        Font
          Size                Normal
        EndFont
@@ -226,19 +262,49 @@ End
 
 Input stdlayouts.inc
 
-Style Captionabove
-       CopyStyle            Caption
-       LatexName            captionabove
-End
 
-
-Style Captionbelow
-       CopyStyle            Caption
+InsetLayout Caption:Above
+       LabelString          above
+       LaTeXType            command
+       LatexName            captionabove
+       Argument 1
+               LabelString   "Short Title|S"
+               Tooltip       "The caption as it appears in the list of figures/tables"
+       EndArgument
+       HTMLStyle
+               div.float-caption {
+                       text-align: center;
+                       border: 2px solid black;
+                       padding: 1ex;
+                       margin: 1ex;
+               }
+       EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-above'"
+End
+
+
+InsetLayout Caption:Below
+       LabelString          below
+       LaTeXType            command
        LatexName            captionbelow
+       Argument 1
+               LabelString   "Short Title|S"
+               Tooltip       "The caption as it appears in the list of figures/tables"
+       EndArgument
+       HTMLStyle
+               div.float-caption {
+                       text-align: center;
+                       border: 2px solid black;
+                       padding: 1ex;
+                       margin: 1ex;
+               }
+       EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-below'"
 End
 
 
 Style Dictum
+       Category             MainText
        Margin               Right_Address_Box
        LatexType            Command
        LatexName            dictum
@@ -246,8 +312,10 @@ Style Dictum
        BottomSep            1.5
        ParSep               1.5
        Align                Left
-       AlignPossible        Left
-       OptionalArgs         1
+       Argument 1
+               LabelString   "Dictum Author"
+               Tooltip       "The author of this dictum"
+       EndArgument
        Font
          Size               Normal
        EndFont