1<!--
2
3 $Id: latex.sdata,v 1.1.1.1 1996/09/08 02:37:39 jfieber Exp $
4
5 Copyright (c) 1994
6 Open Software Foundation, Inc.
7
8 Permission is hereby granted to use, copy, modify and freely distribute
9 the software in this file and its documentation for any purpose without
10 fee, provided that the above copyright notice appears in all copies and
11 that both the copyright notice and this permission notice appear in
12 supporting documentation.  Further, provided that the name of Open
13 Software Foundation, Inc. ("OSF") not be used in advertising or
14 publicity pertaining to distribution of the software without prior
15 written permission from OSF.  OSF makes no representations about the
16 suitability of this software for any purpose.  It is provided "as is"
17 without express or implied warranty.
18
19-->
20
21<!--
22
23 SDATA entity mappings to TeX instructions.
24 sgmls outputs sdata references in the form: \|[mdash ]\|
25
26 I found most of these from the LaTeX and TeX books. I found a few on
27 various places around the net.
28
29 J.Bowe, 1993
30
31-->
32
33<!-- Numeric and Special Graphic -->
34
35<map from="[half  ]" to="$\scriptstyle{1\over2}$">
36<map from="[frac12]" to="$\frac{1}{2}$">
37<map from="[frac14]" to="$\frac{1}{4}$">
38<map from="[frac34]" to="$\frac{3}{4}$">
39<map from="[frac18]" to="$\frac{1}{8}$">
40<map from="[frac38]" to="$\frac{3}{8}$">
41<map from="[frac58]" to="$\frac{5}{8}$">
42<map from="[frac78]" to="$\frac{7}{8}$">
43
44<map from="[sup1  ]" to="$^1$">
45<map from="[sup2  ]" to="$^2$">
46<map from="[sup3  ]" to="$^3$">
47
48<map from="[plus  ]" to="$+$">
49<map from="[plusmn]" to="$\pm$">
50<map from="[lt    ]" to="$<$">
51<map from="[equals]" to="$=$">
52<map from="[gt    ]" to="$>$">
53<map from="[divide]" to="$\div$">
54<map from="[times ]" to="$\times$">
55
56<map from="[curren]" to="[curren]">
57<map from="[pound ]" to="\pounds{}">
58<map from="[dollar]" to="\$">
59<map from="[cent  ]" to="\hbox{\rm\rlap\/c}">
60<map from="[yen   ]" to="[yen]">
61
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="$\lbrack$">
68<map from="[bsol  ]" to="$\backslash$">
69<map from="[rsqb  ]" to="$\rbrack$">
70<map from="[lcub  ]" to="$\lbrace$">
71<map from="[horbar]" to="{--}">
72<map from="[verbar]" to="$|$">
73<map from="[rcub  ]" to="$\rbrace$">
74<map from="[micro ]" to="$\mu$">
75<map from="[ohm   ]" to="$\Omega$">
76<map from="[deg   ]" to="$^\circ$">
77<map from="[ordm  ]" to="[ordm]">
78<map from="[ordf  ]" to="[ordf]">
79<map from="[sect  ]" to="\S{}">
80<map from="[para  ]" to="\P{}">
81<map from="[middot]" to="$\cdot$">
82<map from="[larr  ]" to="$\leftarrow$">
83<map from="[rarr  ]" to="$\rightarrow$">
84<map from="[uarr  ]" to="$\uparrrow$">
85<map from="[darr  ]" to="$\downarrrow$">
86<map from="[copy  ]" to="\copyright{}">
87<map from="[reg   ]" to="\ooalign{\hfil\raise.07ex\hbox{r}\hfil\crcr\mathhexbox20D}">
88<map from="[trade ]" to="{$\sp{TM}$}">
89<map from="[brvbar]" to="[brvbar]">
90<map from="[not   ]" to="$\neg$">
91<map from="[sung  ]" to="[sung]">
92
93<map from="[excl  ]" to="!">
94<map from="[iexcl ]" to="{!`}">
95<map from="[quot  ]" to='{\tt\char`\"}'>
96<map from="[apos  ]" to="'">
97<map from="[lpar  ]" to="(">
98<map from="[rpar  ]" to=")">
99<map from="[comma ]" to=",">
100<map from="[lowbar]" to="\_">
101<map from="[hyphen]" to="-">
102<map from="[period]" to=".">
103<map from="[sol   ]" to="\/">
104<map from="[colon ]" to=":">
105<map from="[semi  ]" to=";">
106<map from="[quest ]" to="?">
107<map from="[iquest]" to="{?`}">
108<map from="[laquo ]" to="\laquo{}">
109<map from="[raquo ]" to="\raquo{}">
110<map from="[lsquo ]" to="{`}">
111<map from="[rsquo ]" to="{'}">
112<map from="[ldquo ]" to="{``}">
113<map from="[rdquo ]" to="{''}">
114<map from="[nbsp  ]" to="~">
115<map from="[shy   ]" to="\-">
116
117<!-- Publishing	-->
118
119<map from="[emsp  ]" to="\hskip1em">
120<map from="[ensp  ]" to="\hskip0.5em">
121<map from="[emsp3 ]" to="\hskip0.33333em">
122<map from="[emsp4 ]" to="\hskip0.25em">
123<map from="[numsp ]" to="\hskip0.5em">
124<map from="[puncsp]" to="\hskip0.25em">
125<map from="[thinsp]" to="\hskip0.16667em">
126<map from="[hairsp]" to="\hskip0.08333em">
127<map from="[mdash ]" to="{---}">
128<map from="[ndash ]" to="{--}">
129<map from="[dash  ]" to="{-}">
130<map from="[blank ]" to="\ ">
131<map from="[hellip]" to="$\ldots$">
132<map from="[nldr  ]" to="[nldr]">
133<map from="[frac13]" to="$\frac{1}{3}$">
134<map from="[frac23]" to="$\frac{2}{3}$">
135<map from="[frac15]" to="$\frac{1}{5}$">
136<map from="[frac25]" to="$\frac{2}{5}$">
137<map from="[frac35]" to="$\frac{3}{5}$">
138<map from="[frac45]" to="$\frac{4}{5}$">
139<map from="[frac16]" to="$\frac{1}{6}$">
140<map from="[frac56]" to="$\frac{5}{6}$">
141
142<map from="[incar ]" to="[incar ]"> <!-- =in-care-of symbol -->
143<map from="[block ]" to="[block ]"> <!-- =full block -->
144<map from="[uhblk ]" to="[uhblk ]"> <!-- =upper half block -->
145<map from="[lhblk ]" to="[lhblk ]"> <!-- =lower half block -- >
146<map from="[blk14 ]" to="[blk14 ]"> <!-- =25% shaded block -- >
147<map from="[blk12 ]" to="[blk12 ]"> <!-- =50% shaded block -- >
148<map from="[blk34 ]" to="[blk34 ]"> <!-- =75% shaded block -- >
149<map from="[marker]" to="[marker]"> <!-- =histogram marker -- >
150<map from="[cir   ]" to="$\bigcirc$">
151<map from="[squ   ]" to="[squ   ]"> <!-- =square, open -->
152<map from="[rect  ]" to="[rect  ]"> <!-- =rectangle, open -->
153<map from="[utri  ]" to="$\bigtriangleup$">
154<map from="[dtri  ]" to="$\bigtriangledown$">
155<map from="[star  ]" to="[star  ]"> <!-- =star, open -->
156<map from="[bull  ]" to="$\bullet$">
157<map from="[squf  ]" to="{\vrule height .9ex width .8ex depth -.1ex}">
158<map from="[utrif ]" to="[utrif ]"> <!-- /blacktriangle =up tri, filled -->
159<map from="[dtrif ]" to="[dtrif ]"> <!-- /blacktriangledown =dn tri, filled -->
160<map from="[ltrif ]" to="[ltrif ]"> <!-- /blacktriangleleft R: =l tri, filled -->
161<map from="[rtrif ]" to="[rtrif ]"> <!-- /blacktriangleright R: =r tri, filled -->
162<map from="[clubs ]" to="$\clubsuit$">
163<map from="[diams ]" to="$\diamondsuit$">
164<map from="[hearts]" to="$\heartsuit$">
165<map from="[spades]" to="$\spadesuit$">
166<map from="[malt  ]" to="[malt  ]"> <!-- /maltese =maltese cross -->
167<map from="[dagger]" to="$\daggar$">
168<map from="[Dagger]" to="$\ddaggar$">
169<map from="[check ]" to="$\surd$">
170<map from="[ballot]" to="$\times$">
171<map from="[sharp ]" to="$\sharp$">
172<map from="[flat  ]" to="$\flat$">
173<map from="[male  ]" to="$\bigcirc^{\mkern-5.5mu\raise.5ex\hbox{$\nearrow$}}$">
174<map from="[female]" to="$\bigcirc\mkern-15.64mu\lower1.75ex\hbox{+}$">
175<map from="[phone ]" to="[phone]">
176<map from="[telrec]" to="[telrec]"> <!-- =telephone recorder symbol -->
177<map from="[copysr]" to="[copysr]"> <!-- =sound recording copyright sign -->
178<map from="[caret ]" to="\char94">
179<map from="[lsquor]" to="\lsquor{}">
180<map from="[ldquor]" to="\lsquor{}">
181
182<map from="[fflig ]" to="{ff}">
183<map from="[filig ]" to="{fi}">
184<map from="[fjlig ]" to="{fj}">
185<map from="[ffilig]" to="{ffi}">
186<map from="[ffllig]" to="{ffl}">
187<map from="[fllig ]" to="{fl}">
188
189<map from="[mldr  ]" to="[mldr]">
190<map from="[rdquor]" to="{''}">
191<map from="[rsquor]" to="{'}">
192<map from="[vellip]" to="$\vdots$">
193
194<map from="[hybull]" to="{\vrule height .6ex width .8ex depth -.4ex}">
195<map from="[loz   ]" to="[loz   ]"> <!-- /lozenge - lozenge or total mark -->
196<map from="[lozf  ]" to="[lozf  ]"> <!-- /blacklozenge - lozenge, filled -->
197<map from="[ltri  ]" to="$\triangleleft$">
198<map from="[rtri  ]" to="$\triangleright$">
199<map from="[starf ]" to="$\star$">
200
201<map from="[natur ]" to="$\natural$">
202<map from="[rx    ]" to="[Rx]">
203<map from="[sext  ]" to="[sext  ]"> <!-- sextile (6-pointed star) -->
204
205<map from="[target]" to='$\mathchar"2208$'>
206<map from="[dlcrop]" to="[dlcrop]"> <!-- downward left crop mark -->
207<map from="[drcrop]" to="[drcrop]"> <!-- downward right crop mark -->
208<map from="[ulcrop]" to="[ulcrop]"> <!-- upward left crop mark -->
209<map from="[urcrop]" to="[urcrop]"> <!-- upward right crop mark -->
210
211<!-- Added Latin 1 -->
212
213<map from="[aacute]" to="\'{a}">
214<map from="[Aacute]" to="\'{A}">
215<map from="[acirc ]" to="\^{a}">
216<map from="[Acirc ]" to="\^{A}">
217<map from="[agrave]" to="\`{a}">
218<map from="[Agrave]" to="\`{A}">
219<map from="[aring ]" to="\aa{}">
220<map from="[Aring ]" to="\AA{}">
221<map from="[atilde]" to="\~{a}">
222<map from="[Atilde]" to="\~{A}">
223<map from="[auml  ]" to='\"{a}'>
224<map from="[Auml  ]" to='\"{A}'>
225<map from="[aelig ]" to="\ae{}">
226<map from="[AElig ]" to="\AE{}">
227<map from="[ccedil]" to="\c{c}">
228<map from="[Ccedil]" to="\c{C}">
229<map from="[eth   ]" to="$\partial$">
230<map from="[ETH   ]" to="\hbox{\rlap{\raise.3ex\hbox{--}}D}">
231<map from="[eacute]" to="\'{e}">
232<map from="[Eacute]" to="\'{E}">
233<map from="[ecirc ]" to="\^{e}">
234<map from="[Ecirc ]" to="\^{E}">
235<map from="[egrave]" to="\`{e}">
236<map from="[Egrave]" to="\`{E}">
237<map from="[euml  ]" to='\"{e}'>
238<map from="[Euml  ]" to='\"{E}'>
239<map from="[iacute]" to="\'{\i}">
240<map from="[Iacute]" to="\'{I}">
241<map from="[icirc ]" to="\^{\i}">
242<map from="[Icirc ]" to="\^{I}">
243<map from="[igrave]" to="\`{\i}">
244<map from="[Igrave]" to="\`{I}">
245<map from="[iuml  ]" to='\"{\i}'>
246<map from="[Iuml  ]" to='\"{I}'>
247<map from="[ntilde]" to="\~{n}">
248<map from="[Ntilde]" to="\~{N}">
249<map from="[oacute]" to="\'{o}">
250<map from="[Oacute]" to="\'{O}">
251<map from="[ocirc ]" to="\^{o}">
252<map from="[Ocirc ]" to="\^{O}">
253<map from="[ograve]" to="\`{o}">
254<map from="[Ograve]" to="\`{O}">
255<map from="[oslash]" to="\o{}">
256<map from="[Oslash]" to="\O{}">
257<map from="[otilde]" to="\~{o}">
258<map from="[Otilde]" to="\~{O}">
259<map from="[ouml  ]" to='\"{o}'>
260<map from="[Ouml  ]" to='\"{O}'>
261<map from="[szlig ]" to="\ss{}">
262<map from="[thorn ]" to="th">
263<map from="[THORN ]" to="Th">
264<map from="[uacute]" to="\'{u}">
265<map from="[Uacute]" to="\'{U}">
266<map from="[ucirc ]" to="\^{u}">
267<map from="[Ucirc ]" to="\^{U}">
268<map from="[ugrave]" to="\`{u}">
269<map from="[Ugrave]" to="\`{U}">
270<map from="[uuml  ]" to='\"{u}'>
271<map from="[Uuml  ]" to='\"{U}'>
272<map from="[yacute]" to="\'{y}">
273<map from="[Yacute]" to="\'{Y}">
274<map from="[yuml  ]" to='\"{y}'>
275
276<!-- Added Latin 2 -->
277
278<map from="[abreve]" to="[abreve]"> <!-- =small a, breve -->
279<map from="[Abreve]" to="[Abreve]"> <!-- =capital A, breve -->
280<map from="[amacr ]" to="[amacr ]"> <!-- =small a, macron -->
281<map from="[Amacr ]" to="[Amacr ]"> <!-- =capital A, macron -->
282<map from="[aogon ]" to="[aogon ]"> <!-- =small a, ogonek -->
283<map from="[Aogon ]" to="[Aogon ]"> <!-- =capital A, ogonek -->
284<map from="[cacute]" to="[cacute]"> <!-- =small c, acute accent -->
285<map from="[Cacute]" to="[Cacute]"> <!-- =capital C, acute accent -->
286<map from="[ccaron]" to="[ccaron]"> <!-- =small c, caron -->
287<map from="[Ccaron]" to="[Ccaron]"> <!-- =capital C, caron -->
288<map from="[ccirc ]" to="[ccirc ]"> <!-- =small c, circumflex accent -->
289<map from="[Ccirc ]" to="[Ccirc ]"> <!-- =capital C, circumflex accent -->
290<map from="[cdot  ]" to="[cdot  ]"> <!-- =small c, dot above -->
291<map from="[Cdot  ]" to="[Cdot  ]"> <!-- =capital C, dot above -->
292<map from="[dcaron]" to="[dcaron]"> <!-- =small d, caron -->
293<map from="[Dcaron]" to="[Dcaron]"> <!-- =capital D, caron -->
294<map from="[dstrok]" to="[dstrok]"> <!-- =small d, stroke -->
295<map from="[Dstrok]" to="[Dstrok]"> <!-- =capital D, stroke -->
296<map from="[ecaron]" to="[ecaron]"> <!-- =small e, caron -->
297<map from="[Ecaron]" to="[Ecaron]"> <!-- =capital E, caron -->
298<map from="[edot  ]" to="[edot  ]"> <!-- =small e, dot above -->
299<map from="[Edot  ]" to="[Edot  ]"> <!-- =capital E, dot above -->
300<map from="[emacr ]" to="[emacr ]"> <!-- =small e, macron -->
301<map from="[Emacr ]" to="[Emacr ]"> <!-- =capital E, macron -->
302<map from="[eogon ]" to="[eogon ]"> <!-- =small e, ogonek -->
303<map from="[Eogon ]" to="[Eogon ]"> <!-- =capital E, ogonek -->
304<map from="[gacute]" to="[gacute]"> <!-- =small g, acute accent -->
305<map from="[gbreve]" to="[gbreve]"> <!-- =small g, breve -->
306<map from="[Gbreve]" to="[Gbreve]"> <!-- =capital G, breve -->
307<map from="[Gcedil]" to="[Gcedil]"> <!-- =capital G, cedilla -->
308<map from="[gcirc ]" to="[gcirc ]"> <!-- =small g, circumflex accent -->
309<map from="[Gcirc ]" to="[Gcirc ]"> <!-- =capital G, circumflex accent -->
310<map from="[gdot  ]" to="[gdot  ]"> <!-- =small g, dot above -->
311<map from="[Gdot  ]" to="[Gdot  ]"> <!-- =capital G, dot above -->
312<map from="[hcirc ]" to="[hcirc ]"> <!-- =small h, circumflex accent -->
313<map from="[Hcirc ]" to="[Hcirc ]"> <!-- =capital H, circumflex accent -->
314<map from="[hstrok]" to="[hstrok]"> <!-- =small h, stroke -->
315<map from="[Hstrok]" to="[Hstrok]"> <!-- =capital H, stroke -->
316<map from="[Idot  ]" to="[Idot  ]"> <!-- =capital I, dot above -->
317<map from="[Imacr ]" to="[Imacr ]"> <!-- =capital I, macron -->
318<map from="[imacr ]" to="[imacr ]"> <!-- =small i, macron -->
319<map from="[ijlig ]" to="[ijlig ]"> <!-- =small ij ligature -->
320<map from="[IJlig ]" to="[IJlig ]"> <!-- =capital IJ ligature -->
321<map from="[inodot]" to="[inodot]"> <!-- =small i without dot -->
322<map from="[iogon ]" to="[iogon ]"> <!-- =small i, ogonek -->
323<map from="[Iogon ]" to="[Iogon ]"> <!-- =capital I, ogonek -->
324<map from="[itilde]" to="[itilde]"> <!-- =small i, tilde -->
325<map from="[Itilde]" to="[Itilde]"> <!-- =capital I, tilde -->
326<map from="[jcirc ]" to="[jcirc ]"> <!-- =small j, circumflex accent -->
327<map from="[Jcirc ]" to="[Jcirc ]"> <!-- =capital J, circumflex accent -->
328<map from="[kcedil]" to="[kcedil]"> <!-- =small k, cedilla -->
329<map from="[Kcedil]" to="[Kcedil]"> <!-- =capital K, cedilla -->
330<map from="[kgreen]" to="[kgreen]"> <!-- =small k, Greenlandic -->
331<map from="[lacute]" to="[lacute]"> <!-- =small l, acute accent -->
332<map from="[Lacute]" to="[Lacute]"> <!-- =capital L, acute accent -->
333<map from="[lcaron]" to="[lcaron]"> <!-- =small l, caron -->
334<map from="[Lcaron]" to="[Lcaron]"> <!-- =capital L, caron -->
335<map from="[lcedil]" to="[lcedil]"> <!-- =small l, cedilla -->
336<map from="[Lcedil]" to="[Lcedil]"> <!-- =capital L, cedilla -->
337<map from="[lmidot]" to="[lmidot]"> <!-- =small l, middle dot -->
338<map from="[Lmidot]" to="[Lmidot]"> <!-- =capital L, middle dot -->
339<map from="[lstrok]" to="\l{}">
340<map from="[Lstrok]" to="\L{}">
341<map from="[nacute]" to="[nacute]"> <!-- =small n, acute accent -->
342<map from="[Nacute]" to="[Nacute]"> <!-- =capital N, acute accent -->
343<map from="[eng   ]" to="[eng   ]"> <!-- =small eng, Lapp -->
344<map from="[ENG   ]" to="[ENG   ]"> <!-- =capital ENG, Lapp -->
345<map from="[napos ]" to="[napos ]"> <!-- =small n, apostrophe -->
346<map from="[ncaron]" to="[ncaron]"> <!-- =small n, caron -->
347<map from="[Ncaron]" to="[Ncaron]"> <!-- =capital N, caron -->
348<map from="[ncedil]" to="[ncedil]"> <!-- =small n, cedilla -->
349<map from="[Ncedil]" to="[Ncedil]"> <!-- =capital N, cedilla -->
350<map from="[odblac]" to="[odblac]"> <!-- =small o, double acute accent -->
351<map from="[Odblac]" to="[Odblac]"> <!-- =capital O, double acute accent -->
352<map from="[Omacr ]" to="[Omacr ]"> <!-- =capital O, macron -->
353<map from="[omacr ]" to="[omacr ]"> <!-- =small o, macron -->
354<map from="[oelig ]" to="$\oe$">
355<map from="[OElig ]" to="$\OE$">
356<map from="[racute]" to="[racute]"> <!-- =small r, acute accent -->
357<map from="[Racute]" to="[Racute]"> <!-- =capital R, acute accent -->
358<map from="[rcaron]" to="[rcaron]"> <!-- =small r, caron -->
359<map from="[Rcaron]" to="[Rcaron]"> <!-- =capital R, caron -->
360<map from="[rcedil]" to="[rcedil]"> <!-- =small r, cedilla -->
361<map from="[Rcedil]" to="[Rcedil]"> <!-- =capital R, cedilla -->
362<map from="[sacute]" to="[sacute]"> <!-- =small s, acute accent -->
363<map from="[Sacute]" to="[Sacute]"> <!-- =capital S, acute accent -->
364<map from="[scaron]" to="[scaron]"> <!-- =small s, caron -->
365<map from="[Scaron]" to="[Scaron]"> <!-- =capital S, caron -->
366<map from="[scedil]" to="[scedil]"> <!-- =small s, cedilla -->
367<map from="[Scedil]" to="[Scedil]"> <!-- =capital S, cedilla -->
368<map from="[scirc ]" to="[scirc ]"> <!-- =small s, circumflex accent -->
369<map from="[Scirc ]" to="[Scirc ]"> <!-- =capital S, circumflex accent -->
370<map from="[tcaron]" to="[tcaron]"> <!-- =small t, caron -->
371<map from="[Tcaron]" to="[Tcaron]"> <!-- =capital T, caron -->
372<map from="[tcedil]" to="[tcedil]"> <!-- =small t, cedilla -->
373<map from="[Tcedil]" to="[Tcedil]"> <!-- =capital T, cedilla -->
374<map from="[tstrok]" to="[tstrok]"> <!-- =small t, stroke -->
375<map from="[Tstrok]" to="[Tstrok]"> <!-- =capital T, stroke -->
376<map from="[ubreve]" to="[ubreve]"> <!-- =small u, breve -->
377<map from="[Ubreve]" to="[Ubreve]"> <!-- =capital U, breve -->
378<map from="[udblac]" to="[udblac]"> <!-- =small u, double acute accent -->
379<map from="[Udblac]" to="[Udblac]"> <!-- =capital U, double acute accent -->
380<map from="[umacr ]" to="[umacr ]"> <!-- =small u, macron -->
381<map from="[Umacr ]" to="[Umacr ]"> <!-- =capital U, macron -->
382<map from="[uogon ]" to="[uogon ]"> <!-- =small u, ogonek -->
383<map from="[Uogon ]" to="[Uogon ]"> <!-- =capital U, ogonek -->
384<map from="[uring ]" to="[uring ]"> <!-- =small u, ring -->
385<map from="[Uring ]" to="[Uring ]"> <!-- =capital U, ring -->
386<map from="[utilde]" to="[utilde]"> <!-- =small u, tilde -->
387<map from="[Utilde]" to="[Utilde]"> <!-- =capital U, tilde -->
388<map from="[wcirc ]" to="[wcirc ]"> <!-- =small w, circumflex accent -->
389<map from="[Wcirc ]" to="[Wcirc ]"> <!-- =capital W, circumflex accent -->
390<map from="[ycirc ]" to="[ycirc ]"> <!-- =small y, circumflex accent -->
391<map from="[Ycirc ]" to="[Ycirc ]"> <!-- =capital Y, circumflex accent -->
392<map from="[Yuml  ]" to="[Yuml  ]"> <!-- =capital Y, dieresis or umlaut mark -->
393<map from="[zacute]" to="[zacute]"> <!-- =small z, acute accent -->
394<map from="[Zacute]" to="[Zacute]"> <!-- =capital Z, acute accent -->
395<map from="[zcaron]" to="[zcaron]"> <!-- =small z, caron -->
396<map from="[Zcaron]" to="[Zcaron]"> <!-- =capital Z, caron -->
397<map from="[zdot  ]" to="[zdot  ]"> <!-- =small z, dot above -->
398<map from="[Zdot  ]" to="[Zdot  ]"> <!-- =capital Z, dot above -->
399
400<!-- Greek Letters -->
401
402<map from="[agr   ]" to="$\alpha$">
403<map from="[Agr   ]" to="[Agr   ]"> <!-- =capital Alpha, Greek -->
404<map from="[bgr   ]" to="$\beta$">
405<map from="[Bgr   ]" to="[Bgr   ]"> <!-- =capital Beta, Greek -->
406<map from="[ggr   ]" to="$\gamma$">
407<map from="[Ggr   ]" to="$\Gamma$">
408<map from="[dgr   ]" to="$\delta$">
409<map from="[Dgr   ]" to="$\Delta$">
410<map from="[egr   ]" to="$\epsilon$">
411<map from="[Egr   ]" to="[Egr   ]"> <!-- =capital Epsilon, Greek -->
412<map from="[zgr   ]" to="$\zeta$">
413<map from="[Zgr   ]" to="[Zgr   ]"> <!-- =capital Zeta, Greek -->
414<map from="[eegr  ]" to="$\eta$">
415<map from="[EEgr  ]" to="[EEgr  ]"> <!-- =capital Eta, Greek -->
416<map from="[thgr  ]" to="$\theta$">
417<map from="[THgr  ]" to="[THgr  ]"> <!-- =capital Theta, Greek -->
418<map from="[igr   ]" to="$\iota$">
419<map from="[Igr   ]" to="[Igr   ]"> <!-- =capital Iota, Greek -->
420<map from="[kgr   ]" to="$\kappa$">
421<map from="[Kgr   ]" to="[Kgr   ]"> <!-- =capital Kappa, Greek -->
422<map from="[lgr   ]" to="$\lamda$">
423<map from="[Lgr   ]" to="$\Lambda$">
424<map from="[mgr   ]" to="$\mu$">
425<map from="[Mgr   ]" to="[Mgr   ]"> <!-- =capital Mu, Greek -->
426<map from="[ngr   ]" to="$\nu$">
427<map from="[Ngr   ]" to="[Ngr   ]"> <!-- =capital Nu, Greek -->
428<map from="[xgr   ]" to="$\xi$">
429<map from="[Xgr   ]" to="$\Xi$">
430<map from="[ogr   ]" to="$o$">
431<map from="[Ogr   ]" to="[Ogr   ]"> <!-- =capital Omicron, Greek -->
432<map from="[pgr   ]" to="$\pi$">
433<map from="[Pgr   ]" to="$\Pi$">
434<map from="[rgr   ]" to="$\rho$">
435<map from="[Rgr   ]" to="[Rgr   ]"> <!-- =capital Rho, Greek -->
436<map from="[sgr   ]" to="$\sigma$">
437<map from="[Sgr   ]" to="$\Sigma$">
438<map from="[sfgr  ]" to="[sfgr  ]"> <!-- =final small sigma, Greek -->
439<map from="[tgr   ]" to="$\tau$">
440<map from="[Tgr   ]" to="[Tgr   ]"> <!-- =capital Tau, Greek -->
441<map from="[ugr   ]" to="$\upsilon$">
442<map from="[Ugr   ]" to="$\Upsilon$">
443<map from="[phgr  ]" to="$\phi$">
444<map from="[PHgr  ]" to="$\Phi$">
445<map from="[khgr  ]" to="$\chi$">
446<map from="[KHgr  ]" to="[KHgr  ]"> <!-- =capital Chi, Greek -->
447<map from="[psgr  ]" to="$\psi$">
448<map from="[PSgr  ]" to="$\Psi$">
449<map from="[ohgr  ]" to="$\omega$">
450<map from="[OHgr  ]" to="$\Omega$">
451
452<!-- Greek Symbols -->
453
454<map from="[alpha ]" to="$\alpha$">
455<map from="[beta  ]" to="$\beta$">
456<map from="[gamma ]" to="$\gamma$">
457<map from="[Gamma ]" to="$\Gamma$">
458<map from="[gammad]" to="[gammad]"> <!-- /digamma -->
459<map from="[delta ]" to="$\delta$">
460<map from="[Delta ]" to="$\Delta$">
461<map from="[epsi  ]" to="$\epsilon$">
462<map from="[epsiv ]" to="$\varepsilon$">
463<map from="[epsis ]" to="$\epsilon$">
464<map from="[zeta  ]" to="$\zeta$">
465<map from="[eta   ]" to="$\eta$">
466<map from="[thetas]" to="$\theta$">
467<map from="[Theta ]" to="$\Theta$">
468<map from="[thetav]" to="$\vartheta$">
469<map from="[iota  ]" to="$\iota$">
470<map from="[kappa ]" to="$\kappa$">
471<map from="[kappav]" to="[kappav]"> <!-- /varkappa -->
472<map from="[lambda]" to="$\lamda$">
473<map from="[Lambda]" to="$\Lambda$">
474<map from="[mu    ]" to="$\mu$">
475<map from="[nu    ]" to="$\nu$">
476<map from="[xi    ]" to="$\zi$">
477<map from="[Xi    ]" to="$\Xi$">
478<map from="[pi    ]" to="$\pi$">
479<map from="[piv   ]" to="$\varpi$">
480<map from="[Pi    ]" to="$\Pi$">
481<map from="[rho   ]" to="$\rho$">
482<map from="[rhov  ]" to="$\varrho$">
483<map from="[sigma ]" to="$\sigma$">
484<map from="[Sigma ]" to="$\Sigma$">
485<map from="[sigmav]" to="$\varsigma$">
486<map from="[tau   ]" to="$\tau$">
487<map from="[upsi  ]" to="$\upsilon$">
488<map from="[Upsi  ]" to="$\Upsilon$">
489<map from="[phis  ]" to="$\phi$">
490<map from="[Phi   ]" to="$\phi$">
491<map from="[phiv  ]" to="$\varphi$">
492<map from="[chi   ]" to="$\chi$">
493<map from="[psi   ]" to="$\psi$">
494<map from="[Psi   ]" to="$\Psi$">
495<map from="[omega ]" to="$\omega$">
496<map from="[Omega ]" to="$\Omega$">
497
498<!-- General Technical -->
499
500<map from="[aleph ]" to="$\aleph$">
501<map from="[and   ]" to="$\wedge$">
502<map from="[ang90 ]" to="[ang90 ]"> <!-- =right (90 degree) angle -->
503<map from="[angsph]" to="[angsph]"> <!-- /sphericalangle =angle-spherical -->
504<map from="[ap    ]" to="$\approx$">
505<map from="[becaus]" to="[becaus]"> <!-- /because R: =because -->
506<map from="[bottom]" to="[bottom]"> <!-- /bot B: =perpendicular -->
507<map from="[cap   ]" to="$\cap$">
508<map from="[cong  ]" to="[cong  ]"> <!-- /cong R: =congruent with -->
509<map from="[conint]" to="[conint]"> <!-- /oint L: =contour integral operator -->
510<map from="[cup   ]" to="$\cup$">
511<map from="[equiv ]" to="$\equiv$">
512<map from="[exist ]" to="$\exists$">
513<map from="[forall]" to="$\forall$">
514<map from="[fnof  ]" to="[fnof  ]"> <!-- =function of (italic small f) -->
515<map from="[ge    ]" to="$\ge$">
516<map from="[iff   ]" to="$\iff$">
517<map from="[infin ]" to="$\infty$">
518<map from="[int   ]" to="$\int$">
519<map from="[isin  ]" to="$\in$">
520<map from="[lang  ]" to="$\langle$">
521<map from="[lArr  ]" to="$\Leftarrow$">
522<map from="[le    ]" to="$\le$">
523<map from="[minus ]" to="$\-$">
524<map from="[mnplus]" to="$\mp$">
525<map from="[nabla ]" to="$\nabla$">
526<map from="[ne    ]" to="$\ne$">
527<map from="[ni    ]" to="$\ni$">
528<map from="[or    ]" to="$\vee$">
529<map from="[par   ]" to="$\vert$">
530<map from="[part  ]" to="$\partial$">
531<map from="[permil]" to="[permil]"> <!-- =per thousand -->
532<map from="[perp  ]" to="$\perp$">
533<map from="[prime ]" to="\prime{}">
534<map from="[Prime ]" to="[Prime ]"> <!-- =double prime or second -->
535<map from="[prop  ]" to="[prop  ]"> <!-- /propto R: =is proportional to -->
536<map from="[radic ]" to="[radic ]"> <!-- /surd =radical -->
537<map from="[rang  ]" to="[rang  ]"> <!-- /rangle C: =right angle bracket -->
538<map from="[rArr  ]" to="$\Rightarrow$">
539<map from="[sim   ]" to="$\sim$">
540<map from="[sime  ]" to="$\simeq$">
541<map from="[square]" to="[square]"> <!-- /square B: =square -->
542<map from="[sub   ]" to="$\subset$">
543<map from="[sube  ]" to="$\subseteq$">
544<map from="[sup   ]" to="$\supset$">
545<map from="[supe  ]" to="$\supseteq$">
546<map from="[there4]" to="[there4]"> <!-- /therefore R: =therefore -->
547<map from="[Verbar]" to="$\|$">
548<map from="[angst ]" to="[angst ]"> <!-- Angstrom =capital A, ring -->
549<map from="[bernou]" to="[bernou]"> <!-- Bernoulli function (script capital B) -->
550<map from="[compfn]" to="[compfn]"> <!-- B: composite function (small circle) -->
551<map from="[Dot   ]" to="[Dot   ]"> <!-- =dieresis or umlaut mark -->
552<map from="[DotDot]" to="[DotDot]"> <!-- four dots above -->
553<map from="[hamilt]" to="[hamilt]"> <!-- Hamiltonian (script capital H) -->
554<map from="[lagran]" to="[lagran]"> <!-- Lagrangian (script capital L) -->
555<map from="[lowast]" to="[lowast]"> <!-- low asterisk -->
556<map from="[notin ]" to="[notin ]"> <!-- N: negated set membership -->
557<map from="[order ]" to="[order ]"> <!-- order of (script small o) -->
558<map from="[phmmat]" to="[phmmat]"> <!-- physics M-matrix (script capital M) -->
559<map from="[tdot  ]" to="[tdot  ]"> <!-- three dots above -->
560<map from="[tprime]" to="[tprime]"> <!-- triple prime -->
561<map from="[wedgeq]" to="[wedgeq]"> <!-- R: corresponds to (wedge, equals) -->
562
563<!-- Diacritical Marks -->
564
565<map from="[acute ]" to="\'{}">
566<map from="[breve ]" to="\u{}">
567<map from="[caron ]" to="[caron ]"> <!-- =caron -- >
568<map from="[cedil ]" to="\c{}">
569<map from="[circ  ]" to="\^{}">
570<map from="[dblac ]" to="[dblac ]"> <!-- =double acute accent -->
571<map from="[die   ]" to='\"{}'>
572<map from="[dot   ]" to="\.{}">
573<map from="[grave ]" to="\`{}">
574<map from="[macr  ]" to="\={}">
575<map from="[ogon  ]" to="[ogon  ]"> <!-- =ogonek -->
576<map from="[ring  ]" to="\accent23">
577<map from="[tilde ]" to="\~{}">
578<map from="[uml   ]" to='\"{}'>
579