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