]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdlayouts.inc
apa6.layout: add dependencies
[lyx.git] / lib / layouts / db_stdlayouts.inc
index e6526a9c85c7bea68b4ac0804431f0c9e3e86633..95b36718f95f6a98d3052b098555110b64868d4d 100644 (file)
@@ -1,42 +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 65
 Input stdlayouts.inc
 
-# SGML style definition
-Style SGML
-  CopyStyle            LaTeX
-  LatexName            "!-- --"
-End
-
-NoStyle LaTeX
-
-# Verbatim style definition
 Style Literal
-  LatexType            Environment
-  LatexName            literallayout
-  Font
-    Latex               Latex
-  EndFont
+       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