]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdlayouts.inc
Update layout format.
[lyx.git] / lib / layouts / db_stdlayouts.inc
index 527de3fad7640eb202f22790ce658ac723fc0042..94a9f144ced766200e99b51e821fb824eb56ed25 100644 (file)
@@ -1,29 +1,13 @@
 # Textclass definition file for docbook.
-# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
+# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
 
 # This is the counterpart of stdlayouts.inc
-# It is desireable, as far as possible, to have the same look and feeling for
+# It is desirable, as far as possible, to have the same look and feel for
 # related layouts in latex and docbook.
 
+Format 27
 Input stdlayouts.inc
 
-
-Style SGML
-       Margin                Static
-       LatexType             Paragraph
-       LatexName             "!-- --"
-       NewLine               0
-       ParIndent             MM
-       ParSkip               0.4
-       ParSep                0.5
-       Align                 Left
-       AlignPossible         Block
-       LabelType             No_Label
-       FreeSpacing           1
-       PassThru              1
-End
-
-
 Style Literal
        LatexType             Environment
        LatexName             literallayout
@@ -34,17 +18,15 @@ End
 Style Quotation
        LatexType             Environment
        LatexName             blockquote
-       LatexParam            para
+       InnerTag              para
 End
 
-
 # Quote should be an inline element
 NoStyle Quote
+NoStyle Verse
 
 
-NoStyle Verse
 
-Style Caption
-       LatexType             Paragraph
-       LatexName             title
-End
\ No newline at end of file
+Style SGML
+       ObsoletedBy           Standard
+End