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