]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
Merge branch 'feature/docbook' into master
[lyx.git] / lib / layouts / scrclass.inc
index 289297fcafba75aa2b34778df54f454587900044..9524ec0f81f4c01133a357b723fe2b61be7ec79d 100644 (file)
@@ -8,7 +8,7 @@
 # Labeling is now used also in non-KOMA classes
 
 
-Format 81
+Format 82
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
@@ -35,6 +35,7 @@ Style Standard
                        margin-bottom: 2ex;
                }
        EndHTMLStyle
+       DocBookTag            para
 End
 
 Input stdinsets.inc
@@ -62,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
@@ -205,6 +212,7 @@ Style Subtitle
        Font
          Size                Large
        EndFont
+       DocBookTag            subtitle
 End