lyx_mirror/lib/layouts/db_stdlayouts.inc
José Matox 8e47dbd26c The support for docbooc layouts is now modular.
New support for CDATA sections.
Two more layouts for document inclusion.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1414 a592a061-630c-0410-9148-cb99ea01b6c8
2001-01-28 21:54:15 +00:00

42 lines
768 B
HTML

# Textclass definition file for docbook.
# 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
# related layouts in latex and docbook.
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
End
# Quote style definition
Style Quotation
LatexType Environment
LatexName blockquote
LatexParam para
End
# Quote should be an inline element
NoStyle Quote
NoStyle Verse
Style Caption
LatexType Paragraph
LatexName caption
End