]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdclass.inc
416e8010d99c56fb3494f5bb2c6944f35fb6a239
[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 DefaultStyle            Standard
16
17
18 # This is just to show how to declare the default font.
19 # The defaults are exactly those shown here.
20 DefaultFont
21         Family                Roman
22         Series                Medium
23         Shape                 Up
24         Size                  Normal
25         Color                 None
26 EndFont
27
28
29 Style Standard
30         Margin                Static
31         LatexType             Paragraph
32         LatexName             para
33         ParIndent             MM
34         ParSkip               0.4
35         Align                 Block
36         AlignPossible         Block
37         LabelType             No_Label
38 End
39
40 Input db_stdlists.inc
41 Input db_stdsections.inc
42 Input db_stdstarsections.inc
43 Input db_stdtitle.inc
44 Input db_stdstruct.inc
45 Input db_lyxmacros.inc
46 Input db_stdlayouts.inc
47 Input stdcounters.inc
48 Input stdfloats.inc