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