Try to deal with one of the big problems here, namely, that we
[lyx.git] / lib / layouts / stdclass.inc
blob6a8fccddecff8d43fcbf60e50b30e153847b1b2a
1 # Standard textclass definition file. Taken from initial LyX source code
2 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
3 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
4 # Heavily modifed and enhanced by several developers.
6 # This is a base layout which is designed to be included from other
7 # ``standard'' layouts, like article and friends.
10 Format 16
11 Columns                 1
12 Sides                   1
13 SecNumDepth             2
14 TocDepth                2
15 DefaultStyle            Standard
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
28 Style Standard
29         Category              MainText
30         Margin                Static
31         LatexType             Paragraph
32         LatexName             dummy
33         ParIndent             MM
34         ParSkip               0.4
35         Align                 Block
36         AlignPossible         Block, Left, Right, Center
37         LabelType             No_Label
38 End
40 #Input stdcharstyles.inc
41 #Input stdcustom.inc
42 Input stdfloats.inc
43 Input stdcounters.inc
44 Input stdinsets.inc
45 Input stdlists.inc
46 Input stdsections.inc
47 Input stdstarsections.inc
48 Input stdtitle.inc
49 Input stdstruct.inc
50 Input lyxmacros.inc
51 Input stdlayouts.inc