1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
% esint.tex 1.0 2005/06/21 -- macros for esint integral font
%%%@TeX-definition-file {
%%% filename = "esint.tex",
%%% version = "1.0",
%%% date = "2005/06/21",
%%% package = "esint 1.0",
%%% author = "Michael M. Tung",
%%% email = "mtung@mat.upv.es",
%%% address = "Universidad Politécnica de Valencia,
%%% Departamento de Matemática Aplicada,
%%% Camino de Vera, s/n,
%%% 46022 Valencia (Spain)",
%%% codetable = "USASCII",
%%% keywords = "TeX, plain TeX, style file",
%%% supported = "Maybe",
%%% abstract = "plain TeX macro to use the esint integral
%%% symbols available at CTAN or the website
%%% http://perso.wanadoo.fr/eddie.saudrais",
%%% copyright = "Copyright (c) 2005 Michael M. Tung",
%%% copying = "DISTRIBUTE THIS FILE AS YOU WISH.",
%%% dependencies = "esint10.pfb,esint10.tfm".
%%%}
\message{1.0 <esint 2005/06/21}
\font\esint=esint10
\def\int{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char02\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char01\kern1pt}}}{}{}}
\def\iint{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char04\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char03\kern1pt}}}{}{}}
\def\iiint{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char06\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char05\kern1pt}}}{}{}}
\def\iiiint{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char08\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char07\kern1pt}}}{}{}}
\def\dotsint{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char10\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char09\kern1pt}}}{}{}}
\def\oint{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char12\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char11\kern1pt}}}{}{}}
\def\oiint{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char14\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char13\kern1pt}}}{}{}}
\def\varoiint{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char34\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char33\kern1pt}}}{}{}}
\def\sqint{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char16\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char15\kern1pt}}}{}{}}
\def\sqiint{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char18\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char17\kern1pt}}}{}{}}
\def\ointclockwise{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char24\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char23\kern1pt}}}{}{}}
\def\ointctrclockwise{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char26\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char25\kern1pt}}}{}{}}
\def\varointclockwise{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char28\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char27\kern1pt}}}{}{}}
\def\varointctrclockwise{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char30\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char29\kern1pt}}}{}{}}
\def\fint{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char32\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char31\kern1pt}}}{}{}}
\def\landupint{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char36\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char35\kern1pt}}}{}{}}
\def\landdownint{\mathchoice
{\mathop{\raise14pt\hbox{\esint\char38\kern4pt}}}
{\mathop{\raise8pt\hbox{\esint\char37\kern1pt}}}{}{}}
%
% end of file esint.tex
%
|