]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdcharstyles.inc
New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing...
[lyx.git] / lib / layouts / db_stdcharstyles.inc
1 # Textclass definition file for docbook.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3 # Character Styles definition
4
5 Format 99
6
7 InsetLayout Flex:Filename
8         LabelString Filename
9         LatexType             Command
10         DocBookTag            filename
11         Font
12           Family              Typewriter
13         EndFont
14         LabelFont
15           Family              Roman
16           Color               textlabel1
17         EndFont
18         ResetsFont true
19 End
20
21 InsetLayout Flex:Directory
22         LabelString Directory
23         LatexType             Command
24         DocBookTag            filename
25         DocBookAttr           "class='directory'"
26         Font
27           Family              Typewriter
28         EndFont
29         LabelFont
30           Family              Roman
31           Color               textlabel1
32         EndFont
33         ResetsFont true
34 End
35
36 InsetLayout Flex:Firstname
37         LabelString Firstname
38         LatexType             Command
39         DocBookTag            firstname
40         LabelFont
41           Shape               Up
42           Color               textlabel1
43         EndFont
44         ResetsFont true
45 End
46
47 InsetLayout Flex:Surname
48         LabelString Surname
49         LatexType             Command
50         DocBookTag            surname
51         LabelFont
52           Shape               Up
53           Color               textlabel1
54         EndFont
55         ResetsFont true
56 End
57
58 InsetLayout Flex:Literal
59         LabelString Literal
60         LatexType             Command
61         DocBookTag            literal
62         Font
63           Family              Typewriter
64         EndFont
65         LabelFont
66           Family              Roman
67           Color               textlabel1
68         EndFont
69         ResetsFont true
70 End
71
72 InsetLayout Flex:Email
73         LabelString Email
74         LatexType             Command
75         DocBookTag            email
76         Font
77           Family              Typewriter
78         EndFont
79         LabelFont
80           Family              Roman
81           Color               textlabel1
82         EndFont
83         ResetsFont true
84 End
85
86 InsetLayout Flex:KeyCombo
87         LabelString KeyCombo
88         LatexType             Command
89         DocBookTag            keycombo
90         Font
91           Family              Typewriter
92         EndFont
93         LabelFont
94           Family              Roman
95           Color               textlabel1
96         EndFont
97         ResetsFont true
98 End
99
100 InsetLayout Flex:KeyCap
101         LabelString KeyCap
102         LatexType             Command
103         DocBookTag            keycap
104         Font
105           Family              Typewriter
106         EndFont
107         LabelFont
108           Family              Roman
109           Color               textlabel1
110         EndFont
111         ResetsFont true
112 End
113
114 InsetLayout Flex:GuiMenu
115         LabelString GuiMenu
116         LatexType             Command
117         DocBookTag            guimenu
118         Font
119           Family              Sans
120         EndFont
121         LabelFont
122           Family              Roman
123           Color               textlabel1
124         EndFont
125         ResetsFont true
126 End
127
128 InsetLayout Flex:GuiMenuItem
129         LabelString GuiMenuItem
130         LatexType             Command
131         DocBookTag            guimenuitem
132         Font
133           Family              Sans
134         EndFont
135         LabelFont
136           Family              Roman
137           Color               textlabel1
138         EndFont
139         ResetsFont true
140 End
141
142 InsetLayout Flex:GuiButton
143         LabelString GuiButton
144         LatexType             Command
145         DocBookTag            guibutton
146         Font
147           Family              Sans
148         EndFont
149         LabelFont
150           Family              Roman
151           Color               textlabel1
152         EndFont
153         ResetsFont true
154 End
155
156 InsetLayout Flex:MenuChoice
157         LabelString MenuChoice
158         LatexType             Command
159         DocBookTag            menuchoice
160         Font
161           Family              Sans
162         EndFont
163         LabelFont
164           Family              Roman
165           Color               textlabel1
166         EndFont
167         ResetsFont true
168 End