]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdclass.inc
remove spaces from label strings, part 2
[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 desirable, as far as possible, to have the same look and feel for
6 # related layouts in latex and docbook.
7
8 OutputType              docbook
9
10 Columns                 1
11 Sides                   1
12 SecNumDepth             3
13 TocDepth                3
14 DefaultStyle            Standard
15
16 ClassOptions
17 #       Header          "PUBLIC &quot;-//OASIS//DTD DocBook V4.3//EN&quot;"
18         Other           ".-"
19 End
20
21 Style Standard
22         Margin                Static
23         LatexType             Paragraph
24         LatexName             para
25         ParIndent             MM
26         ParSkip               0.4
27         Align                 Block
28         AlignPossible         Block
29         LabelType             No_Label
30 End
31
32 Input db_stdcharstyles.inc
33 Input db_stdlists.inc
34 Input db_stdsections.inc
35 Input db_stdstarsections.inc
36 Input db_stdtitle.inc
37 Input db_stdstruct.inc
38 Input db_lyxmacros.inc
39 Input db_stdlayouts.inc
40 Input stdcounters.inc
41 Input db_stdcounters.inc
42 Input stdfloats.inc