]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlayouts.inc
fix typos.
[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 16
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              p
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              p
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 --Separator--
75         Category              MainText
76         KeepEmpty             1
77         Margin                Dynamic
78         LatexType             Paragraph
79         LatexName             dummy
80         ParIndent             MM
81         Align                 Block
82         LabelType             Static
83         LabelString           "--- Separate Environment ---"
84         LabelFont
85           Family              Roman
86           Series              Medium
87           Size                Normal
88           Color               Blue
89         EndFont
90         HTMLLabel             NONE
91 End