]> git.lyx.org Git - features.git/blob - lib/layouts/stdlayouts.inc
Initial HTML information for layouts. Much of this is prelimiary,
[features.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 11
11 Style Quotation
12         Category              MainText
13         Margin                Static
14         LatexType             Environment
15         LatexName             quotation
16         NextNoIndent          1
17         LeftMargin            MMM
18         RightMargin           MMM
19         ParIndent             MM
20         ParSkip               0
21         ItemSep               0
22         TopSep                0.5
23         BottomSep             0.5
24         ParSep                0
25         Align                 Block
26         AlignPossible         Block, Left, Right, Center
27         HTMLTag               blockquote
28         HTMLAttr              class='quotation'
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         HTMLAttr              class='quote'
49         HTMLItem              p
50 End
51
52
53 Style Verse
54         # LaTeX type is first dynamic because of LaTeX implementation.
55         # In LyX this does not make sense.
56         Category              MainText
57         LatexType             Environment
58         LatexName             verse
59         Margin                First_Dynamic
60         NextNoIndent          1
61         LeftMargin            MMMM
62         LabelIndent           MMMM
63         ParSkip               0.4
64         TopSep                0.7
65         BottomSep             0.7
66         ParSep                0.5
67         Align                 Block
68         AlignPossible         Block, Left
69         LabelType             No_Label
70         HTMLTag               blockquote
71         HTMLAttr              class='verse'
72         HTMLItem              p
73 End
74
75
76 Style --Separator--
77         Category              MainText
78         KeepEmpty             1
79         Margin                Dynamic
80         LatexType             Paragraph
81         LatexName             dummy
82         ParIndent             MM
83         Align                 Block
84         LabelType             Static
85         LabelString           "--- Separate Environment ---"
86         LabelFont
87           Family              Roman
88           Series              Medium
89           Size                Normal
90           Color               Blue
91         EndFont
92 End