]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdinsets.inc
make these definitions useful for latex
[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 4
6
7 InsetLayout Marginal
8         LabelString           margin
9         LatexType             command
10         LatexName             marginpar
11         LabelFont
12           Color               Red
13           Size                Small
14         EndFont
15 End
16
17 InsetLayout Foot
18         LabelString           foot
19         LatexType             command
20         LatexName             footnote
21         LabelFont
22           Color               Green
23           Size                Small
24         EndFont
25 End
26
27 InsetLayout Note:Comment
28         LabelString           comment
29         LatexType             environment
30         LatexName             comment
31         LabelFont
32           Color               Magenta
33           Size                Small
34         EndFont
35 End
36
37
38 InsetLayout Note:Note
39         LabelString           note
40         LatexType             command
41         LatexName             note
42         LabelFont
43           Color               Blue
44           Size                Small
45         EndFont
46 End
47
48 InsetLayout Note:Greyedout
49         LabelString           greyedout
50         LatexType             environment
51         LatexName             lyxgreyedout
52         LabelFont
53           Color               Red
54           Size                Small
55         EndFont
56 End
57
58 InsetLayout Note:Framed
59         LabelString           framed
60         LatexType             environment
61         LatexName             framed
62         LabelFont
63           Color               Red
64           Size                Small
65         EndFont
66 End
67
68 InsetLayout Note:Shaded
69         LabelString           shaded
70         LatexType             environment
71         LatexName             shaded
72         LabelFont
73           Color               Red
74           Size                Small
75         EndFont
76 End
77
78