]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdclass.inc
remove spaces from label strings, part 2
[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 Columns                 1
11 Sides                   1
12 SecNumDepth             2
13 TocDepth                2
14 DefaultStyle            Standard
15
16 # This is just to show how to declare the default font.
17 # The defaults are exactly those shown here.
18 DefaultFont
19         Family                Roman
20         Series                Medium
21         Shape                 Up
22         Size                  Normal
23         Color                 None
24 EndFont
25
26
27 Style Standard
28         Margin                Static
29         LatexType             Paragraph
30         LatexName             dummy
31         ParIndent             MM
32         ParSkip               0.4
33         Align                 Block
34         AlignPossible         Block, Left, Right, Center
35         LabelType             No_Label
36 End
37
38
39 Input stdlists.inc
40 Input stdsections.inc
41 Input stdstarsections.inc
42 Input stdtitle.inc
43 Input stdstruct.inc
44 Input lyxmacros.inc
45 Input stdlayouts.inc
46 Input stdfloats.inc
47 Input stdcounters.inc