]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdcharstyles.inc
Update layouts to new format.
[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 29
6 InsetLayout Flex:Filename
7         LyXType element
8         LabelString Filename
9         LatexType             Command
10         LatexName             filename
11         Font
12           Family              Typewriter
13         EndFont
14         LabelFont
15           Family              Roman
16           Color               blue
17         EndFont
18 End
19
20 InsetLayout Flex:Directory
21         LyXType element
22         LabelString Directory
23         LatexType             Command
24         LatexName             filename
25         LatexParam            "class=<directory>"
26         Font
27           Family              Typewriter
28         EndFont
29         LabelFont
30           Family              Roman
31           Color               blue
32         EndFont
33 End
34
35 InsetLayout Flex:Firstname
36         LyXType element
37         LabelString Firstname
38         LatexType             Command
39         LatexName             firstname
40         LabelFont
41           Shape               Up
42           Color               blue
43         EndFont
44 End
45
46 InsetLayout Flex:Surname
47         LyXType element
48         LabelString Surname
49         LatexType             Command
50         LatexName             surname
51         LabelFont
52           Shape               Up
53           Color               blue
54         EndFont
55 End
56
57 InsetLayout Flex:Literal
58         LyXType element
59         LabelString Literal
60         LatexType             Command
61         LatexName             literal
62         Font
63           Family              Typewriter
64         EndFont
65         LabelFont
66           Family              Roman
67           Color               blue
68         EndFont
69 End
70
71 InsetLayout Flex:Email
72         LyXType element
73         LabelString Email
74         LatexType             Command
75         LatexName             email
76         Font
77           Family              Typewriter
78         EndFont
79         LabelFont
80           Family              Roman
81           Color               blue
82         EndFont
83 End
84
85 InsetLayout Flex:KeyCombo
86         LyXType element
87         LabelString KeyCombo
88         LatexType             Command
89         LatexName             keycombo
90         Font
91           Family              Typewriter
92         EndFont
93         LabelFont
94           Family              Roman
95           Color               blue
96         EndFont
97 End
98
99 InsetLayout Flex:KeyCap
100         LyXType element
101         LabelString KeyCap
102         LatexType             Command
103         LatexName             keycap
104         Font
105           Family              Typewriter
106         EndFont
107         LabelFont
108           Family              Roman
109           Color               blue
110         EndFont
111 End
112
113 InsetLayout Flex:GuiMenu
114         LyXType element
115         LabelString GuiMenu
116         LatexType             Command
117         LatexName             guimenu
118         Font
119           Family              Sans
120         EndFont
121         LabelFont
122           Family              Roman
123           Color               blue
124         EndFont
125 End
126
127 InsetLayout Flex:GuiMenuItem
128         LyXType element
129         LabelString GuiMenuItem
130         LatexType             Command
131         LatexName             guimenuitem
132         Font
133           Family              Sans
134         EndFont
135         LabelFont
136           Family              Roman
137           Color               blue
138         EndFont
139 End
140
141 InsetLayout Flex:GuiButton
142         LyXType element
143         LabelString GuiButton
144         LatexType             Command
145         LatexName             guibutton
146         Font
147           Family              Sans
148         EndFont
149         LabelFont
150           Family              Roman
151           Color               blue
152         EndFont
153 End
154
155 InsetLayout Flex:MenuChoice
156         LyXType element
157         LabelString MenuChoice
158         LatexType             Command
159         LatexName             menuchoice
160         Font
161           Family              Sans
162         EndFont
163         LabelFont
164           Family              Roman
165           Color               blue
166         EndFont
167 End