]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdclass.inc
Whitespace, only whitespace. Part II.
[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 CharStyle Noun
39         LatexType             Command
40         LatexName             noun
41         Font
42           Shape               SmallCaps
43         EndFont
44         LabelFont
45           Shape               SmallCaps
46           Color               blue
47         EndFont
48         Preamble
49           \newcommand{\noun}[1]{\textsc{#1}}
50         EndPreamble
51 End
52
53
54 Input stdlists.inc
55 Input stdsections.inc
56 Input stdstarsections.inc
57 Input stdtitle.inc
58 Input stdstruct.inc
59 Input lyxmacros.inc
60 Input stdlayouts.inc
61 Input stdfloats.inc
62 Input stdcounters.inc