]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdinsets.inc
Fix inset font inheritance mechanism; smaller clean-ups
[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         Font
12           Color               foreground
13           Size                Small
14           Family              Roman
15           Shape               Up
16           Series              Medium
17           Misc                No_Emph
18           Misc                No_Noun
19           Misc                No_Bar
20         EndFont
21         LabelFont
22           Color               Red
23           Size                Small
24         EndFont
25         MultiPar              true
26 End
27
28 InsetLayout Foot
29         LabelString           foot
30         LatexType             command
31         LatexName             footnote
32         Font
33           Color               foreground
34           Size                Small
35           Family              Roman
36           Shape               Up
37           Series              Medium
38           Misc                No_Emph
39           Misc                No_Noun
40           Misc                No_Bar
41         EndFont
42         LabelFont
43           Color               Green
44           Size                Small
45         EndFont
46         MultiPar              true
47 End
48
49 InsetLayout Note:Comment
50         LabelString           comment
51         LatexType             environment
52         LatexName             comment
53         BgColor               commentbg
54         LabelFont
55           Color               comment
56           Size                Small
57         EndFont
58         MultiPar              true
59 End
60
61
62 InsetLayout Note:Note
63         LabelString           note
64         LatexType             command
65         LatexName             note
66         BgColor               notebg
67         LabelFont
68           Color               note
69           Size                Small
70         EndFont
71         MultiPar              true
72 End
73
74 InsetLayout Note:Greyedout
75         LabelString           greyedout
76         LatexType             environment
77         LatexName             lyxgreyedout
78         BgColor               greyedoutbg
79         LabelFont
80           Color               greyedout
81           Size                Small
82         EndFont
83         MultiPar              true
84 End
85
86 InsetLayout Note:Framed
87         LabelString           framed
88         LatexType             environment
89         LatexName             framed
90         BgColor               greyedoutbg
91         LabelFont
92           Color               greyedout
93           Size                Small
94         EndFont
95         MultiPar              true
96 End
97
98 InsetLayout Note:Shaded
99         LabelString           shaded
100         LatexType             environment
101         LatexName             shaded
102         BgColor               shaded
103         LabelFont
104           Color               greyedout
105           Size                Small
106         EndFont
107         MultiPar              true
108 End
109
110 InsetLayout ERT
111         LabelString           ERT
112         LatexType             none
113         Decoration            minimalistic
114         Font
115           Color               latex
116           Family              typewriter
117         EndFont
118         LabelFont
119           Color               latex
120           Size                Small
121         EndFont
122         MultiPar              true
123         PassThru              true
124         KeepEmpty             true
125         FreeSpacing           true
126         ForceLTR              true
127 End
128
129 InsetLayout Listings
130         LabelString           Listings
131         LatexType             none
132         Decoration            minimalistic
133         Font
134           Color               foreground
135           Family              typewriter
136         EndFont
137         LabelFont
138           Color               foreground
139           Size                Small
140         EndFont
141         MultiPar              true
142         PassThru              true
143         KeepEmpty             true
144         FreeSpacing           true
145 End
146
147 InsetLayout Branch
148         Decoration            minimalistic
149         LabelFont
150           Color               Red
151           Size                Small
152         EndFont
153         MultiPar              true
154 End
155
156 InsetLayout Index
157         LabelString           Idx
158         LatexType             command
159         LatexName             index
160         Decoration            minimalistic
161         Font
162           Color               Green
163           Size                Small
164           Family              Roman
165           Shape               Up
166           Series              Medium
167           Misc                No_Emph
168           Misc                No_Noun
169           Misc                No_Bar
170         EndFont
171         LabelFont
172           Color               Green
173           Size                Small
174         EndFont
175         MultiPar              false
176 End
177
178 InsetLayout Box
179         MultiPar              true
180 End
181
182