lyx_mirror/lib/layouts/db_stdsections.inc
André Pönitz 4c0fafb715 rest
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7758 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-15 15:20:19 +00:00

57 lines
1.0 KiB
PHP

# Textclass definition file for docbook.
# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
# This file is the counterpart of stdsections.inc
# It is desireable, as far as possible, to have the same look and feeling for
# related layouts in latex and docbook.
Input stdsections.inc
Style Part
LatexType Command
LatexName part
LatexParam "0|"
End
Style Chapter
LatexType Command
LatexName chapter
LatexParam "1|"
End
Style Section
LatexType Command
LatexName sect1
LatexParam "2|"
End
Style Subsection
LatexType Command
LatexName sect2
LatexParam "3|"
End
Style Subsubsection
LatexType Command
LatexName sect3
LatexParam "4|"
End
Style Paragraph
LatexType Command
LatexName sect4
LatexParam "5|"
End
Style Subparagraph
LatexType Command
LatexName sect5
LatexParam "6|"
End