Remove linuxdoc to latex support.
This commit is contained in:
parent
bd7ecfc044
commit
9f944c1498
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25633
@ -1,8 +1,7 @@
|
|||||||
# $Id$
|
# $Id: Makefile,v 1.4 1997/02/22 13:56:25 peter Exp $
|
||||||
|
|
||||||
FILES= roff.cmap roff.sdata linuxdoc-roff.ts
|
FILES= roff.cmap roff.sdata linuxdoc-roff.ts
|
||||||
FILES+= html.cmap html.sdata linuxdoc-html.ts
|
FILES+= html.cmap html.sdata linuxdoc-html.ts
|
||||||
FILES+= latex.cmap latex.sdata linuxdoc-latex.ts
|
|
||||||
FILES+= docbook-html.ts
|
FILES+= docbook-html.ts
|
||||||
FILES+= transpec.dtd
|
FILES+= transpec.dtd
|
||||||
NOOBJ= noobj
|
NOOBJ= noobj
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
<!--
|
|
||||||
|
|
||||||
$Id$
|
|
||||||
|
|
||||||
Copyright (c) 1994
|
|
||||||
Open Software Foundation, Inc.
|
|
||||||
|
|
||||||
Permission is hereby granted to use, copy, modify and freely distribute
|
|
||||||
the software in this file and its documentation for any purpose without
|
|
||||||
fee, provided that the above copyright notice appears in all copies and
|
|
||||||
that both the copyright notice and this permission notice appear in
|
|
||||||
supporting documentation. Further, provided that the name of Open
|
|
||||||
Software Foundation, Inc. ("OSF") not be used in advertising or
|
|
||||||
publicity pertaining to distribution of the software without prior
|
|
||||||
written permission from OSF. OSF makes no representations about the
|
|
||||||
suitability of this software for any purpose. It is provided "as is"
|
|
||||||
without express or implied warranty.
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Character strings to map for TeX. -->
|
|
||||||
|
|
||||||
<map from="\" to="$\backslash{}$">
|
|
||||||
<map from="[" to="\lbrack{}">
|
|
||||||
<map from="]" to="\rbrack{}">
|
|
||||||
<map from="{" to="\{">
|
|
||||||
<map from="}" to="\}">
|
|
||||||
<map from="%" to="\%">
|
|
||||||
<map from="#" to="\#">
|
|
||||||
<map from="$" to="\$">
|
|
||||||
<map from="&" to="\&">
|
|
||||||
<map from="~" to="\~{}">
|
|
||||||
<map from="_" to="\_{}">
|
|
||||||
<map from="^" to="\^{}">
|
|
||||||
<map from="|" to="$\vert$">
|
|
@ -1,578 +0,0 @@
|
|||||||
<!--
|
|
||||||
|
|
||||||
$Id$
|
|
||||||
|
|
||||||
Copyright (c) 1994
|
|
||||||
Open Software Foundation, Inc.
|
|
||||||
|
|
||||||
Permission is hereby granted to use, copy, modify and freely distribute
|
|
||||||
the software in this file and its documentation for any purpose without
|
|
||||||
fee, provided that the above copyright notice appears in all copies and
|
|
||||||
that both the copyright notice and this permission notice appear in
|
|
||||||
supporting documentation. Further, provided that the name of Open
|
|
||||||
Software Foundation, Inc. ("OSF") not be used in advertising or
|
|
||||||
publicity pertaining to distribution of the software without prior
|
|
||||||
written permission from OSF. OSF makes no representations about the
|
|
||||||
suitability of this software for any purpose. It is provided "as is"
|
|
||||||
without express or implied warranty.
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!--
|
|
||||||
|
|
||||||
SDATA entity mappings to TeX instructions.
|
|
||||||
sgmls outputs sdata references in the form: \|[mdash ]\|
|
|
||||||
|
|
||||||
I found most of these from the LaTeX and TeX books. I found a few on
|
|
||||||
various places around the net.
|
|
||||||
|
|
||||||
J.Bowe, 1993
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Numeric and Special Graphic -->
|
|
||||||
|
|
||||||
<map from="[half ]" to="$\scriptstyle{1\over2}$">
|
|
||||||
<map from="[frac12]" to="$\frac{1}{2}$">
|
|
||||||
<map from="[frac14]" to="$\frac{1}{4}$">
|
|
||||||
<map from="[frac34]" to="$\frac{3}{4}$">
|
|
||||||
<map from="[frac18]" to="$\frac{1}{8}$">
|
|
||||||
<map from="[frac38]" to="$\frac{3}{8}$">
|
|
||||||
<map from="[frac58]" to="$\frac{5}{8}$">
|
|
||||||
<map from="[frac78]" to="$\frac{7}{8}$">
|
|
||||||
|
|
||||||
<map from="[sup1 ]" to="$^1$">
|
|
||||||
<map from="[sup2 ]" to="$^2$">
|
|
||||||
<map from="[sup3 ]" to="$^3$">
|
|
||||||
|
|
||||||
<map from="[plus ]" to="$+$">
|
|
||||||
<map from="[plusmn]" to="$\pm$">
|
|
||||||
<map from="[lt ]" to="$<$">
|
|
||||||
<map from="[equals]" to="$=$">
|
|
||||||
<map from="[gt ]" to="$>$">
|
|
||||||
<map from="[divide]" to="$\div$">
|
|
||||||
<map from="[times ]" to="$\times$">
|
|
||||||
|
|
||||||
<map from="[curren]" to="[curren]">
|
|
||||||
<map from="[pound ]" to="\pounds{}">
|
|
||||||
<map from="[dollar]" to="\$">
|
|
||||||
<map from="[cent ]" to="\hbox{\rm\rlap\/c}">
|
|
||||||
<map from="[yen ]" to="[yen]">
|
|
||||||
|
|
||||||
<map from="[num ]" to="\#{}">
|
|
||||||
<map from="[percnt]" to="\%">
|
|
||||||
<map from="[amp ]" to="\&">
|
|
||||||
<map from="[ast ]" to="{*}">
|
|
||||||
<map from="[commat]" to="@">
|
|
||||||
<map from="[lsqb ]" to="$\lbrack$">
|
|
||||||
<map from="[bsol ]" to="$\backslash$">
|
|
||||||
<map from="[rsqb ]" to="$\rbrack$">
|
|
||||||
<map from="[lcub ]" to="$\lbrace$">
|
|
||||||
<map from="[horbar]" to="{--}">
|
|
||||||
<map from="[verbar]" to="$|$">
|
|
||||||
<map from="[rcub ]" to="$\rbrace$">
|
|
||||||
<map from="[micro ]" to="$\mu$">
|
|
||||||
<map from="[ohm ]" to="$\Omega$">
|
|
||||||
<map from="[deg ]" to="$^\circ$">
|
|
||||||
<map from="[ordm ]" to="[ordm]">
|
|
||||||
<map from="[ordf ]" to="[ordf]">
|
|
||||||
<map from="[sect ]" to="\S{}">
|
|
||||||
<map from="[para ]" to="\P{}">
|
|
||||||
<map from="[middot]" to="$\cdot$">
|
|
||||||
<map from="[larr ]" to="$\leftarrow$">
|
|
||||||
<map from="[rarr ]" to="$\rightarrow$">
|
|
||||||
<map from="[uarr ]" to="$\uparrrow$">
|
|
||||||
<map from="[darr ]" to="$\downarrrow$">
|
|
||||||
<map from="[copy ]" to="\copyright{}">
|
|
||||||
<map from="[reg ]" to="\ooalign{\hfil\raise.07ex\hbox{r}\hfil\crcr\mathhexbox20D}">
|
|
||||||
<map from="[trade ]" to="{$\sp{TM}$}">
|
|
||||||
<map from="[brvbar]" to="[brvbar]">
|
|
||||||
<map from="[not ]" to="$\neg$">
|
|
||||||
<map from="[sung ]" to="[sung]">
|
|
||||||
|
|
||||||
<map from="[excl ]" to="!">
|
|
||||||
<map from="[iexcl ]" to="{!`}">
|
|
||||||
<map from="[quot ]" to='{\tt\char`\"}'>
|
|
||||||
<map from="[apos ]" to="'">
|
|
||||||
<map from="[lpar ]" to="(">
|
|
||||||
<map from="[rpar ]" to=")">
|
|
||||||
<map from="[comma ]" to=",">
|
|
||||||
<map from="[lowbar]" to="\_">
|
|
||||||
<map from="[hyphen]" to="-">
|
|
||||||
<map from="[period]" to=".">
|
|
||||||
<map from="[sol ]" to="\/">
|
|
||||||
<map from="[colon ]" to=":">
|
|
||||||
<map from="[semi ]" to=";">
|
|
||||||
<map from="[quest ]" to="?">
|
|
||||||
<map from="[iquest]" to="{?`}">
|
|
||||||
<map from="[laquo ]" to="\laquo{}">
|
|
||||||
<map from="[raquo ]" to="\raquo{}">
|
|
||||||
<map from="[lsquo ]" to="{`}">
|
|
||||||
<map from="[rsquo ]" to="{'}">
|
|
||||||
<map from="[ldquo ]" to="{``}">
|
|
||||||
<map from="[rdquo ]" to="{''}">
|
|
||||||
<map from="[nbsp ]" to="~">
|
|
||||||
<map from="[shy ]" to="\-">
|
|
||||||
|
|
||||||
<!-- Publishing -->
|
|
||||||
|
|
||||||
<map from="[emsp ]" to="\hskip1em">
|
|
||||||
<map from="[ensp ]" to="\hskip0.5em">
|
|
||||||
<map from="[emsp3 ]" to="\hskip0.33333em">
|
|
||||||
<map from="[emsp4 ]" to="\hskip0.25em">
|
|
||||||
<map from="[numsp ]" to="\hskip0.5em">
|
|
||||||
<map from="[puncsp]" to="\hskip0.25em">
|
|
||||||
<map from="[thinsp]" to="\hskip0.16667em">
|
|
||||||
<map from="[hairsp]" to="\hskip0.08333em">
|
|
||||||
<map from="[mdash ]" to="{---}">
|
|
||||||
<map from="[ndash ]" to="{--}">
|
|
||||||
<map from="[dash ]" to="{-}">
|
|
||||||
<map from="[blank ]" to="\ ">
|
|
||||||
<map from="[hellip]" to="$\ldots$">
|
|
||||||
<map from="[nldr ]" to="[nldr]">
|
|
||||||
<map from="[frac13]" to="$\frac{1}{3}$">
|
|
||||||
<map from="[frac23]" to="$\frac{2}{3}$">
|
|
||||||
<map from="[frac15]" to="$\frac{1}{5}$">
|
|
||||||
<map from="[frac25]" to="$\frac{2}{5}$">
|
|
||||||
<map from="[frac35]" to="$\frac{3}{5}$">
|
|
||||||
<map from="[frac45]" to="$\frac{4}{5}$">
|
|
||||||
<map from="[frac16]" to="$\frac{1}{6}$">
|
|
||||||
<map from="[frac56]" to="$\frac{5}{6}$">
|
|
||||||
|
|
||||||
<map from="[incar ]" to="[incar ]"> <!-- =in-care-of symbol -->
|
|
||||||
<map from="[block ]" to="[block ]"> <!-- =full block -->
|
|
||||||
<map from="[uhblk ]" to="[uhblk ]"> <!-- =upper half block -->
|
|
||||||
<map from="[lhblk ]" to="[lhblk ]"> <!-- =lower half block -- >
|
|
||||||
<map from="[blk14 ]" to="[blk14 ]"> <!-- =25% shaded block -- >
|
|
||||||
<map from="[blk12 ]" to="[blk12 ]"> <!-- =50% shaded block -- >
|
|
||||||
<map from="[blk34 ]" to="[blk34 ]"> <!-- =75% shaded block -- >
|
|
||||||
<map from="[marker]" to="[marker]"> <!-- =histogram marker -- >
|
|
||||||
<map from="[cir ]" to="$\bigcirc$">
|
|
||||||
<map from="[squ ]" to="[squ ]"> <!-- =square, open -->
|
|
||||||
<map from="[rect ]" to="[rect ]"> <!-- =rectangle, open -->
|
|
||||||
<map from="[utri ]" to="$\bigtriangleup$">
|
|
||||||
<map from="[dtri ]" to="$\bigtriangledown$">
|
|
||||||
<map from="[star ]" to="[star ]"> <!-- =star, open -->
|
|
||||||
<map from="[bull ]" to="$\bullet$">
|
|
||||||
<map from="[squf ]" to="{\vrule height .9ex width .8ex depth -.1ex}">
|
|
||||||
<map from="[utrif ]" to="[utrif ]"> <!-- /blacktriangle =up tri, filled -->
|
|
||||||
<map from="[dtrif ]" to="[dtrif ]"> <!-- /blacktriangledown =dn tri, filled -->
|
|
||||||
<map from="[ltrif ]" to="[ltrif ]"> <!-- /blacktriangleleft R: =l tri, filled -->
|
|
||||||
<map from="[rtrif ]" to="[rtrif ]"> <!-- /blacktriangleright R: =r tri, filled -->
|
|
||||||
<map from="[clubs ]" to="$\clubsuit$">
|
|
||||||
<map from="[diams ]" to="$\diamondsuit$">
|
|
||||||
<map from="[hearts]" to="$\heartsuit$">
|
|
||||||
<map from="[spades]" to="$\spadesuit$">
|
|
||||||
<map from="[malt ]" to="[malt ]"> <!-- /maltese =maltese cross -->
|
|
||||||
<map from="[dagger]" to="$\daggar$">
|
|
||||||
<map from="[Dagger]" to="$\ddaggar$">
|
|
||||||
<map from="[check ]" to="$\surd$">
|
|
||||||
<map from="[ballot]" to="$\times$">
|
|
||||||
<map from="[sharp ]" to="$\sharp$">
|
|
||||||
<map from="[flat ]" to="$\flat$">
|
|
||||||
<map from="[male ]" to="$\bigcirc^{\mkern-5.5mu\raise.5ex\hbox{$\nearrow$}}$">
|
|
||||||
<map from="[female]" to="$\bigcirc\mkern-15.64mu\lower1.75ex\hbox{+}$">
|
|
||||||
<map from="[phone ]" to="[phone]">
|
|
||||||
<map from="[telrec]" to="[telrec]"> <!-- =telephone recorder symbol -->
|
|
||||||
<map from="[copysr]" to="[copysr]"> <!-- =sound recording copyright sign -->
|
|
||||||
<map from="[caret ]" to="\char94">
|
|
||||||
<map from="[lsquor]" to="\lsquor{}">
|
|
||||||
<map from="[ldquor]" to="\lsquor{}">
|
|
||||||
|
|
||||||
<map from="[fflig ]" to="{ff}">
|
|
||||||
<map from="[filig ]" to="{fi}">
|
|
||||||
<map from="[fjlig ]" to="{fj}">
|
|
||||||
<map from="[ffilig]" to="{ffi}">
|
|
||||||
<map from="[ffllig]" to="{ffl}">
|
|
||||||
<map from="[fllig ]" to="{fl}">
|
|
||||||
|
|
||||||
<map from="[mldr ]" to="[mldr]">
|
|
||||||
<map from="[rdquor]" to="{''}">
|
|
||||||
<map from="[rsquor]" to="{'}">
|
|
||||||
<map from="[vellip]" to="$\vdots$">
|
|
||||||
|
|
||||||
<map from="[hybull]" to="{\vrule height .6ex width .8ex depth -.4ex}">
|
|
||||||
<map from="[loz ]" to="[loz ]"> <!-- /lozenge - lozenge or total mark -->
|
|
||||||
<map from="[lozf ]" to="[lozf ]"> <!-- /blacklozenge - lozenge, filled -->
|
|
||||||
<map from="[ltri ]" to="$\triangleleft$">
|
|
||||||
<map from="[rtri ]" to="$\triangleright$">
|
|
||||||
<map from="[starf ]" to="$\star$">
|
|
||||||
|
|
||||||
<map from="[natur ]" to="$\natural$">
|
|
||||||
<map from="[rx ]" to="[Rx]">
|
|
||||||
<map from="[sext ]" to="[sext ]"> <!-- sextile (6-pointed star) -->
|
|
||||||
|
|
||||||
<map from="[target]" to='$\mathchar"2208$'>
|
|
||||||
<map from="[dlcrop]" to="[dlcrop]"> <!-- downward left crop mark -->
|
|
||||||
<map from="[drcrop]" to="[drcrop]"> <!-- downward right crop mark -->
|
|
||||||
<map from="[ulcrop]" to="[ulcrop]"> <!-- upward left crop mark -->
|
|
||||||
<map from="[urcrop]" to="[urcrop]"> <!-- upward right crop mark -->
|
|
||||||
|
|
||||||
<!-- Added Latin 1 -->
|
|
||||||
|
|
||||||
<map from="[aacute]" to="\'{a}">
|
|
||||||
<map from="[Aacute]" to="\'{A}">
|
|
||||||
<map from="[acirc ]" to="\^{a}">
|
|
||||||
<map from="[Acirc ]" to="\^{A}">
|
|
||||||
<map from="[agrave]" to="\`{a}">
|
|
||||||
<map from="[Agrave]" to="\`{A}">
|
|
||||||
<map from="[aring ]" to="\aa{}">
|
|
||||||
<map from="[Aring ]" to="\AA{}">
|
|
||||||
<map from="[atilde]" to="\~{a}">
|
|
||||||
<map from="[Atilde]" to="\~{A}">
|
|
||||||
<map from="[auml ]" to='\"{a}'>
|
|
||||||
<map from="[Auml ]" to='\"{A}'>
|
|
||||||
<map from="[aelig ]" to="\ae{}">
|
|
||||||
<map from="[AElig ]" to="\AE{}">
|
|
||||||
<map from="[ccedil]" to="\c{c}">
|
|
||||||
<map from="[Ccedil]" to="\c{C}">
|
|
||||||
<map from="[eth ]" to="$\partial$">
|
|
||||||
<map from="[ETH ]" to="\hbox{\rlap{\raise.3ex\hbox{--}}D}">
|
|
||||||
<map from="[eacute]" to="\'{e}">
|
|
||||||
<map from="[Eacute]" to="\'{E}">
|
|
||||||
<map from="[ecirc ]" to="\^{e}">
|
|
||||||
<map from="[Ecirc ]" to="\^{E}">
|
|
||||||
<map from="[egrave]" to="\`{e}">
|
|
||||||
<map from="[Egrave]" to="\`{E}">
|
|
||||||
<map from="[euml ]" to='\"{e}'>
|
|
||||||
<map from="[Euml ]" to='\"{E}'>
|
|
||||||
<map from="[iacute]" to="\'{\i}">
|
|
||||||
<map from="[Iacute]" to="\'{I}">
|
|
||||||
<map from="[icirc ]" to="\^{\i}">
|
|
||||||
<map from="[Icirc ]" to="\^{I}">
|
|
||||||
<map from="[igrave]" to="\`{\i}">
|
|
||||||
<map from="[Igrave]" to="\`{I}">
|
|
||||||
<map from="[iuml ]" to='\"{\i}'>
|
|
||||||
<map from="[Iuml ]" to='\"{I}'>
|
|
||||||
<map from="[ntilde]" to="\~{n}">
|
|
||||||
<map from="[Ntilde]" to="\~{N}">
|
|
||||||
<map from="[oacute]" to="\'{o}">
|
|
||||||
<map from="[Oacute]" to="\'{O}">
|
|
||||||
<map from="[ocirc ]" to="\^{o}">
|
|
||||||
<map from="[Ocirc ]" to="\^{O}">
|
|
||||||
<map from="[ograve]" to="\`{o}">
|
|
||||||
<map from="[Ograve]" to="\`{O}">
|
|
||||||
<map from="[oslash]" to="\o{}">
|
|
||||||
<map from="[Oslash]" to="\O{}">
|
|
||||||
<map from="[otilde]" to="\~{o}">
|
|
||||||
<map from="[Otilde]" to="\~{O}">
|
|
||||||
<map from="[ouml ]" to='\"{o}'>
|
|
||||||
<map from="[Ouml ]" to='\"{O}'>
|
|
||||||
<map from="[szlig ]" to="\ss{}">
|
|
||||||
<map from="[thorn ]" to="th">
|
|
||||||
<map from="[THORN ]" to="Th">
|
|
||||||
<map from="[uacute]" to="\'{u}">
|
|
||||||
<map from="[Uacute]" to="\'{U}">
|
|
||||||
<map from="[ucirc ]" to="\^{u}">
|
|
||||||
<map from="[Ucirc ]" to="\^{U}">
|
|
||||||
<map from="[ugrave]" to="\`{u}">
|
|
||||||
<map from="[Ugrave]" to="\`{U}">
|
|
||||||
<map from="[uuml ]" to='\"{u}'>
|
|
||||||
<map from="[Uuml ]" to='\"{U}'>
|
|
||||||
<map from="[yacute]" to="\'{y}">
|
|
||||||
<map from="[Yacute]" to="\'{Y}">
|
|
||||||
<map from="[yuml ]" to='\"{y}'>
|
|
||||||
|
|
||||||
<!-- Added Latin 2 -->
|
|
||||||
|
|
||||||
<map from="[abreve]" to="[abreve]"> <!-- =small a, breve -->
|
|
||||||
<map from="[Abreve]" to="[Abreve]"> <!-- =capital A, breve -->
|
|
||||||
<map from="[amacr ]" to="[amacr ]"> <!-- =small a, macron -->
|
|
||||||
<map from="[Amacr ]" to="[Amacr ]"> <!-- =capital A, macron -->
|
|
||||||
<map from="[aogon ]" to="[aogon ]"> <!-- =small a, ogonek -->
|
|
||||||
<map from="[Aogon ]" to="[Aogon ]"> <!-- =capital A, ogonek -->
|
|
||||||
<map from="[cacute]" to="[cacute]"> <!-- =small c, acute accent -->
|
|
||||||
<map from="[Cacute]" to="[Cacute]"> <!-- =capital C, acute accent -->
|
|
||||||
<map from="[ccaron]" to="[ccaron]"> <!-- =small c, caron -->
|
|
||||||
<map from="[Ccaron]" to="[Ccaron]"> <!-- =capital C, caron -->
|
|
||||||
<map from="[ccirc ]" to="[ccirc ]"> <!-- =small c, circumflex accent -->
|
|
||||||
<map from="[Ccirc ]" to="[Ccirc ]"> <!-- =capital C, circumflex accent -->
|
|
||||||
<map from="[cdot ]" to="[cdot ]"> <!-- =small c, dot above -->
|
|
||||||
<map from="[Cdot ]" to="[Cdot ]"> <!-- =capital C, dot above -->
|
|
||||||
<map from="[dcaron]" to="[dcaron]"> <!-- =small d, caron -->
|
|
||||||
<map from="[Dcaron]" to="[Dcaron]"> <!-- =capital D, caron -->
|
|
||||||
<map from="[dstrok]" to="[dstrok]"> <!-- =small d, stroke -->
|
|
||||||
<map from="[Dstrok]" to="[Dstrok]"> <!-- =capital D, stroke -->
|
|
||||||
<map from="[ecaron]" to="[ecaron]"> <!-- =small e, caron -->
|
|
||||||
<map from="[Ecaron]" to="[Ecaron]"> <!-- =capital E, caron -->
|
|
||||||
<map from="[edot ]" to="[edot ]"> <!-- =small e, dot above -->
|
|
||||||
<map from="[Edot ]" to="[Edot ]"> <!-- =capital E, dot above -->
|
|
||||||
<map from="[emacr ]" to="[emacr ]"> <!-- =small e, macron -->
|
|
||||||
<map from="[Emacr ]" to="[Emacr ]"> <!-- =capital E, macron -->
|
|
||||||
<map from="[eogon ]" to="[eogon ]"> <!-- =small e, ogonek -->
|
|
||||||
<map from="[Eogon ]" to="[Eogon ]"> <!-- =capital E, ogonek -->
|
|
||||||
<map from="[gacute]" to="[gacute]"> <!-- =small g, acute accent -->
|
|
||||||
<map from="[gbreve]" to="[gbreve]"> <!-- =small g, breve -->
|
|
||||||
<map from="[Gbreve]" to="[Gbreve]"> <!-- =capital G, breve -->
|
|
||||||
<map from="[Gcedil]" to="[Gcedil]"> <!-- =capital G, cedilla -->
|
|
||||||
<map from="[gcirc ]" to="[gcirc ]"> <!-- =small g, circumflex accent -->
|
|
||||||
<map from="[Gcirc ]" to="[Gcirc ]"> <!-- =capital G, circumflex accent -->
|
|
||||||
<map from="[gdot ]" to="[gdot ]"> <!-- =small g, dot above -->
|
|
||||||
<map from="[Gdot ]" to="[Gdot ]"> <!-- =capital G, dot above -->
|
|
||||||
<map from="[hcirc ]" to="[hcirc ]"> <!-- =small h, circumflex accent -->
|
|
||||||
<map from="[Hcirc ]" to="[Hcirc ]"> <!-- =capital H, circumflex accent -->
|
|
||||||
<map from="[hstrok]" to="[hstrok]"> <!-- =small h, stroke -->
|
|
||||||
<map from="[Hstrok]" to="[Hstrok]"> <!-- =capital H, stroke -->
|
|
||||||
<map from="[Idot ]" to="[Idot ]"> <!-- =capital I, dot above -->
|
|
||||||
<map from="[Imacr ]" to="[Imacr ]"> <!-- =capital I, macron -->
|
|
||||||
<map from="[imacr ]" to="[imacr ]"> <!-- =small i, macron -->
|
|
||||||
<map from="[ijlig ]" to="[ijlig ]"> <!-- =small ij ligature -->
|
|
||||||
<map from="[IJlig ]" to="[IJlig ]"> <!-- =capital IJ ligature -->
|
|
||||||
<map from="[inodot]" to="[inodot]"> <!-- =small i without dot -->
|
|
||||||
<map from="[iogon ]" to="[iogon ]"> <!-- =small i, ogonek -->
|
|
||||||
<map from="[Iogon ]" to="[Iogon ]"> <!-- =capital I, ogonek -->
|
|
||||||
<map from="[itilde]" to="[itilde]"> <!-- =small i, tilde -->
|
|
||||||
<map from="[Itilde]" to="[Itilde]"> <!-- =capital I, tilde -->
|
|
||||||
<map from="[jcirc ]" to="[jcirc ]"> <!-- =small j, circumflex accent -->
|
|
||||||
<map from="[Jcirc ]" to="[Jcirc ]"> <!-- =capital J, circumflex accent -->
|
|
||||||
<map from="[kcedil]" to="[kcedil]"> <!-- =small k, cedilla -->
|
|
||||||
<map from="[Kcedil]" to="[Kcedil]"> <!-- =capital K, cedilla -->
|
|
||||||
<map from="[kgreen]" to="[kgreen]"> <!-- =small k, Greenlandic -->
|
|
||||||
<map from="[lacute]" to="[lacute]"> <!-- =small l, acute accent -->
|
|
||||||
<map from="[Lacute]" to="[Lacute]"> <!-- =capital L, acute accent -->
|
|
||||||
<map from="[lcaron]" to="[lcaron]"> <!-- =small l, caron -->
|
|
||||||
<map from="[Lcaron]" to="[Lcaron]"> <!-- =capital L, caron -->
|
|
||||||
<map from="[lcedil]" to="[lcedil]"> <!-- =small l, cedilla -->
|
|
||||||
<map from="[Lcedil]" to="[Lcedil]"> <!-- =capital L, cedilla -->
|
|
||||||
<map from="[lmidot]" to="[lmidot]"> <!-- =small l, middle dot -->
|
|
||||||
<map from="[Lmidot]" to="[Lmidot]"> <!-- =capital L, middle dot -->
|
|
||||||
<map from="[lstrok]" to="\l{}">
|
|
||||||
<map from="[Lstrok]" to="\L{}">
|
|
||||||
<map from="[nacute]" to="[nacute]"> <!-- =small n, acute accent -->
|
|
||||||
<map from="[Nacute]" to="[Nacute]"> <!-- =capital N, acute accent -->
|
|
||||||
<map from="[eng ]" to="[eng ]"> <!-- =small eng, Lapp -->
|
|
||||||
<map from="[ENG ]" to="[ENG ]"> <!-- =capital ENG, Lapp -->
|
|
||||||
<map from="[napos ]" to="[napos ]"> <!-- =small n, apostrophe -->
|
|
||||||
<map from="[ncaron]" to="[ncaron]"> <!-- =small n, caron -->
|
|
||||||
<map from="[Ncaron]" to="[Ncaron]"> <!-- =capital N, caron -->
|
|
||||||
<map from="[ncedil]" to="[ncedil]"> <!-- =small n, cedilla -->
|
|
||||||
<map from="[Ncedil]" to="[Ncedil]"> <!-- =capital N, cedilla -->
|
|
||||||
<map from="[odblac]" to="[odblac]"> <!-- =small o, double acute accent -->
|
|
||||||
<map from="[Odblac]" to="[Odblac]"> <!-- =capital O, double acute accent -->
|
|
||||||
<map from="[Omacr ]" to="[Omacr ]"> <!-- =capital O, macron -->
|
|
||||||
<map from="[omacr ]" to="[omacr ]"> <!-- =small o, macron -->
|
|
||||||
<map from="[oelig ]" to="$\oe$">
|
|
||||||
<map from="[OElig ]" to="$\OE$">
|
|
||||||
<map from="[racute]" to="[racute]"> <!-- =small r, acute accent -->
|
|
||||||
<map from="[Racute]" to="[Racute]"> <!-- =capital R, acute accent -->
|
|
||||||
<map from="[rcaron]" to="[rcaron]"> <!-- =small r, caron -->
|
|
||||||
<map from="[Rcaron]" to="[Rcaron]"> <!-- =capital R, caron -->
|
|
||||||
<map from="[rcedil]" to="[rcedil]"> <!-- =small r, cedilla -->
|
|
||||||
<map from="[Rcedil]" to="[Rcedil]"> <!-- =capital R, cedilla -->
|
|
||||||
<map from="[sacute]" to="[sacute]"> <!-- =small s, acute accent -->
|
|
||||||
<map from="[Sacute]" to="[Sacute]"> <!-- =capital S, acute accent -->
|
|
||||||
<map from="[scaron]" to="[scaron]"> <!-- =small s, caron -->
|
|
||||||
<map from="[Scaron]" to="[Scaron]"> <!-- =capital S, caron -->
|
|
||||||
<map from="[scedil]" to="[scedil]"> <!-- =small s, cedilla -->
|
|
||||||
<map from="[Scedil]" to="[Scedil]"> <!-- =capital S, cedilla -->
|
|
||||||
<map from="[scirc ]" to="[scirc ]"> <!-- =small s, circumflex accent -->
|
|
||||||
<map from="[Scirc ]" to="[Scirc ]"> <!-- =capital S, circumflex accent -->
|
|
||||||
<map from="[tcaron]" to="[tcaron]"> <!-- =small t, caron -->
|
|
||||||
<map from="[Tcaron]" to="[Tcaron]"> <!-- =capital T, caron -->
|
|
||||||
<map from="[tcedil]" to="[tcedil]"> <!-- =small t, cedilla -->
|
|
||||||
<map from="[Tcedil]" to="[Tcedil]"> <!-- =capital T, cedilla -->
|
|
||||||
<map from="[tstrok]" to="[tstrok]"> <!-- =small t, stroke -->
|
|
||||||
<map from="[Tstrok]" to="[Tstrok]"> <!-- =capital T, stroke -->
|
|
||||||
<map from="[ubreve]" to="[ubreve]"> <!-- =small u, breve -->
|
|
||||||
<map from="[Ubreve]" to="[Ubreve]"> <!-- =capital U, breve -->
|
|
||||||
<map from="[udblac]" to="[udblac]"> <!-- =small u, double acute accent -->
|
|
||||||
<map from="[Udblac]" to="[Udblac]"> <!-- =capital U, double acute accent -->
|
|
||||||
<map from="[umacr ]" to="[umacr ]"> <!-- =small u, macron -->
|
|
||||||
<map from="[Umacr ]" to="[Umacr ]"> <!-- =capital U, macron -->
|
|
||||||
<map from="[uogon ]" to="[uogon ]"> <!-- =small u, ogonek -->
|
|
||||||
<map from="[Uogon ]" to="[Uogon ]"> <!-- =capital U, ogonek -->
|
|
||||||
<map from="[uring ]" to="[uring ]"> <!-- =small u, ring -->
|
|
||||||
<map from="[Uring ]" to="[Uring ]"> <!-- =capital U, ring -->
|
|
||||||
<map from="[utilde]" to="[utilde]"> <!-- =small u, tilde -->
|
|
||||||
<map from="[Utilde]" to="[Utilde]"> <!-- =capital U, tilde -->
|
|
||||||
<map from="[wcirc ]" to="[wcirc ]"> <!-- =small w, circumflex accent -->
|
|
||||||
<map from="[Wcirc ]" to="[Wcirc ]"> <!-- =capital W, circumflex accent -->
|
|
||||||
<map from="[ycirc ]" to="[ycirc ]"> <!-- =small y, circumflex accent -->
|
|
||||||
<map from="[Ycirc ]" to="[Ycirc ]"> <!-- =capital Y, circumflex accent -->
|
|
||||||
<map from="[Yuml ]" to="[Yuml ]"> <!-- =capital Y, dieresis or umlaut mark -->
|
|
||||||
<map from="[zacute]" to="[zacute]"> <!-- =small z, acute accent -->
|
|
||||||
<map from="[Zacute]" to="[Zacute]"> <!-- =capital Z, acute accent -->
|
|
||||||
<map from="[zcaron]" to="[zcaron]"> <!-- =small z, caron -->
|
|
||||||
<map from="[Zcaron]" to="[Zcaron]"> <!-- =capital Z, caron -->
|
|
||||||
<map from="[zdot ]" to="[zdot ]"> <!-- =small z, dot above -->
|
|
||||||
<map from="[Zdot ]" to="[Zdot ]"> <!-- =capital Z, dot above -->
|
|
||||||
|
|
||||||
<!-- Greek Letters -->
|
|
||||||
|
|
||||||
<map from="[agr ]" to="$\alpha$">
|
|
||||||
<map from="[Agr ]" to="[Agr ]"> <!-- =capital Alpha, Greek -->
|
|
||||||
<map from="[bgr ]" to="$\beta$">
|
|
||||||
<map from="[Bgr ]" to="[Bgr ]"> <!-- =capital Beta, Greek -->
|
|
||||||
<map from="[ggr ]" to="$\gamma$">
|
|
||||||
<map from="[Ggr ]" to="$\Gamma$">
|
|
||||||
<map from="[dgr ]" to="$\delta$">
|
|
||||||
<map from="[Dgr ]" to="$\Delta$">
|
|
||||||
<map from="[egr ]" to="$\epsilon$">
|
|
||||||
<map from="[Egr ]" to="[Egr ]"> <!-- =capital Epsilon, Greek -->
|
|
||||||
<map from="[zgr ]" to="$\zeta$">
|
|
||||||
<map from="[Zgr ]" to="[Zgr ]"> <!-- =capital Zeta, Greek -->
|
|
||||||
<map from="[eegr ]" to="$\eta$">
|
|
||||||
<map from="[EEgr ]" to="[EEgr ]"> <!-- =capital Eta, Greek -->
|
|
||||||
<map from="[thgr ]" to="$\theta$">
|
|
||||||
<map from="[THgr ]" to="[THgr ]"> <!-- =capital Theta, Greek -->
|
|
||||||
<map from="[igr ]" to="$\iota$">
|
|
||||||
<map from="[Igr ]" to="[Igr ]"> <!-- =capital Iota, Greek -->
|
|
||||||
<map from="[kgr ]" to="$\kappa$">
|
|
||||||
<map from="[Kgr ]" to="[Kgr ]"> <!-- =capital Kappa, Greek -->
|
|
||||||
<map from="[lgr ]" to="$\lamda$">
|
|
||||||
<map from="[Lgr ]" to="$\Lambda$">
|
|
||||||
<map from="[mgr ]" to="$\mu$">
|
|
||||||
<map from="[Mgr ]" to="[Mgr ]"> <!-- =capital Mu, Greek -->
|
|
||||||
<map from="[ngr ]" to="$\nu$">
|
|
||||||
<map from="[Ngr ]" to="[Ngr ]"> <!-- =capital Nu, Greek -->
|
|
||||||
<map from="[xgr ]" to="$\xi$">
|
|
||||||
<map from="[Xgr ]" to="$\Xi$">
|
|
||||||
<map from="[ogr ]" to="$o$">
|
|
||||||
<map from="[Ogr ]" to="[Ogr ]"> <!-- =capital Omicron, Greek -->
|
|
||||||
<map from="[pgr ]" to="$\pi$">
|
|
||||||
<map from="[Pgr ]" to="$\Pi$">
|
|
||||||
<map from="[rgr ]" to="$\rho$">
|
|
||||||
<map from="[Rgr ]" to="[Rgr ]"> <!-- =capital Rho, Greek -->
|
|
||||||
<map from="[sgr ]" to="$\sigma$">
|
|
||||||
<map from="[Sgr ]" to="$\Sigma$">
|
|
||||||
<map from="[sfgr ]" to="[sfgr ]"> <!-- =final small sigma, Greek -->
|
|
||||||
<map from="[tgr ]" to="$\tau$">
|
|
||||||
<map from="[Tgr ]" to="[Tgr ]"> <!-- =capital Tau, Greek -->
|
|
||||||
<map from="[ugr ]" to="$\upsilon$">
|
|
||||||
<map from="[Ugr ]" to="$\Upsilon$">
|
|
||||||
<map from="[phgr ]" to="$\phi$">
|
|
||||||
<map from="[PHgr ]" to="$\Phi$">
|
|
||||||
<map from="[khgr ]" to="$\chi$">
|
|
||||||
<map from="[KHgr ]" to="[KHgr ]"> <!-- =capital Chi, Greek -->
|
|
||||||
<map from="[psgr ]" to="$\psi$">
|
|
||||||
<map from="[PSgr ]" to="$\Psi$">
|
|
||||||
<map from="[ohgr ]" to="$\omega$">
|
|
||||||
<map from="[OHgr ]" to="$\Omega$">
|
|
||||||
|
|
||||||
<!-- Greek Symbols -->
|
|
||||||
|
|
||||||
<map from="[alpha ]" to="$\alpha$">
|
|
||||||
<map from="[beta ]" to="$\beta$">
|
|
||||||
<map from="[gamma ]" to="$\gamma$">
|
|
||||||
<map from="[Gamma ]" to="$\Gamma$">
|
|
||||||
<map from="[gammad]" to="[gammad]"> <!-- /digamma -->
|
|
||||||
<map from="[delta ]" to="$\delta$">
|
|
||||||
<map from="[Delta ]" to="$\Delta$">
|
|
||||||
<map from="[epsi ]" to="$\epsilon$">
|
|
||||||
<map from="[epsiv ]" to="$\varepsilon$">
|
|
||||||
<map from="[epsis ]" to="$\epsilon$">
|
|
||||||
<map from="[zeta ]" to="$\zeta$">
|
|
||||||
<map from="[eta ]" to="$\eta$">
|
|
||||||
<map from="[thetas]" to="$\theta$">
|
|
||||||
<map from="[Theta ]" to="$\Theta$">
|
|
||||||
<map from="[thetav]" to="$\vartheta$">
|
|
||||||
<map from="[iota ]" to="$\iota$">
|
|
||||||
<map from="[kappa ]" to="$\kappa$">
|
|
||||||
<map from="[kappav]" to="[kappav]"> <!-- /varkappa -->
|
|
||||||
<map from="[lambda]" to="$\lamda$">
|
|
||||||
<map from="[Lambda]" to="$\Lambda$">
|
|
||||||
<map from="[mu ]" to="$\mu$">
|
|
||||||
<map from="[nu ]" to="$\nu$">
|
|
||||||
<map from="[xi ]" to="$\zi$">
|
|
||||||
<map from="[Xi ]" to="$\Xi$">
|
|
||||||
<map from="[pi ]" to="$\pi$">
|
|
||||||
<map from="[piv ]" to="$\varpi$">
|
|
||||||
<map from="[Pi ]" to="$\Pi$">
|
|
||||||
<map from="[rho ]" to="$\rho$">
|
|
||||||
<map from="[rhov ]" to="$\varrho$">
|
|
||||||
<map from="[sigma ]" to="$\sigma$">
|
|
||||||
<map from="[Sigma ]" to="$\Sigma$">
|
|
||||||
<map from="[sigmav]" to="$\varsigma$">
|
|
||||||
<map from="[tau ]" to="$\tau$">
|
|
||||||
<map from="[upsi ]" to="$\upsilon$">
|
|
||||||
<map from="[Upsi ]" to="$\Upsilon$">
|
|
||||||
<map from="[phis ]" to="$\phi$">
|
|
||||||
<map from="[Phi ]" to="$\phi$">
|
|
||||||
<map from="[phiv ]" to="$\varphi$">
|
|
||||||
<map from="[chi ]" to="$\chi$">
|
|
||||||
<map from="[psi ]" to="$\psi$">
|
|
||||||
<map from="[Psi ]" to="$\Psi$">
|
|
||||||
<map from="[omega ]" to="$\omega$">
|
|
||||||
<map from="[Omega ]" to="$\Omega$">
|
|
||||||
|
|
||||||
<!-- General Technical -->
|
|
||||||
|
|
||||||
<map from="[aleph ]" to="$\aleph$">
|
|
||||||
<map from="[and ]" to="$\wedge$">
|
|
||||||
<map from="[ang90 ]" to="[ang90 ]"> <!-- =right (90 degree) angle -->
|
|
||||||
<map from="[angsph]" to="[angsph]"> <!-- /sphericalangle =angle-spherical -->
|
|
||||||
<map from="[ap ]" to="$\approx$">
|
|
||||||
<map from="[becaus]" to="[becaus]"> <!-- /because R: =because -->
|
|
||||||
<map from="[bottom]" to="[bottom]"> <!-- /bot B: =perpendicular -->
|
|
||||||
<map from="[cap ]" to="$\cap$">
|
|
||||||
<map from="[cong ]" to="[cong ]"> <!-- /cong R: =congruent with -->
|
|
||||||
<map from="[conint]" to="[conint]"> <!-- /oint L: =contour integral operator -->
|
|
||||||
<map from="[cup ]" to="$\cup$">
|
|
||||||
<map from="[equiv ]" to="$\equiv$">
|
|
||||||
<map from="[exist ]" to="$\exists$">
|
|
||||||
<map from="[forall]" to="$\forall$">
|
|
||||||
<map from="[fnof ]" to="[fnof ]"> <!-- =function of (italic small f) -->
|
|
||||||
<map from="[ge ]" to="$\ge$">
|
|
||||||
<map from="[iff ]" to="$\iff$">
|
|
||||||
<map from="[infin ]" to="$\infty$">
|
|
||||||
<map from="[int ]" to="$\int$">
|
|
||||||
<map from="[isin ]" to="$\in$">
|
|
||||||
<map from="[lang ]" to="$\langle$">
|
|
||||||
<map from="[lArr ]" to="$\Leftarrow$">
|
|
||||||
<map from="[le ]" to="$\le$">
|
|
||||||
<map from="[minus ]" to="$\-$">
|
|
||||||
<map from="[mnplus]" to="$\mp$">
|
|
||||||
<map from="[nabla ]" to="$\nabla$">
|
|
||||||
<map from="[ne ]" to="$\ne$">
|
|
||||||
<map from="[ni ]" to="$\ni$">
|
|
||||||
<map from="[or ]" to="$\vee$">
|
|
||||||
<map from="[par ]" to="$\vert$">
|
|
||||||
<map from="[part ]" to="$\partial$">
|
|
||||||
<map from="[permil]" to="[permil]"> <!-- =per thousand -->
|
|
||||||
<map from="[perp ]" to="$\perp$">
|
|
||||||
<map from="[prime ]" to="\prime{}">
|
|
||||||
<map from="[Prime ]" to="[Prime ]"> <!-- =double prime or second -->
|
|
||||||
<map from="[prop ]" to="[prop ]"> <!-- /propto R: =is proportional to -->
|
|
||||||
<map from="[radic ]" to="[radic ]"> <!-- /surd =radical -->
|
|
||||||
<map from="[rang ]" to="[rang ]"> <!-- /rangle C: =right angle bracket -->
|
|
||||||
<map from="[rArr ]" to="$\Rightarrow$">
|
|
||||||
<map from="[sim ]" to="$\sim$">
|
|
||||||
<map from="[sime ]" to="$\simeq$">
|
|
||||||
<map from="[square]" to="[square]"> <!-- /square B: =square -->
|
|
||||||
<map from="[sub ]" to="$\subset$">
|
|
||||||
<map from="[sube ]" to="$\subseteq$">
|
|
||||||
<map from="[sup ]" to="$\supset$">
|
|
||||||
<map from="[supe ]" to="$\supseteq$">
|
|
||||||
<map from="[there4]" to="[there4]"> <!-- /therefore R: =therefore -->
|
|
||||||
<map from="[Verbar]" to="$\|$">
|
|
||||||
<map from="[angst ]" to="[angst ]"> <!-- Angstrom =capital A, ring -->
|
|
||||||
<map from="[bernou]" to="[bernou]"> <!-- Bernoulli function (script capital B) -->
|
|
||||||
<map from="[compfn]" to="[compfn]"> <!-- B: composite function (small circle) -->
|
|
||||||
<map from="[Dot ]" to="[Dot ]"> <!-- =dieresis or umlaut mark -->
|
|
||||||
<map from="[DotDot]" to="[DotDot]"> <!-- four dots above -->
|
|
||||||
<map from="[hamilt]" to="[hamilt]"> <!-- Hamiltonian (script capital H) -->
|
|
||||||
<map from="[lagran]" to="[lagran]"> <!-- Lagrangian (script capital L) -->
|
|
||||||
<map from="[lowast]" to="[lowast]"> <!-- low asterisk -->
|
|
||||||
<map from="[notin ]" to="[notin ]"> <!-- N: negated set membership -->
|
|
||||||
<map from="[order ]" to="[order ]"> <!-- order of (script small o) -->
|
|
||||||
<map from="[phmmat]" to="[phmmat]"> <!-- physics M-matrix (script capital M) -->
|
|
||||||
<map from="[tdot ]" to="[tdot ]"> <!-- three dots above -->
|
|
||||||
<map from="[tprime]" to="[tprime]"> <!-- triple prime -->
|
|
||||||
<map from="[wedgeq]" to="[wedgeq]"> <!-- R: corresponds to (wedge, equals) -->
|
|
||||||
|
|
||||||
<!-- Diacritical Marks -->
|
|
||||||
|
|
||||||
<map from="[acute ]" to="\'{}">
|
|
||||||
<map from="[breve ]" to="\u{}">
|
|
||||||
<map from="[caron ]" to="[caron ]"> <!-- =caron -- >
|
|
||||||
<map from="[cedil ]" to="\c{}">
|
|
||||||
<map from="[circ ]" to="\^{}">
|
|
||||||
<map from="[dblac ]" to="[dblac ]"> <!-- =double acute accent -->
|
|
||||||
<map from="[die ]" to='\"{}'>
|
|
||||||
<map from="[dot ]" to="\.{}">
|
|
||||||
<map from="[grave ]" to="\`{}">
|
|
||||||
<map from="[macr ]" to="\={}">
|
|
||||||
<map from="[ogon ]" to="[ogon ]"> <!-- =ogonek -->
|
|
||||||
<map from="[ring ]" to="\accent23">
|
|
||||||
<map from="[tilde ]" to="\~{}">
|
|
||||||
<map from="[uml ]" to='\"{}'>
|
|
@ -1,945 +0,0 @@
|
|||||||
<!--
|
|
||||||
|
|
||||||
$Id$
|
|
||||||
|
|
||||||
Copyright (C) 1996
|
|
||||||
John R. Fieber. All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
|
||||||
modification, are permitted provided that the following conditions
|
|
||||||
are met:
|
|
||||||
1. Redistributions of source code must retain the above copyright
|
|
||||||
notice, this list of conditions and the following disclaimer.
|
|
||||||
2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
notice, this list of conditions and the following disclaimer in the
|
|
||||||
documentation and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY JOHN R. FIEBER AND CONTRIBUTORS ``AS IS'' AND
|
|
||||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
||||||
ARE DISCLAIMED. IN NO EVENT SHALL JOHN R. FIEBER OR CONTRIBUTORS BE LIABLE
|
|
||||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
||||||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
||||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
||||||
SUCH DAMAGE.
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!DOCTYPE transpec PUBLIC "-//FreeBSD//DTD transpec//EN" [
|
|
||||||
|
|
||||||
<!ENTITY lt CDATA "<">
|
|
||||||
<!ENTITY gt CDATA ">">
|
|
||||||
<!ENTITY amp CDATA "&">
|
|
||||||
|
|
||||||
<!--<!ENTITY % ISOlat1 PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN">
|
|
||||||
%ISOlat1;-->
|
|
||||||
|
|
||||||
<!ENTITY texstf
|
|
||||||
"\def\obeyspaces{\catcode`\ =\active}
|
|
||||||
{\obeyspaces\global\let =\space}
|
|
||||||
{\catcode`\^^M=\active %
|
|
||||||
\gdef\obeylines{\catcode`\^^M=\active \let^^M=\par}%
|
|
||||||
\global\let^^M=\par} %">
|
|
||||||
|
|
||||||
<!ENTITY cmap SYSTEM "/usr/share/sgml/transpec/latex.cmap">
|
|
||||||
<!ENTITY sdata SYSTEM "/usr/share/sgml/transpec/latex.sdata">
|
|
||||||
|
|
||||||
]>
|
|
||||||
|
|
||||||
<transpec>
|
|
||||||
|
|
||||||
<!-- Character and SDATA entity mapping -->
|
|
||||||
<cmap>&cmap;</cmap>
|
|
||||||
<smap>&sdata;</smap>
|
|
||||||
|
|
||||||
<!-- Transform rules -->
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>LINUXDOC
|
|
||||||
<action>
|
|
||||||
<start>% Generated ${date} using ${transpec}
|
|
||||||
% by ${user}@${host}</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>ARTICLE
|
|
||||||
<attval>OPTS .
|
|
||||||
<action>
|
|
||||||
<start>^\documentclass{${_gi L}}
|
|
||||||
\usepackage{${OPTS}}
|
|
||||||
%\usepackage{linuxdoc}
|
|
||||||
&texstf;^</start>
|
|
||||||
<end>^\end{document}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>ARTICLE
|
|
||||||
<action>
|
|
||||||
<start>^\documentclass{${_gi L}}
|
|
||||||
\usepackage{linuxdoc}
|
|
||||||
&texstf;^</start>
|
|
||||||
<end>^\end{document}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>REPORT BOOK
|
|
||||||
<attval>OPTS .
|
|
||||||
<action>
|
|
||||||
<start>^\documentclass{${_gi L}}
|
|
||||||
\usepackage{${OPTS}}
|
|
||||||
\usepackage{linuxdoc}
|
|
||||||
\pagestyle{headings}
|
|
||||||
&texstf;^</start>
|
|
||||||
<end>^\end{document}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>REPORT BOOK
|
|
||||||
<action>
|
|
||||||
<start>^\documentclass{${_gi L}}
|
|
||||||
\usepackage{linuxdoc}
|
|
||||||
\pagestyle{headings}
|
|
||||||
&texstf;^</start>
|
|
||||||
<end>^\end{document}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>MANPAGE
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>TITLEPAG
|
|
||||||
<action>
|
|
||||||
<end>^\begin{document}
|
|
||||||
\maketitle^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>TITLE
|
|
||||||
<action>
|
|
||||||
<start>^\title{</start>
|
|
||||||
<end>}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SUBTITLE
|
|
||||||
<action>
|
|
||||||
<start>^{\large </start>
|
|
||||||
<end>}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>AUTHOR
|
|
||||||
<action>
|
|
||||||
<start>^\author{</start>
|
|
||||||
<end>}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>NAME
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>AND
|
|
||||||
<action>
|
|
||||||
<start>\and ^</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>THANKS
|
|
||||||
<action>
|
|
||||||
<start>\thanks{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>INST
|
|
||||||
<action>
|
|
||||||
<start>\\
|
|
||||||
\\^</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>DATE
|
|
||||||
<action>
|
|
||||||
<start>^\date{</start>
|
|
||||||
<end>}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>NEWLINE
|
|
||||||
<action>
|
|
||||||
<start>\\ </start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>LABEL
|
|
||||||
<action>
|
|
||||||
<start>\label{${ID}}</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>HEADER
|
|
||||||
<action>
|
|
||||||
<start>^\markboth</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>LHEAD
|
|
||||||
<action>
|
|
||||||
<start>{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>RHEAD
|
|
||||||
<action>
|
|
||||||
<start>{</start>
|
|
||||||
<end>}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>COMMENT
|
|
||||||
<action>
|
|
||||||
<start>{\tt </start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>ABSTRACT
|
|
||||||
<action>
|
|
||||||
<start>^\abstract{</start>
|
|
||||||
<end>}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>APPENDIX
|
|
||||||
<action>
|
|
||||||
<start>^\appendix^</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>TOC
|
|
||||||
<action>
|
|
||||||
<start>^\tableofcontents^</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>LOF
|
|
||||||
<action>
|
|
||||||
<start>^\listoffigures^</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>LOT
|
|
||||||
<action>
|
|
||||||
<start>^\listoftables^</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>PART
|
|
||||||
<action>
|
|
||||||
<start>^\part</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>CHAPT
|
|
||||||
<action>
|
|
||||||
<start>^\chapter</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SECT
|
|
||||||
<action>
|
|
||||||
<start>^\section</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SECT1
|
|
||||||
<action>
|
|
||||||
<start>^\subsection</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SECT2
|
|
||||||
<action>
|
|
||||||
<start>^\subsubsection</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SECT3
|
|
||||||
<action>
|
|
||||||
<start>^\paragraph</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SECT4
|
|
||||||
<action>
|
|
||||||
<start>^\subparagraph</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>HEADING
|
|
||||||
<action>
|
|
||||||
<start>{</start>
|
|
||||||
<end>}
|
|
||||||
|
|
||||||
</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>P
|
|
||||||
<action>
|
|
||||||
<end>^
|
|
||||||
|
|
||||||
^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>ITEMIZE
|
|
||||||
<action>
|
|
||||||
<start>^\begin{itemize}^</start>
|
|
||||||
<end>^\end{itemize}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>ENUM
|
|
||||||
<action>
|
|
||||||
<start>^\begin{enumerate}^</start>
|
|
||||||
<end>^\end{enumerate}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>LIST
|
|
||||||
<action>
|
|
||||||
<start>^\begin{list}{}{}^</start>
|
|
||||||
<end>^\end{list}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>DESCRIP
|
|
||||||
<action>
|
|
||||||
<start>^\begin{description}^</start>
|
|
||||||
<end>^\end{description}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>ITEM
|
|
||||||
<action>
|
|
||||||
<start>^\item </start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>TAG
|
|
||||||
<action>
|
|
||||||
<start>^\item\[</start>
|
|
||||||
<end>\] \mbox{}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>CITE
|
|
||||||
<action>
|
|
||||||
<start>\cite{${ID}</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>NCITE
|
|
||||||
<action>
|
|
||||||
<start>\cite\[${NOTE}\]{${ID}</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>IDX
|
|
||||||
<action>
|
|
||||||
<start>\idx{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>CDX
|
|
||||||
<action>
|
|
||||||
<start>\cdx{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>FOOTNOTE
|
|
||||||
<action>
|
|
||||||
<start>\footnote{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SQ
|
|
||||||
<action>
|
|
||||||
<start>``</start>
|
|
||||||
<end>''</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>LQ
|
|
||||||
<action>
|
|
||||||
<start>^\begin{quotation}^</start>
|
|
||||||
<end>^\end{quotation}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>EM
|
|
||||||
<action>
|
|
||||||
<start>\emph{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>BF
|
|
||||||
<action>
|
|
||||||
<start>{\bf </start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>IT
|
|
||||||
<action>
|
|
||||||
<start>\textit{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SF
|
|
||||||
<action>
|
|
||||||
<start>\textsf{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SL
|
|
||||||
<action>
|
|
||||||
<start>\textsl{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>RM
|
|
||||||
<action>
|
|
||||||
<start>\textrm{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>TT
|
|
||||||
<action>
|
|
||||||
<start>\texttt{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>CPARAM
|
|
||||||
<action>
|
|
||||||
<start>{\rm $\langle${\sl </start>
|
|
||||||
<end>}$\rangle$}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>REF
|
|
||||||
<action>
|
|
||||||
<start>\ref{${ID}}</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>PAGEREF
|
|
||||||
<action>
|
|
||||||
<start>\pageref{${ID}}</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<!-- A URL with a NAME attribute -->
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>URL
|
|
||||||
<attval>NAME .
|
|
||||||
<action>
|
|
||||||
<start>${NAME}\footnote{${URL}}</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<!-- A URL without a NAME attribute -->
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>URL
|
|
||||||
<action>
|
|
||||||
<start>\texttt{<URL:${URL}>}</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>HTMLURL
|
|
||||||
<action>
|
|
||||||
<start>${NAME}</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>X
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>MC
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>BIBLIO
|
|
||||||
<action>
|
|
||||||
<start>^\bibliographystyle{${STYLE}}
|
|
||||||
\bibliography{${FILES}}^</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>CODE
|
|
||||||
<action>
|
|
||||||
<start>^\par
|
|
||||||
\addvspace{\medskipamount}
|
|
||||||
\nopagebreak\hrule
|
|
||||||
\begin{verbatim}^</start>
|
|
||||||
<end>^\end{verbatim}
|
|
||||||
\nopagebreak\hrule
|
|
||||||
\addvspace{\medskipamount}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>VERB
|
|
||||||
<action>
|
|
||||||
<start>^{\obeyspaces\obeylines^</start>
|
|
||||||
<end>}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>TSCREEN
|
|
||||||
<action>
|
|
||||||
<start>^\begin{quote}{\small\tt^</start>
|
|
||||||
<end>^}\end{quote}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>QUOTE
|
|
||||||
<action>
|
|
||||||
<start>^\begin{quotation}^</start>
|
|
||||||
<end>^\end{quotation}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>DEF
|
|
||||||
<action>
|
|
||||||
<start>^\begin{definition}</start>
|
|
||||||
<end>^\end{definition}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>PROP
|
|
||||||
<action>
|
|
||||||
<start>^\begin{proposition}^</start>
|
|
||||||
<end>^\end{proposition}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>LEMMA
|
|
||||||
<action>
|
|
||||||
<start>^\begin{lemma}</start>
|
|
||||||
<end>^\end{lemma}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>COROLL
|
|
||||||
<action>
|
|
||||||
<start>^\begin{corollary}</start>
|
|
||||||
<end>^\end{corollary}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>PROOF
|
|
||||||
<action>
|
|
||||||
<start>^{\noindent{\bf Proof.} ^</start>
|
|
||||||
<end>^}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>THEOREM
|
|
||||||
<action>
|
|
||||||
<start>^\begin{theorem}</start>
|
|
||||||
<end>^\end{theorem}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>THTAG
|
|
||||||
<action>
|
|
||||||
<start>\[</start>
|
|
||||||
<end>\]^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>F
|
|
||||||
<action>
|
|
||||||
<start>\$</start>
|
|
||||||
<end>\$</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>DM
|
|
||||||
<action>
|
|
||||||
<start>^\\[</start>
|
|
||||||
<end>\\]^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>EQ
|
|
||||||
<action>
|
|
||||||
<start>^\begin{equation}^</start>
|
|
||||||
<end>^\end{equation}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>FR
|
|
||||||
<action>
|
|
||||||
<start>\frac</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>NU
|
|
||||||
<action>
|
|
||||||
<start>{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>DE
|
|
||||||
<action>
|
|
||||||
<start>{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>LIM
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>OP
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>LL
|
|
||||||
<action>
|
|
||||||
<start>_{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>UL
|
|
||||||
<action>
|
|
||||||
<start>^{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>OPD
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>PR
|
|
||||||
<action>
|
|
||||||
<start>\prod</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>IN
|
|
||||||
<action>
|
|
||||||
<start>\int</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SUM
|
|
||||||
<action>
|
|
||||||
<start>\sum</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>ROOT
|
|
||||||
<action>
|
|
||||||
<start>\sqrt\[[n]\]{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>AR
|
|
||||||
<action>
|
|
||||||
<start>^\begin{array}{[ca]}^</start>
|
|
||||||
<end>^\end{array}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>ARR
|
|
||||||
<action>
|
|
||||||
<start>\\ ^</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>ARC
|
|
||||||
<action>
|
|
||||||
<start>& </start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SUP
|
|
||||||
<action>
|
|
||||||
<start>^{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>INF
|
|
||||||
<action>
|
|
||||||
<start>_{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>UNL
|
|
||||||
<action>
|
|
||||||
<start>\underline{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>OVL
|
|
||||||
<action>
|
|
||||||
<start>\overline{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>RF
|
|
||||||
<action>
|
|
||||||
<start>\mbox{\tt </start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>V
|
|
||||||
<action>
|
|
||||||
<start>\vec{</start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>FI
|
|
||||||
<action>
|
|
||||||
<start>{\cal </start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>PHR
|
|
||||||
<action>
|
|
||||||
<start>{\rm </start>
|
|
||||||
<end>}</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>TU
|
|
||||||
<action>
|
|
||||||
<start>\\</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>FIGURE
|
|
||||||
<action>
|
|
||||||
<start>^\begin{figure}\[${LOC}\]^</start>
|
|
||||||
<end>^\end{figure}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>EPS
|
|
||||||
<action>
|
|
||||||
<start>^\centerline{\epsffile{${FILE}}}^</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>PH
|
|
||||||
<action>
|
|
||||||
<start>^\vspace{${VSPACE}}\par^</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>CAPTION
|
|
||||||
<action>
|
|
||||||
<start>^\caption{</start>
|
|
||||||
<end>}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>TABLE
|
|
||||||
<action>
|
|
||||||
<start>^\begin{table}\[${LOC}\]^</start>
|
|
||||||
<end>^\end{table}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>TABULAR
|
|
||||||
<action>
|
|
||||||
<start>^\begin{center}
|
|
||||||
\begin{tabular}{${CA}}^</start>
|
|
||||||
<end>^\end{tabular}
|
|
||||||
\end{center}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>ROWSEP
|
|
||||||
<action>
|
|
||||||
<start>\\ ^</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>COLSEP
|
|
||||||
<action>
|
|
||||||
<start>& </start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>HLINE
|
|
||||||
<action>
|
|
||||||
<start>^\hline^</start>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SLIDES
|
|
||||||
<action>
|
|
||||||
<start>^\documentstyle\[qwertz,dina4,xlatin1,${OPTS}\]{article}
|
|
||||||
\input{epsf.tex}
|
|
||||||
\def\title#1{
|
|
||||||
\begin{center}
|
|
||||||
\bf\LARGE
|
|
||||||
\#1
|
|
||||||
\end{center}
|
|
||||||
\bigskip
|
|
||||||
}
|
|
||||||
\begin{document}^</start>
|
|
||||||
<end>^\end{document}^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<rule>
|
|
||||||
<match>
|
|
||||||
<gi>SLIDE
|
|
||||||
<action>
|
|
||||||
<end>^\newpage^</end>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
</transpec>
|
|
Loading…
Reference in New Issue
Block a user