-
Notifications
You must be signed in to change notification settings - Fork 8
/
dph.texi
238 lines (186 loc) · 2.19 KB
/
dph.texi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
@c -*- Mode: Texinfo; coding: utf-8; -*-
@macro metavar {arg}
«\arg\»
@end macro
@macro cubed {}
³
@end macro
@macro result {}
@r{→}
@end macro
@macro CRLF {}
↩
@end macro
@macro OUT {}
▷
@end macro
@macro EQ {}
≡
@end macro
@macro uumlaut {}
ü
@end macro
@macro down {arg}
@t{↓}\arg\
@end macro
@macro prevplus {}
@html
<sup>+</sup>
@end html
@end macro
@macro begininterleave {}
〚
@end macro
@macro extrainterleave {}
@begininterleave{}
@end macro
@macro endinterleave {}
〛
@end macro
@macro ssso {}
@sub1{}
@end macro
@macro ssst {}
@sub2{}
@end macro
@macro ssse {}
@sub8{}
@end macro
@macro ssss {}
@sub1{}@sub6{}
@end macro
@c ≠, yuck makeinfo mangles nbsp which is one of the byte-values.
@macro neq {}
≠
@end macro
@macro in {}
∈
@end macro
@macro geq {}
≥
@end macro
@macro bigcup {}
⋃
@end macro
@macro leq {}
≤
@end macro
@macro langle {}
〈
@end macro
@macro rangle {}
〉
@end macro
@macro downarrow {}
↓
@end macro
@macro Partial {}
∂
@end macro
@macro pi {}
π
@end macro
@macro epsilon {}
ε
@end macro
@macro alfa {}
α
@end macro
@macro cdot {}
·
@end macro
@macro centerdot {}
·
@end macro
@macro Stress {arg}
ˈ\arg\
@end macro
@macro stress {arg}
ˌ\arg\
@end macro
@macro schwa {}
ə
@end macro
@macro harda {}
ā
@end macro
@macro harde {}
ē
@end macro
@macro hardo {arg}
ō
@end macro
@macro maybeStress {arg}
ː\arg\
@end macro
@macro one {arg}
\arg\¹
@end macro
@rmacro subs {arg}
@html
<sub>\arg\</sub>
@end html
@end rmacro
@rmacro subs1 {arg}
@html
<sub>\arg\</sub>
@end html
@end rmacro
@macro subOne {}
@html
<sub>1</sub>
@end html
@end macro
@macro sub0 {}
@html
<sub>0</sub>
@end html
@end macro
@macro sub1 {}
@html
<sub>1</sub>
@end html
@end macro
@macro sub2 {}
@html
<sub>2</sub>
@end html
@end macro
@macro sub3 {}
@html
<sub>3</sub>
@end html
@end macro
@macro sub4 {}
@html
<sub>4</sub>
@end html
@end macro
@macro sub5 {}
@html
<sub>5</sub>
@end html
@end macro
@macro sub6 {}
@html
<sub>6</sub>
@end html
@end macro
@macro sub7 {}
@html
<sub>7</sub>
@end html
@end macro
@macro sub8 {}
@html
<sub>8</sub>
@end html
@end macro
@macro sub9 {}
@html
<sub>9</sub>
@end html
@end macro
@macro le {}
≤
@end macro