]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdclass.inc
40c32fa081f3401080980d1cae7e460a6c03105d
[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 68
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         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         # FIXME This ought to be set dynamically.
39         HTMLStyle
40                 div.standard {
41                         margin-bottom: 2ex;
42                 }
43         EndHTMLStyle
44 End
45
46 #Input stdcharstyles.inc
47 #Input stdcustom.inc
48 Input stdfloats.inc
49 Input stdcounters.inc
50 Input stdinsets.inc
51 Input stdlists.inc
52 Input stdsections.inc
53 Input stdstarsections.inc
54 Input stdtitle.inc
55 Input stdstruct.inc
56 Input lyxmacros.inc
57 Input stdlayouts.inc