]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdclass.inc
New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing...
[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 99
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         DocBookTag             para
45 End
46
47 #Input stdcharstyles.inc
48 #Input stdcustom.inc
49 Input stdfloats.inc
50 Input stdcounters.inc
51 Input stdinsets.inc
52 Input stdlists.inc
53 Input stdsections.inc
54 Input stdstarsections.inc
55 Input stdtitle.inc
56 Input stdstruct.inc
57 Input lyxmacros.inc
58 Input stdlayouts.inc