]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
DocBook: new logic to handle the new lines, only used in output_docbook for now.
[lyx.git] / lib / layouts / scrclass.inc
index ab64f2d24b353981793a74df78e7029772cb565d..1a41a4d9d64ff9dc0e5ec4d6bdfed382de8d6701 100644 (file)
@@ -8,14 +8,18 @@
 # Labeling is now used also in non-KOMA classes
 
 
-Format 77
+Format 82
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
+PageSize                a4
 Provides                subscript 1
 
 ClassOptions
-       PageSize       a0paper|a1paper|a2paper|a3paper|a4paper|a5paper|a6paper|b0paper|b1paper|b2paper|b3paper|b4paper|b5paper|b6paper|c0paper|c1paper|c2paper|c3paper|c4paper|c5paper|c6paper|executivepaper|legalpaper|letterpaper
+       FontSize             9|10|11|12|13|14|15|16|17|18|19|20
+       FontSizeFormat       fontsize=$$s
+       PageSize             a0|a1|a2|a3|a4|a5|a6|b0|b1|b2|b3|b4|b5|b6|c0|c1|c2|c3|c4|c5|c6|executive|legal|letter
+       PageSizeFormat       paper=$$s
 End
 
 Style Standard
@@ -31,6 +35,7 @@ Style Standard
                        margin-bottom: 2ex;
                }
        EndHTMLStyle
+       DocBookTag            para
 End
 
 Input stdinsets.inc
@@ -41,6 +46,7 @@ Input stdfloats.inc
 
 # Adapt enumii counter display to KOMA default
 Counter enumii
+       GuiName "Numbered List (Level 2)"
        Within               enumi
        LabelString          "\alph{enumii})"
 End
@@ -57,7 +63,12 @@ Style Labeling
        LatexName             labeling
        # overwrite the preamble code definition
        Preamble
-       EndPreamble
+       EndPreamble     
+       DocBookTag            variablelist
+       DocBookItemWrapperTag varlistentry
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
+       DocBookItemLabelTag   term
 End
 
 Input stdsections.inc
@@ -200,6 +211,7 @@ Style Subtitle
        Font
          Size                Large
        EndFont
+       DocBookTag            subtitle
 End