blob: d50f35bfea7c5b5d0d1da6f8f595df5e104fe78d (
plain)
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
|
%%
%% This is file `esint.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% esint.dtx (with options: `package')
%%
%% esint package to typeset integrals signs.
%%
%% See also http://perso.wanadoo.fr/eddie.saudrais (in french)
%%
%% Run LaTeX on esint.ins to generate files.
%%
%% Install the files:
%%
%% -- esint.sty and uesint.fd on TEXINPUT;
%% -- esint10.mf, mathint.mf and bigint.mf on MFINPUT;
%% -- generate tfm files running METAFONT on esint10.mf files, and put
%% the *.tfm file on the right location.
%%
%% Run LaTeX on esint.dtx to generate
%% documentation.
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{esint}
\def\re@DeclareMathSymbol#1#2#3#4{%
\let#1=\undefined
\DeclareMathSymbol{#1}{#2}{#3}{#4}}
\DeclareSymbolFont{largesymbolsA}{U}{esint}{m}{n}
\re@DeclareMathSymbol{\intop}{\mathop}{largesymbolsA}{'001}
\def\int{\intop\nolimits}
\re@DeclareMathSymbol{\iintop}{\mathop}{largesymbolsA}{'003}
\def\iint{\iintop\nolimits}
\re@DeclareMathSymbol{\iiintop}{\mathop}{largesymbolsA}{'005}
\def\iiint{\iiintop\nolimits}
\re@DeclareMathSymbol{\iiiintop}{\mathop}{largesymbolsA}{'007}
\def\iiiint{\iiiintop\nolimits}
\re@DeclareMathSymbol{\dotsintop}{\mathop}{largesymbolsA}{'011}
\def\dotsint{\dotsintop\nolimits}
\re@DeclareMathSymbol{\ointop}{\mathop}{largesymbolsA}{'013}
\def\oint{\ointop\nolimits}
\re@DeclareMathSymbol{\oiintop}{\mathop}{largesymbolsA}{'015}
\def\oiint{\oiintop\nolimits}
\re@DeclareMathSymbol{\sqintop}{\mathop}{largesymbolsA}{'017}
\def\sqint{\sqintop\nolimits}
\re@DeclareMathSymbol{\sqiintop}{\mathop}{largesymbolsA}{'021}
\def\sqiint{\sqiintop\nolimits}
\re@DeclareMathSymbol{\ointctrclockwiseop}{\mathop}{largesymbolsA}{'027}
\def\ointctrclockwise{\ointctrclockwiseop\nolimits}
\re@DeclareMathSymbol{\ointclockwiseop}{\mathop}{largesymbolsA}{'031}
\def\ointclockwise{\ointclockwiseop\nolimits}
\re@DeclareMathSymbol{\varointclockwiseop}{\mathop}{largesymbolsA}{'033}
\def\varointclockwise{\varointclockwiseop\nolimits}
\re@DeclareMathSymbol{\varointctrclockwiseop}{\mathop}{largesymbolsA}{'035}
\def\varointctrclockwise{\varointctrclockwiseop\nolimits}
\re@DeclareMathSymbol{\fintop}{\mathop}{largesymbolsA}{'037}
\def\fint{\fintop\nolimits}
\re@DeclareMathSymbol{\varoiintop}{\mathop}{largesymbolsA}{'041}
\def\varoiint{\varoiintop\nolimits}
\re@DeclareMathSymbol{\landupintop}{\mathop}{largesymbolsA}{'043}
\def\landupint{\landupintop\nolimits}
\re@DeclareMathSymbol{\landdownintop}{\mathop}{largesymbolsA}{'045}
\def\landdownint{\landdownintop\nolimits}
\endinput
%%
%% End of file `esint.sty'.
|