]> 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 1558a3c70da7d29d6a1cbd1672e00147e25f8f58..1a41a4d9d64ff9dc0e5ec4d6bdfed382de8d6701 100644 (file)
@@ -8,7 +8,7 @@
 # Labeling is now used also in non-KOMA classes
 
 
-Format 80
+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,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
@@ -205,6 +211,7 @@ Style Subtitle
        Font
          Size                Large
        EndFont
+       DocBookTag            subtitle
 End