]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
DocBook: implement other letter classes (frletter, standard letter, KOMA-Script).
[lyx.git] / lib / layouts / scrclass.inc
index 65c673583793a5075d81d1c8a3b878dc05807327..a6775b41d3712dbd9a78af77bff4b222a1967caf 100644 (file)
@@ -8,7 +8,7 @@
 # Labeling is now used also in non-KOMA classes
 
 
-Format 79
+Format 85
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
@@ -35,6 +35,7 @@ Style Standard
                        margin-bottom: 2ex;
                }
        EndHTMLStyle
+       DocBookTag            para
 End
 
 Input stdinsets.inc
@@ -45,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
@@ -61,7 +63,13 @@ Style Labeling
        LatexName             labeling
        # overwrite the preamble code definition
        Preamble
-       EndPreamble
+       EndPreamble     
+       DocBookTag            variablelist
+       DocBookItemWrapperTag varlistentry
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
+       DocBookItemLabelTag   term
+       DocBookItemLabelTagType   paragraph
 End
 
 Input stdsections.inc
@@ -196,6 +204,7 @@ Style Title
          Family              Sans
          Series              Bold
        EndFont
+       DocBookTag            title
 End
 
 Style Subtitle
@@ -204,6 +213,7 @@ Style Subtitle
        Font
          Size                Large
        EndFont
+       DocBookTag            subtitle
 End
 
 
@@ -211,6 +221,11 @@ Style Author
        Font
          Size                Larger
        EndFont
+       DocBookTag            personname
+       DocBookTagType        paragraph
+       DocBookWrapperTag     author
+       DocBookWrapperTagType inline
+       DocBookInInfo         always
 End
 
 
@@ -218,6 +233,9 @@ Style Date
        Font
          Size                Larger
        EndFont
+       DocBookTag            date
+       DocBookTagType        paragraph
+       DocBookInInfo         always
 End