]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlayouts.inc
Move the CSS for the TOC to its own InsetLayout.
[lyx.git] / lib / layouts / stdlayouts.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 include files contains various standard environments for lists,
7 # quotations and such.
8
9
10 Format 45
11
12 Style Quotation
13         Category              MainText
14         Margin                Static
15         LatexType             Environment
16         LatexName             quotation
17         NextNoIndent          1
18         LeftMargin            MMM
19         RightMargin           MMM
20         ParIndent             MM
21         ParSkip               0
22         ItemSep               0
23         TopSep                0.5
24         BottomSep             0.5
25         ParSep                0
26         Align                 Block
27         AlignPossible         Block, Left, Right, Center
28         HTMLTag               blockquote
29         HTMLItem              div
30 End
31
32
33 Style Quote
34         Category              MainText
35         Margin                Static
36         LatexType             Environment
37         LatexName             quote
38         NextNoIndent          1
39         LeftMargin            MMM
40         RightMargin           MMM
41         TopSep                0.5
42         ParSep                0.5
43         BottomSep             0.5
44         Align                 Block
45         AlignPossible         Block, Left, Right, Center
46         LabelType             No_Label
47         HTMLTag               blockquote
48         HTMLItem              div
49 End
50
51
52 Style Verse
53         # LaTeX type is first dynamic because of LaTeX implementation.
54         # In LyX this does not make sense.
55         Category              MainText
56         LatexType             Environment
57         LatexName             verse
58         Margin                First_Dynamic
59         NextNoIndent          1
60         LeftMargin            MMMM
61         LabelIndent           MMMM
62         ParSkip               0.4
63         TopSep                0.7
64         BottomSep             0.7
65         ParSep                0.5
66         Align                 Block
67         AlignPossible         Block, Left
68         LabelType             No_Label
69         HTMLTag               blockquote
70         HTMLItem              p
71 End
72
73
74 Style Verbatim
75         Category                MainText
76         LatexType               Environment
77         LatexName               verbatim
78         NextNoIndent            1
79         ParbreakIsNewline       1
80         FreeSpacing             1
81         PassThru                1
82         KeepEmpty               1
83         NewLine                 0
84         ParSkip                 0.4
85         TopSep                  0.7
86         BottomSep               0.7
87         ParSep                  0.5
88         Align                   Block
89         AlignPossible           Block
90         LabelType               No_Label
91         Font
92           Family                Typewriter
93         EndFont
94         HTMLTag                 <pre></pre>
95         HTMLItem                p
96 End
97
98
99 Style --Separator--
100         Category              MainText
101         KeepEmpty             1
102         Margin                Dynamic
103         LatexType             Paragraph
104         LatexName             dummy
105         ParIndent             MM
106         Align                 Block
107         LabelType             Static
108         LabelString           "--- Separate Environment ---"
109         LabelFont
110           Family              Roman
111           Series              Medium
112           Size                Normal
113           Color               Blue
114         EndFont
115         HTMLLabel             NONE
116 End