1<!--
2
3  $Id: roff.sdata,v 1.2 1996/09/08 21:37:42 jfieber Exp $
4
5  Copyright (C) 1996
6       Chuck Robey.  All rights reserved.
7
8  Redistribution and use in source and binary forms, with or without
9  modification, are permitted provided that the following conditions
10  are met:
11  1. Redistributions of source code must retain the above copyright
12     notice, this list of conditions and the following disclaimer.
13  2. Redistributions in binary form must reproduce the above copyright
14     notice, this list of conditions and the following disclaimer in the
15     documentation and/or other materials provided with the distribution.
16
17  THIS SOFTWARE IS PROVIDED BY CHUCK ROBEY AND CONTRIBUTORS ``AS IS'' AND
18  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20  ARE DISCLAIMED.  IN NO EVENT SHALL CHUCK ROBEY OR CONTRIBUTORS BE LIABLE
21  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27  SUCH DAMAGE.
28
29-->
30
31<!--
32
33ISO SDATA entity translations for groff.
34
35-->
36
37<!-- Numeric and Special Graphic -->
38
39<map from="[half  ]" to="\(12">
40<map from="[frac12]" to="\(12">
41<map from="[frac14]" to="\(14">
42<map from="[frac34]" to="\(34">
43<map from="[frac18]" to="1/8">
44<map from="[frac38]" to="3/8">
45<map from="[frac58]" to="5/8">
46<map from="[frac78]" to="7/8">
47<map from="[sup1  ]" to="\(S1">
48<map from="[sup2  ]" to="\(S2">
49<map from="[sup3  ]" to="\(S3">
50<map from="[plus  ]" to="\N'43'">
51<map from="[plusmn]" to="\(+-">
52<map from="[lt    ]" to="<">
53<map from="[equals]" to="=">
54<map from="[gt    ]" to=">">
55<map from="[divide]" to="\(di">
56<map from="[times ]" to="\N'215'">
57<map from="[curren]" to="\(Cs">
58<map from="[pound ]" to="\(Po">
59<map from="[dollar]" to="\N'36'">
60<map from="[cent  ]" to="\(ct">
61<map from="[yen   ]" to="\(Ye">
62<map from="[num   ]" to="#">
63<map from="[percnt]" to="%">
64<map from="[amp   ]" to="&">
65<map from="[ast   ]" to="*">
66<map from="[commat]" to="@">
67<map from="[lsqb  ]" to="\(lB">
68<map from="[bsol  ]" to="\(rs">
69<map from="[rsqb  ]" to="\(rB">
70<map from="[lcub  ]" to="\(lC">
71<map from="[horbar]" to="\(em">
72<map from="[verbar]" to="\(bv">
73<map from="[rcub  ]" to="\(rC">
74<map from="[micro ]" to="\N'181'">
75<map from="[ohm   ]" to="\(*W">
76<map from="[deg   ]" to="\N'176'">
77<map from="[ordm  ]" to="\(Om">
78<map from="[ordf  ]" to="\(Of">
79<map from="[sect  ]" to="\N'167'">
80<map from="[para  ]" to="\(ps">
81<map from="[middot]" to="\(md">
82<map from="[larr  ]" to="\(<-">
83<map from="[rarr  ]" to="\(->">
84<map from="[uarr  ]" to="\(ua">
85<map from="[darr  ]" to="\(da">
86<map from="[copy  ]" to="\(co">
87<map from="[reg   ]" to="\(rg">
88<map from="[trade ]" to="\(tm">
89<map from="[brvbar]" to="\N'166'">
90<map from="[not   ]" to="\N'172'">
91<!-- <map from="[sung  ]" to=""> --> <!-- =music note (sung text sign) -->
92<map from="[excl  ]" to="\N'33'">
93<map from="[iexcl ]" to="\(r!">
94<map from="[quot  ]" to="\N'39'">
95<map from="[apos  ]" to="\N'39'">
96<map from="[lpar  ]" to="\N'40'">
97<map from="[rpar  ]" to="\N'41'">
98<map from="[comma ]" to="\(bq">
99<map from="[lowbar]" to="\(ru">
100<map from="[hyphen]" to="\(en">
101<map from="[period]" to="\N'46'">
102<map from="[sol   ]" to="\(sl">
103<map from="[colon ]" to="\N'58'">
104<map from="[semi  ]" to="\N'59'">
105<map from="[quest ]" to="\N'63'">
106<map from="[iquest]" to="\(r?">
107<map from="[laquo ]" to="\(Fo">
108<map from="[raquo ]" to="\(Fc">
109<map from="[lsquo ]" to="\(oq">
110<map from="[rsquo ]" to="\N'39'">
111<map from="[ldquo ]" to="\(lq">
112<map from="[rdquo ]" to="\(rq">
113<map from="[nbsp  ]" to="\ ">
114<map from="[shy   ]" to="\(hy">
115
116<!-- Publishing -->
117
118<map from="[emsp  ]" to="\~">
119<map from="[ensp  ]" to="\~">
120<map from="[emsp3 ]" to="\~">
121<map from="[emsp4 ]" to="\~">
122<map from="[numsp ]" to="\0">
123<map from="[puncsp]" to="\|">
124<map from="[thinsp]" to="\!">
125<map from="[hairsp]" to="\\^">
126<map from="[mdash ]" to="\(em">
127<map from="[ndash ]" to="\(en">
128<map from="[dash  ]" to="\-">
129<map from="[blank ]" to="\ ">
130<map from="[hellip]" to="\&...">
131<map from="[nldr  ]" to="\&..">
132<map from="[frac13]" to="1/3">
133<map from="[frac23]" to="2/3">
134<map from="[frac15]" to="1/5">
135<map from="[frac25]" to="2/5">
136<map from="[frac35]" to="3/5">
137<map from="[frac45]" to="4/5">
138<map from="[frac16]" to="1/6">
139<map from="[frac56]" to="5/6">
140<!--
141<map from="[incare]" to="=in-care-of symbol">
142<map from="[block ]" to="=full block">
143<map from="[uhblk ]" to="=upper half block">
144<map from="[lhblk ]" to="=lower half block">
145<map from="[blk14 ]" to="=25% shaded block">
146<map from="[blk12 ]" to="=50% shaded block">
147<map from="[blk34 ]" to="=75% shaded block">
148<map from="[marker]" to="=histogram marker">
149-->
150<map from="[cir   ]" to="\(ci">
151<map from="[squ   ]" to="\(sq">
152<!--
153<map from="[rect  ]" to="=rectangle, open">
154<map from="[utri  ]" to="/triangle =up triangle, open">
155<map from="[dtri  ]" to="/triangledown =down triangle, open">
156-->
157<map from="[star  ]" to="\(**">
158<map from="[bull  ]" to="\(bu">
159<!--
160<map from="[squf  ]" to="/blacksquare =sq bullet, filled">
161<map from="[utrif ]" to="/blacktriangle =up tri, filled">
162<map from="[dtrif ]" to="/blacktriangledown =dn tri, filled">
163<map from="[ltrif ]" to="/blacktriangleleft R: =l tri, filled">
164<map from="[rtrif ]" to="/blacktriangleright R: =r tri, filled">
165-->
166<map from="[clubs ]" to="\(CL">
167<map from="[diams ]" to="\(DI">
168<map from="[hearts]" to="\(HE">
169<map from="[spades]" to="\(SP">
170<!--
171<map from="[malt  ]" to="/maltese =maltese cross">
172-->
173<map from="[dagger]" to="\(dg">
174<map from="[Dagger]" to="\(dd">
175<map from="[check ]" to="\(OK">
176<!--
177<map from="[ballot]" to="=ballot cross">
178<map from="[sharp ]" to="/sharp =musical sharp">
179<map from="[flat  ]" to="/flat =musical flat">
180<map from="[male  ]" to="=male symbol">
181<map from="[female]" to="=female symbol">
182<map from="[phone ]" to="=telephone symbol">
183<map from="[telrec]" to="=telephone recorder symbol">
184<map from="[copysr]" to="=sound recording copyright sign">
185-->
186<map from="[caret ]" to="\^">
187<map from="[lsquor]" to="\N'44'">
188<map from="[ldquor]" to="\(Bq">
189<map from="[fflig ]" to="\(ff">
190<map from="[filig ]" to="\(fi">
191<!--
192<map from="[fjlig ]" to="small fj ligature">
193-->
194<map from="[ffilig]" to="\(Fi">
195<map from="[ffllig]" to="\(Fl">
196<map from="[fllig ]" to="\(fl">
197<!--
198<map from="[mldr  ]" to="em leader">
199-->
200<map from="[rdquor]" to="\(lq">
201<map from="[rsquor]" to="\(oq">
202<!--
203<map from="[vellip]" to="vertical ellipsis">
204<map from="[hybull]" to="rectangle, filled (hyphen bullet)">
205-->
206<map from="[loz   ]" to="/(lz">
207<!--
208<map from="[lozf  ]" to="/blacklozenge - lozenge, filled">
209<map from="[ltri  ]" to="/triangleleft B: l triangle, open">
210<map from="[rtri  ]" to="/triangleright B: r triangle, open">
211<map from="[starf ]" to="/bigstar - star, filled">
212<map from="[natur ]" to="/natural - music natural">
213<map from="[rx    ]" to="pharmaceutical prescription (Rx)">
214<map from="[sext  ]" to="sextile (6-pointed star)">
215<map from="[target]" to="register mark or target">
216<map from="[dlcrop]" to="downward left crop mark">
217<map from="[drcrop]" to="downward right crop mark">
218<map from="[ulcrop]" to="upward left crop mark">
219<map from="[urcrop]" to="upward right crop mark">
220-->
221
222<!-- Added Latin 1 -->
223
224<map from="[aacute]" to="\('a">
225<map from="[Aacute]" to="\('A">
226<map from="[acirc ]" to="\(^a">
227<map from="[Acirc ]" to="\(^A">
228<map from="[agrave]" to="\(`a">
229<map from="[Agrave]" to="\(`A">
230<map from="[aring ]" to="\(oa">
231<map from="[Aring ]" to="\(oA">
232<map from="[atilde]" to="\(~a">
233<map from="[Atilde]" to="\(~A">
234<map from="[auml  ]" to="\(:a">
235<map from="[Auml  ]" to="\(:A">
236<map from="[aelig ]" to="\(ae">
237<map from="[AElig ]" to="\(AE">
238<map from="[ccedil]" to="\(,c">
239<map from="[Ccedil]" to="\(,C">
240<map from="[eth   ]" to="\(Sd">
241<map from="[ETH   ]" to="\(-D">
242<map from="[eacute]" to="\('e">
243<map from="[Eacute]" to="\('E">
244<map from="[ecirc ]" to="\(^e">
245<map from="[Ecirc ]" to="\(^E">
246<map from="[egrave]" to="\(`e">
247<map from="[Egrave]" to="\(`E">
248<map from="[euml  ]" to="\(:e">
249<map from="[Euml  ]" to="\(:E">
250<map from="[iacute]" to="\('i">
251<map from="[Iacute]" to="\('I">
252<map from="[icirc ]" to="\(^i">
253<map from="[Icirc ]" to="\(^I">
254<map from="[igrave]" to="\(`i">
255<map from="[Igrave]" to="\(`I">
256<map from="[iuml  ]" to="\(:i">
257<map from="[Iuml  ]" to="\(:I">
258<map from="[ntilde]" to="\(~n">
259<map from="[Ntilde]" to="\(~N">
260<map from="[oacute]" to="\('o">
261<map from="[Oacute]" to="\('O">
262<map from="[ocirc ]" to="\(^o">
263<map from="[Ocirc ]" to="\(^O">
264<map from="[ograve]" to="\(`o">
265<map from="[Ograve]" to="\(`O">
266<map from="[oslash]" to="\(/o">
267<map from="[Oslash]" to="\(/O">
268<map from="[otilde]" to="\(~o">
269<map from="[Otilde]" to="\(~O">
270<map from="[ouml  ]" to="\(:o">
271<map from="[Ouml  ]" to="\(:O">
272<map from="[szlig ]" to="\(ss">
273<map from="[thorn ]" to="\(Tp">
274<map from="[THORN ]" to="\(TP">
275<map from="[uacute]" to="\('u">
276<map from="[Uacute]" to="\('U">
277<map from="[ucirc ]" to="\(^u">
278<map from="[Ucirc ]" to="\(^U">
279<map from="[ugrave]" to="\(`u">
280<map from="[Ugrave]" to="\(`U">
281<map from="[uuml  ]" to="\(:u">
282<map from="[Uuml  ]" to="\(:U">
283<map from="[yacute]" to="\('y">
284<map from="[Yacute]" to="\('Y">
285<map from="[yuml  ]" to="\(:y">
286<map from="[Yuml  ]" to="\(:Y">
287
288<!-- Added Latin 2 -->
289
290<map from="[abreve]" to="\o'a\(ab'">
291<map from="[Abreve]" to="\o'A\s+3\(ab\s-3'">
292<map from="[amacr ]" to="\o'a\(a-'">
293<map from="[Amacr ]" to="\o'A\s+3\(a-\s-3'">
294<map from="[aogon ]" to="\o'a\N'184''">
295<map from="[Aogon ]" to="\o'A\N'184''">
296<map from="[cacute]" to="\o'c\(aa'">
297<map from="[Cacute]" to="\o'C\s+3\(aa\s-3'">
298<map from="[ccaron]" to="\o'c\(ah'">
299<map from="[Ccaron]" to="\o'C\s+3\(ah\s-3'">
300<map from="[ccirc ]" to="\o'c\(a^'">
301<map from="[Ccirc ]" to="\o'C\s+3\(a^\s-3'">
302<map from="[cdot  ]" to="\o'c\(a.'">
303<map from="[Cdot  ]" to="\o'C\s+3\(a.\s-3'">
304<map from="[dcaron]" to="\o'd\(ah'">
305<map from="[Dcaron]" to="\o'D\s+3\(ah\s-3'">
306<map from="[dstrok]" to="d\h'-3p'\(hy">
307<map from="[Dstrok]" to="\(-D">
308<map from="[ecaron]" to="\o'e\(ah'">
309<map from="[Ecaron]" to="\o'E\s+3\(ah\s-3'">
310<map from="[edot  ]" to="\o'e\(a.'">
311<map from="[Edot  ]" to="\o'E\s+3\(a.\s-3'">
312<map from="[emacr ]" to="\o'e\(a-'">
313<map from="[Emacr ]" to="\o'E\s+3\(a-\s-3'">
314<map from="[eogon ]" to="\o'e\N'184''">
315<map from="[Eogon ]" to="\o'E\N'184''">
316<map from="[gacute]" to="\o'g\(aa'">
317<map from="[gbreve]" to="\o'g\(ab'">
318<map from="[Gbreve]" to="\o'G\s+3\(ab\s-3'">
319<map from="[Gcedil]" to="\o'G\s+3\(ac\s-3'">
320<map from="[gcirc ]" to="\o'g\(a^'">
321<map from="[Gcirc ]" to="\o'G\s+3\(a^\s-3'">
322<map from="[gdot  ]" to="\o'g\(a.'">
323<map from="[Gdot  ]" to="\o'G\s+3\(a.\s-3'">
324<map from="[hcirc ]" to="\s-1\zh\s+3\(a^\s-2">
325<map from="[Hcirc ]" to="\o'\s-1H\s+4\(a^\s-3'">
326<map from="[hstrok]" to="\o'h\(a-'">
327<map from="[Hstrok]" to="\o'H\s-2\(a-\s+2'">
328<map from="[Idot  ]" to="\o'I\s+3\(a.\s-3'">
329<map from="[Imacr ]" to="\o'I\s+3\(a-\s-3'">
330<map from="[imacr ]" to="\o'i\(a-'">
331<map from="[ijlig ]" to="\(ij">
332<map from="[IJlig ]" to="\(IJ">
333<map from="[inodot]" to="\(.i">
334<map from="[iogon ]" to="\o'i\N'184''">
335<map from="[Iogon ]" to="\o'I\N'184''">
336<map from="[itilde]" to="\o'i\(a~'">
337<map from="[Itilde]" to="\o'I\s+3\(a~\s-3'">
338<map from="[jcirc ]" to="\o'j\(a^'">
339<map from="[Jcirc ]" to="\o'J\s+3\(a^\s-3'">
340<map from="[kcedil]" to="\o'k\(ac'">
341<map from="[Kcedil]" to="\o'K\(ac'">
342<map from="[kgreen]" to="\s-3\(*K\s+3">
343<map from="[lacute]" to="\o'l\s+3\(aa\s-3'">
344<map from="[Lacute]" to="\o'L\s+3\(aa\s-3'">
345<map from="[lcaron]" to="\o'l\s+3\(ah\s-3'">
346<map from="[Lcaron]" to="\o'L\s+3\(ah\s-3'">
347<map from="[lcedil]" to="\o'l\(ac'">
348<map from="[Lcedil]" to="\o'L\(ac'">
349<map from="[lmidot]" to="\zl\h'2p'\(md">
350<map from="[Lmidot]" to="\o'L\(md'">
351<map from="[lstrok]" to="\(/l">
352<map from="[Lstrok]" to="\(/L">
353<map from="[nacute]" to="\o'n\(aa'">
354<map from="[Nacute]" to="\o'N\s+3\(aa\s-3'">
355<!--
356<map from="[eng   ]" to="=small eng, Lapp">
357<map from="[ENG   ]" to="=capital ENG, Lapp">
358-->
359<map from="[napos ]" to="n'">
360<map from="[ncaron]" to="\o'n\(ah'">
361<map from="[Ncaron]" to="\o'N\s+3\(ah\s-3'">
362<map from="[ncedil]" to="\o'n\(ac'">
363<map from="[Ncedil]" to="\o'N\(ac'">
364<map from="[odblac]" to="\o'o\(a&#34;'">
365<map from="[Odblac]" to="\o'O\s+3\(a&#34;\s-3'">
366<map from="[Omacr ]" to="\o'O\s+3\(a-\s-3'">
367<map from="[omacr ]" to="\o'o\(a-'">
368<map from="[oelig ]" to="\(oe">
369<map from="[OElig ]" to="\(OE">
370<map from="[racute]" to="\o'r\(aa'">
371<map from="[Racute]" to="\o'R\s+3\(aa\s-3'">
372<map from="[rcaron]" to="\o'r\(ah'">
373<map from="[Rcaron]" to="\o'R\s+3\(ah\s-3'">
374<map from="[rcedil]" to="\o'r\(ac'">
375<map from="[Rcedil]" to="\o'R\(ac'">
376<map from="[sacute]" to="\o's\(aa'">
377<map from="[Sacute]" to="\o'S\s+3\(aa\s-3'">
378<map from="[scaron]" to="\o's\(ah'">
379<map from="[Scaron]" to="\o'S\s+3\(ah\s-3'">
380<map from="[scedil]" to="\o's\(ac'">
381<map from="[Scedil]" to="\o'S\(ac'">
382<map from="[scirc ]" to="\o's\(a^'">
383<map from="[Scirc ]" to="\o'S\s+3\(a^\s-3'">
384<map from="[tcaron]" to="\o't\(ah'">
385<map from="[Tcaron]" to="\o'T\s+3\(ah\s-3'">
386<map from="[tcedil]" to="\o't\(ac'">
387<map from="[Tcedil]" to="\o'T\(ac'">
388<map from="[tstrok]" to="\o't\(hy'">
389<map from="[Tstrok]" to="\o'T\(hy'">
390<map from="[ubreve]" to="\o'u\(ab">
391<map from="[Ubreve]" to="\o'U\s+3\(ab\s-3'">
392<map from="[udblac]" to="\o'u\(a&#34;'">
393<map from="[Udblac]" to="\o'U\s+3\(a&#34;\s-3'">
394<map from="[umacr ]" to="\o'u\(a-'">
395<map from="[Umacr ]" to="\o'U\s+3\(a-\s-3'">
396<map from="[uogon ]" to="\o'u\N'184''">
397<map from="[Uogon ]" to="\o'U\N'184''">
398<map from="[uring ]" to="\o'u\(ao'">
399<map from="[Uring ]" to="\o'U\s+3\(ao\s-3'">
400<map from="[utilde]" to="\o'u\(a~'">
401<map from="[Utilde]" to="\o'U\s+3\(a~\s-3'">
402<map from="[wcirc ]" to="\o'w\(a^'">
403<map from="[Wcirc ]" to="\o'W\s+3\(a^\s-3'">
404<map from="[ycirc ]" to="\o'y\(a^'">
405<map from="[Ycirc ]" to="\o'Y\s+3\(a^\s-3'">
406<map from="[Yuml  ]" to="\o'Y\s+3\(ad\s-3'">
407<map from="[zacute]" to="\o'z\(aa'">
408<map from="[Zacute]" to="\o'Z\s+3\(aa\s-3'">
409<map from="[zcaron]" to="\o'z\(ah'">
410<map from="[Zcaron]" to="\o'Z\s+3\(ah\s-3'">
411<map from="[zdot  ]" to="\o'z\(a.'">
412<map from="[Zdot  ]" to="\o'Z\s+3\(a.\s-3'">
413
414<!-- Greek Letters -->
415
416<map from="[agr   ]" to="\(*a">
417<map from="[Agr   ]" to="\(*A">
418<map from="[bgr   ]" to="\(*b">
419<map from="[Bgr   ]" to="\(*B">
420<map from="[ggr   ]" to="\(*g">
421<map from="[Ggr   ]" to="\(*G">
422<map from="[dgr   ]" to="\(*d">
423<map from="[Dgr   ]" to="\(*D">
424<map from="[egr   ]" to="\(*e">
425<map from="[Egr   ]" to="\(*E">
426<map from="[zgr   ]" to="\(*z">
427<map from="[Zgr   ]" to="\(*Z">
428<map from="[eegr  ]" to="\(*y">
429<map from="[EEgr  ]" to="\(*Y">
430<map from="[thgr  ]" to="\(*h">
431<map from="[THgr  ]" to="\(*H">
432<map from="[igr   ]" to="\(*i">
433<map from="[Igr   ]" to="\(*I">
434<map from="[kgr   ]" to="\(*k">
435<map from="[Kgr   ]" to="\(*K">
436<map from="[lgr   ]" to="\(*l">
437<map from="[Lgr   ]" to="\(*L">
438<map from="[mgr   ]" to="\(*m">
439<map from="[Mgr   ]" to="\(*M">
440<map from="[ngr   ]" to="\(*n">
441<map from="[Ngr   ]" to="\(*N">
442<map from="[xgr   ]" to="\(*c">
443<map from="[Xgr   ]" to="\(*C">
444<map from="[ogr   ]" to="\(*o">
445<map from="[Ogr   ]" to="\(*O">
446<map from="[pgr   ]" to="\(*p">
447<map from="[Pgr   ]" to="\(*P">
448<map from="[rgr   ]" to="\(*r">
449<map from="[Rgr   ]" to="\(*R">
450<map from="[sgr   ]" to="\(*s">
451<map from="[Sgr   ]" to="\(*S">
452<map from="[sfgr  ]" to="\(ts">
453<map from="[tgr   ]" to="\(*t">
454<map from="[Tgr   ]" to="\(*T">
455<map from="[ugr   ]" to="\(*u">
456<map from="[Ugr   ]" to="\(*U">
457<map from="[phgr  ]" to="\(*f">
458<map from="[PHgr  ]" to="\(*F">
459<map from="[khgr  ]" to="\(*x">
460<map from="[KHgr  ]" to="\(*X">
461<map from="[psgr  ]" to="\(*q">
462<map from="[PSgr  ]" to="\(*Q">
463<map from="[ohgr  ]" to="\(*w">
464<map from="[OHgr  ]" to="\(*W">
465
466<!-- Greek Symbols -->
467
468<map from="[alpha ]" to="\(*a">
469<map from="[beta  ]" to="\(*b">
470<map from="[gamma ]" to="\(*g">
471<map from="[Gamma ]" to="\(*G">
472<!--
473<map from="[gammad]" to="/digamma">
474-->
475<map from="[delta ]" to="\(*d">
476<map from="[Delta ]" to="\(*D">
477<map from="[epsi  ]" to="\(*e">
478<!--
479<map from="[epsiv ]" to="/varepsilon">
480-->
481<map from="[epsis ]" to="\(*e">
482<map from="[zeta  ]" to="\(*z">
483<map from="[eta   ]" to="\(*y">
484<map from="[thetas]" to="\(*h">
485<map from="[Theta ]" to="\(*H">
486<map from="[thetav]" to="\(+h">
487<map from="[iota  ]" to="\(*i">
488<map from="[kappa ]" to="\(*k">
489<!--
490<map from="[kappav]" to="/varkappa">
491-->
492<map from="[lambda]" to="\(*l">
493<map from="[Lambda]" to="\(*L">
494<map from="[mu    ]" to="\(*m">
495<map from="[nu    ]" to="\(*n">
496<map from="[xi    ]" to="\(*c">
497<map from="[Xi    ]" to="\(*C">
498<map from="[pi    ]" to="\(*p">
499<!--
500<map from="[piv   ]" to="\[+p]">
501-->
502<map from="[Pi    ]" to="\(*P">
503<map from="[rho   ]" to="\(*r">
504<!--
505<map from="[rhov  ]" to="/varrho">
506-->
507<map from="[sigma ]" to="\(*s">
508<map from="[Sigma ]" to="\(*S">
509<map from="[sigmav]" to="\(ts">
510<map from="[tau   ]" to="\(*t">
511<map from="[upsi  ]" to="\(*u">
512<map from="[Upsi  ]" to="\(*U">
513<map from="[phis  ]" to="\(*f">
514<map from="[Phi   ]" to="\(*F">
515<map from="[phiv  ]" to="\(+f">
516<map from="[chi   ]" to="\(*x">
517<map from="[psi   ]" to="\(*q">
518<map from="[Psi   ]" to="\(*X">
519<map from="[omega ]" to="\(*w">
520<map from="[Omega ]" to="\(*W">
521
522<!-- General Technical -->
523
524<map from="[aleph ]" to="\[Ah]">
525<map from="[and   ]" to="\[AN]">
526<!--
527<map from="[ang90 ]" to="=right (90 degree) angle">
528<map from="[angsph]" to="/sphericalangle =angle-spherical">
529-->
530<map from="[ap    ]" to="\(ap">
531<!--
532<map from="[becaus]" to="/because R: =because">
533<map from="[bottom]" to="/bot B: =perpendicular">
534-->
535<map from="[cap   ]" to="\(ca">
536<map from="[cong  ]" to="\(=~">
537<!--
538<map from="[conint]" to="/oint L: =contour integral operator">
539-->
540<map from="[cup   ]" to="\(cu">
541<map from="[equiv ]" to="\(==">
542<map from="[exist ]" to="\(te">
543<map from="[forall]" to="\[fa]">
544<!--
545<map from="[fnof  ]" to="=function of (italic small f)">
546-->
547<map from="[ge    ]" to="\(>=">
548<map from="[iff   ]" to="\[hA]">
549<map from="[infin ]" to="\(if">
550<!--
551<map from="[int   ]" to="/int L: =integral operator">
552-->
553<map from="[isin  ]" to="\(mo">
554<map from="[lang  ]" to="\[la]">
555<map from="[lArr  ]" to="\(lA">
556<map from="[le    ]" to="\(<=">
557<map from="[minus ]" to="\(mi">
558<!--
559<map from="[mnplus]" to="/mp B: =minus-or-plus sign">
560-->
561<map from="[nabla ]" to="\(gr">
562<map from="[ne    ]" to="\(!=">
563<map from="[ni    ]" to="\(st">
564<map from="[or    ]" to="\(OR">
565<map from="[par   ]" to="\(ba\(ba">
566<!--
567<map from="[part  ]" to="\(pd">
568<map from="[permil]" to="=per thousand">
569<map from="[perp  ]" to="/perp R: =perpendicular">
570<map from="[prime ]" to="/prime =prime or minute">
571<map from="[Prime ]" to="=double prime or second">
572-->
573<map from="[prop  ]" to="\(pt">
574<!--
575<map from="[radic ]" to="/surd =radical">
576<map from="[rang  ]" to="/rangle C: =right angle bracket">
577<map from="[rArr  ]" to="/Rightarrow A: =implies">
578<map from="[sim   ]" to="/sim R: =similar">
579<map from="[sime  ]" to="/simeq R: =similar, equals">
580-->
581<map from="[square]" to="\(sq">
582<map from="[sub   ]" to="\(sb">
583<map from="[sube  ]" to="\(ib">
584<map from="[sup   ]" to="\(sp">
585<map from="[supe  ]" to="\(ip">
586<!--
587<map from="[there4]" to="/therefore R: =therefore">
588<map from="[Verbar]" to="/Vert =dbl vertical bar">
589<map from="[angst ]" to="Angstrom =capital A, ring">
590<map from="[bernou]" to="Bernoulli function (script capital B)">
591<map from="[compfn]" to="B: composite function (small circle)">
592<map from="[Dot   ]" to="=dieresis or umlaut mark">
593<map from="[DotDot]" to="four dots above">
594<map from="[hamilt]" to="Hamiltonian (script capital H)">
595<map from="[lagran]" to="Lagrangian (script capital L)">
596<map from="[lowast]" to="low asterisk">
597<map from="[notin ]" to="N: negated set membership">
598<map from="[order ]" to="order of (script small o)">
599<map from="[phmmat]" to="physics M-matrix (script capital M)">
600<map from="[tdot  ]" to="three dots above">
601<map from="[tprime]" to="triple prime">
602<map from="[wedgeq]" to="R: corresponds to (wedge, equals)">
603-->
604
605<!-- Diacritical Marks -->
606
607<map from="[acute ]" to="\&'">
608<map from="[breve ]" to="\(ab">
609<map from="[caron ]" to="\(ah">
610<map from="[cedil ]" to="\(ac">
611<!--
612<map from="#[circ  ]" to="\(a^">
613-->
614<map from="[circ  ]" to="\(ha">
615<map from="[dblac ]" to='\(a"'>
616<map from="[die   ]" to="\(ad">
617<map from="[dot   ]" to="\(a.">
618<map from="[grave ]" to="`">
619<map from="[macr  ]" to="\(a-">
620<map from="[ogon  ]" to="\N'184'">
621<map from="[ring  ]" to="\(ao">
622<map from="[tilde ]" to="~">
623<map from="[uml   ]" to="\(ad">
624