]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdinsets.inc
* layouts/ijmpd.layout:
[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         Verbatim              true
104 End
105
106 InsetLayout Branch
107         Decoration            minimalistic
108         LabelFont
109           Color               Red
110           Size                Small
111         EndFont
112         MultiPar              true
113 End
114
115 InsetLayout Index
116         LabelString           Idx
117         LatexType             command
118         LatexName             index
119         Decoration            minimalistic
120         Font
121           Color               Green
122           Size                Small
123         EndFont
124         LabelFont
125           Color               Green
126           Size                Small
127         EndFont
128         MultiPar              false
129 End
130
131 InsetLayout Box
132         MultiPar              true
133 End
134