]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdinsets.inc
Implement ForceLtR; cleanup of collapsable insets
[lyx.git] / lib / layouts / stdinsets.inc
1 # Textclass definition file for LaTeX.
2 # Author : Martin vermeer <amrtin.vermeer@hut.fi>
3 # Inset layouts definition
4
5 Format 5
6
7 InsetLayout Marginal
8         LabelString           margin
9         LatexType             command
10         LatexName             marginpar
11         LabelFont
12           Color               Red
13           Size                Small
14         EndFont
15         MultiPar              true
16 End
17
18 InsetLayout Foot
19         LabelString           foot
20         LatexType             command
21         LatexName             footnote
22         LabelFont
23           Color               Green
24           Size                Small
25         EndFont
26         MultiPar              true
27 End
28
29 InsetLayout Note:Comment
30         LabelString           comment
31         LatexType             environment
32         LatexName             comment
33         BgColor               commentbg
34         LabelFont
35           Color               comment
36           Size                Small
37         EndFont
38         MultiPar              true
39 End
40
41
42 InsetLayout Note:Note
43         LabelString           note
44         LatexType             command
45         LatexName             note
46         BgColor               notebg
47         LabelFont
48           Color               note
49           Size                Small
50         EndFont
51         MultiPar              true
52 End
53
54 InsetLayout Note:Greyedout
55         LabelString           greyedout
56         LatexType             environment
57         LatexName             lyxgreyedout
58         BgColor               greyedoutbg
59         LabelFont
60           Color               greyedout
61           Size                Small
62         EndFont
63         MultiPar              true
64 End
65
66 InsetLayout Note:Framed
67         LabelString           framed
68         LatexType             environment
69         LatexName             framed
70         BgColor               greyedoutbg
71         LabelFont
72           Color               greyedout
73           Size                Small
74         EndFont
75         MultiPar              true
76 End
77
78 InsetLayout Note:Shaded
79         LabelString           shaded
80         LatexType             environment
81         LatexName             shaded
82         BgColor               shaded
83         LabelFont
84           Color               greyedout
85           Size                Small
86         EndFont
87         MultiPar              true
88 End
89
90 InsetLayout ERT
91         LabelString           ERT
92         LatexType             none
93         Decoration            minimalistic
94         Font
95           Color               latex
96           Family              typewriter
97         EndFont
98         LabelFont
99           Color               latex
100           Size                Small
101         EndFont
102         MultiPar              true
103         PassThru              true
104         KeepEmpty             true
105         FreeSpacing           true
106         ForceLTR              true
107 End
108
109 InsetLayout Listings
110         LabelString           Listings
111         LatexType             none
112         Decoration            minimalistic
113         Font
114           Color               black
115           Family              typewriter
116         EndFont
117         LabelFont
118           Color               black
119           Size                Small
120         EndFont
121         MultiPar              true
122         PassThru              true
123         KeepEmpty             true
124         FreeSpacing           true
125 End
126
127 InsetLayout Branch
128         Decoration            minimalistic
129         LabelFont
130           Color               Red
131           Size                Small
132         EndFont
133         MultiPar              true
134 End
135
136 InsetLayout Index
137         LabelString           Idx
138         LatexType             command
139         LatexName             index
140         Decoration            minimalistic
141         Font
142           Color               Green
143           Size                Small
144         EndFont
145         LabelFont
146           Color               Green
147           Size                Small
148         EndFont
149         MultiPar              false
150 End
151
152 InsetLayout Box
153         MultiPar              true
154 End
155
156