]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
Correct version number
[lyx.git] / lib / layouts / stdlayouts.inc
index f8367ebd2c7b87db610cd3693303203214ebcdc5..3b10ff414397771522e88fea3796fa1c8849aebf 100644 (file)
@@ -7,7 +7,7 @@
 # quotations and such.
 
 
-Format 57
+Format 82
 
 Style Quotation
        Category              MainText
@@ -28,6 +28,8 @@ Style Quotation
        AlignPossible         Block, Left, Right, Center
        HTMLTag               blockquote
        HTMLItem              div
+       DocBookTag            blockquote
+       DocBookItemTag        para
 End
 
 
@@ -48,6 +50,8 @@ Style Quote
        LabelType             No_Label
        HTMLTag               blockquote
        HTMLItem              div
+       DocBookTag            blockquote
+       DocBookItemTag        para
 End
 
 
@@ -70,6 +74,8 @@ Style Verse
        LabelType             No_Label
        HTMLTag               blockquote
        HTMLItem              p
+       DocBookTag            literallayout
+       DocBookItemTag        para
 End
 
 
@@ -78,9 +84,10 @@ Style Verbatim
        LatexType             Environment
        LatexName             verbatim
        NextNoIndent          1
-       ParbreakIsNewline         1
+       ParbreakIsNewline     1
        FreeSpacing           1
        PassThru              1
+       NeedCProtect          1
        KeepEmpty             1
        NewLine               0
        TopSep                0.7
@@ -91,7 +98,13 @@ Style Verbatim
        Font
          Family              Typewriter
        EndFont
-       HTMLTag               <pre></pre>
+       HTMLTag               pre
        HTMLItem              p
+       DocBookTag            programlisting
 End
 
+
+Style Verbatim*
+       CopyStyle             Verbatim
+       LatexName             verbatim*
+End