]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdclass.inc
Initial HTML information for layouts. Much of this is prelimiary,
[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 11
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         HTMLTag               p
39 End
40
41 #Input stdcharstyles.inc
42 #Input stdcustom.inc
43 Input stdfloats.inc
44 Input stdcounters.inc
45 Input stdinsets.inc
46 Input stdlists.inc
47 Input stdsections.inc
48 Input stdstarsections.inc
49 Input stdtitle.inc
50 Input stdstruct.inc
51 Input lyxmacros.inc
52 Input stdlayouts.inc