]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdinsets.inc
Verbatim for URL inset, \protect for special phrases (index inset)
[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         Decoration            minimalistic
93         Font
94           Color               latex
95           Family              typewriter
96         EndFont
97         LabelFont
98           Color               latex
99           Size                Small
100         EndFont
101         MultiPar              true
102 End
103
104 InsetLayout Branch
105         Decoration            minimalistic
106         LabelFont
107           Color               Red
108           Size                Small
109         EndFont
110         MultiPar              true
111 End
112
113 InsetLayout Index
114         LabelString           Idx
115         LatexType             command
116         LatexName             index
117         Decoration            minimalistic
118         Font
119           Color               Green
120           Size                Small
121         EndFont
122         LabelFont
123           Color               Green
124           Size                Small
125         EndFont
126         MultiPar              false
127 End
128
129 InsetLayout Box
130         MultiPar              true
131 End
132