]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdclass.inc
80e1ad0a2ee31bb1e9da446c1ccc941dc1f502b2
[lyx.git] / lib / layouts / stdclass.inc
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.
5
6 # This is a base layout which is designed to be included from other
7 # ``standard'' layouts, like article and friends.
8
9
10 Format 4
11 Columns                 1
12 Sides                   1
13 SecNumDepth             2
14 TocDepth                2
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
28 Style Standard
29         Margin                Static
30         LatexType             Paragraph
31         LatexName             dummy
32         ParIndent             MM
33         ParSkip               0.4
34         Align                 Block
35         AlignPossible         Block, Left, Right, Center
36         LabelType             No_Label
37 End
38
39
40 Input stdinsets.inc
41 Input stdlists.inc
42 Input stdsections.inc
43 Input stdstarsections.inc
44 Input stdtitle.inc
45 Input stdstruct.inc
46 Input lyxmacros.inc
47 Input stdlayouts.inc
48 Input stdfloats.inc
49 Input stdcounters.inc