]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
IEEE: support for Transactions on Magnetics
[lyx.git] / lib / layouts / scrclass.inc
index f98cf60ce9593aa924819d9da898486075b61611..471d9c0be2e8068b87ba991f50278341f6c967fe 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 34
+Format 43
 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
@@ -110,21 +112,30 @@ Input stdstarsections.inc
 Style Addpart
        CopyStyle             Part*
        LatexName             addpart
-       OptionalArgs          1
+       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
-       OptionalArgs          1
+       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
-       OptionalArgs          1
+       Argument 1
+               LabelString   "Short Title|S"
+               Tooltip       "The section as it appears in the table of contents/running headers"
+       EndArgument
 End
 
 
@@ -141,6 +152,7 @@ End
 
 
 Style Minisec
+       Category              Sectioning
        LatexType             Command
        LatexName             minisec
        NeedProtect           1
@@ -250,45 +262,49 @@ End
 
 Input stdlayouts.inc
 
-Style Captionabove
-       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
+
+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
 
 
-Style Captionbelow
-       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
+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
@@ -296,7 +312,10 @@ Style Dictum
        BottomSep            1.5
        ParSep               1.5
        Align                Left
-       OptionalArgs         1
+       Argument 1
+               LabelString   "Dictum Author"
+               Tooltip       "The author of this dictum"
+       EndArgument
        Font
          Size               Normal
        EndFont