]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdinsets.inc
amsmaths.inc: revert r21228 since this has unwanted side effects, see
[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 End
107
108 InsetLayout Branch
109         Decoration            minimalistic
110         LabelFont
111           Color               Red
112           Size                Small
113         EndFont
114         MultiPar              true
115 End
116
117 InsetLayout Index
118         LabelString           Idx
119         LatexType             command
120         LatexName             index
121         Decoration            minimalistic
122         Font
123           Color               Green
124           Size                Small
125         EndFont
126         LabelFont
127           Color               Green
128           Size                Small
129         EndFont
130         MultiPar              false
131 End
132
133 InsetLayout Box
134         MultiPar              true
135 End
136
137