]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdlayouts.inc
* revtex4.layout : Adapt fonts and numbering to better reflect the pdf output.
[lyx.git] / lib / layouts / db_stdlayouts.inc
index fc3a14d60800efdc2644c5fcf285054b3dbe93f3..2167d5c5ffc03e1534544916f2d512786fc3eb02 100644 (file)
@@ -1,48 +1,33 @@
 # 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 35
 Input stdlayouts.inc
 
-# SGML style definition
-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
-
-# Verbatim style definition
 Style Literal
-  LatexType            Environment
-  LatexName            literallayout
-  PassThru              1
+       LatexType             Environment
+       LatexName             literallayout
+       PassThru              1
+       ParbreakIsNewline     1
 End
 
-# Quote style definition
+
 Style Quotation
-  LatexType            Environment
-  LatexName            blockquote
-  LatexParam           para
+       LatexType             Environment
+       LatexName             blockquote
+       InnerTag              para
 End
 
 # Quote should be an inline element
 NoStyle Quote
-
 NoStyle Verse
 
-Style Caption
-  LatexType            Paragraph
-  LatexName            caption
-End
\ No newline at end of file
+
+
+Style SGML
+       ObsoletedBy           Standard
+End