]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdclass.inc
layout as string
[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 # General textclass parameters
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 # Standard style definition
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 Input stdlists.inc
39 Input stdsections.inc
40 Input stdstarsections.inc
41 Input stdtitle.inc
42 Input stdstruct.inc
43 Input lyxmacros.inc
44 Input stdlayouts.inc
45 Input obsolete.inc