]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdclass.inc
aa class changes from Pit
[lyx.git] / lib / layouts / db_stdclass.inc
1 # Textclass definition file for docbook.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3
4 # This file is the counterpart of stdclass.inc
5 # It is desireable, as far as possible, to have the same look and feeling for
6 # related layouts in latex and docbook.
7
8 OutputType              docbook
9
10 # General textclass parameters
11 Columns                 1
12 Sides                   1
13 SecNumDepth             3
14 TocDepth                3
15
16 # This is just to show how to declare the default font.
17 # The defaults are exactly those shown here.
18 DefaultFont
19   Family                Roman
20   Series                Medium
21   Shape                 Up
22   Size                  Normal
23   Color                 None
24 EndFont
25
26 # Standard style definition
27 Style Standard
28   Margin                Static
29   LatexType             Paragraph
30   LatexName             para
31   ParIndent             MM
32   ParSkip               0.4
33   Align                 Block
34   AlignPossible         Block
35   LabelType             No_Label
36 End
37
38 Input db_stdlists.inc
39 Input db_stdsections.inc
40 Input db_stdstarsections.inc
41 Input db_stdtitle.inc
42 Input db_stdstruct.inc
43 Input db_lyxmacros.inc
44 Input db_stdlayouts.inc