]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdinsets.inc
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[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 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         BgColor               commentbg
32         LabelFont
33           Color               comment
34           Size                Small
35         EndFont
36 End
37
38
39 InsetLayout Note:Note
40         LabelString           note
41         LatexType             command
42         LatexName             note
43         BgColor               notebg
44         LabelFont
45           Color               note
46           Size                Small
47         EndFont
48 End
49
50 InsetLayout Note:Greyedout
51         LabelString           greyedout
52         LatexType             environment
53         LatexName             lyxgreyedout
54         BgColor               greyedoutbg
55         LabelFont
56           Color               greyedout
57           Size                Small
58         EndFont
59 End
60
61 InsetLayout Note:Framed
62         LabelString           framed
63         LatexType             environment
64         LatexName             framed
65         BgColor               greyedoutbg
66         LabelFont
67           Color               greyedout
68           Size                Small
69         EndFont
70 End
71
72 InsetLayout Note:Shaded
73         LabelString           shaded
74         LatexType             environment
75         LatexName             shaded
76         BgColor               shaded
77         LabelFont
78           Color               greyedout
79           Size                Small
80         EndFont
81 End
82
83 InsetLayout ERT
84         LabelString           ERT
85         Decoration            minimalistic
86         Font
87           Color               latex
88           Family              typewriter
89         EndFont
90         LabelFont
91           Color               latex
92           Size                Small
93         EndFont
94 End
95
96 InsetLayout Branch
97         Decoration            minimalistic
98         LabelFont
99           Color               Red
100           Size                Small
101         EndFont
102 End
103
104