summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/esint
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-19 20:42:34 +0000
committerKarl Berry <karl@freefriends.org>2019-07-19 20:42:34 +0000
commit5abfca443b064af0c3d64883243452ef36ab2483 (patch)
tree769bc61991f3913774e4ec45376d7afa9a703a4c /Master/texmf-dist/tex/latex/esint
parent516dc40bd15f5f8038b09fb686b7edefeaea20f4 (diff)
esint (19jul19)
git-svn-id: svn://tug.org/texlive/trunk@51679 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/esint')
-rw-r--r--Master/texmf-dist/tex/latex/esint/esint.sty57
-rw-r--r--Master/texmf-dist/tex/latex/esint/uesint.fd18
2 files changed, 40 insertions, 35 deletions
diff --git a/Master/texmf-dist/tex/latex/esint/esint.sty b/Master/texmf-dist/tex/latex/esint/esint.sty
index d50f35bfea7..90c6119b7ed 100644
--- a/Master/texmf-dist/tex/latex/esint/esint.sty
+++ b/Master/texmf-dist/tex/latex/esint/esint.sty
@@ -6,64 +6,69 @@
%%
%% esint.dtx (with options: `package')
%%
-%% esint package to typeset integrals signs.
+%% esint package to typeset integral signs.
%%
-%% See also http://perso.wanadoo.fr/eddie.saudrais (in french)
+%% Contact: e.saudrais@wanadoo.fr
%%
-%% Run LaTeX on esint.ins to generate files.
+%% License: The LATEX Project Public LiĀ­cense
+%%
+%% Run XeLaTeX 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.
+%% -- esint.sty and usent.fd on TEXINPUT;
+%% -- esint10.mf, manhunt.mf and biting.mf on MFINPUT
+%% -- generate Tom files running METAFONT on ensint10.mf files, and put the *.tfm file on the right location.
%%
-%% Run LaTeX on esint.dtx to generate
-%% documentation.
+%% Run XeLaTeX on esint.dtx to generate documentation.
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{esint}
+\DeclareOption{intlimits}{\let\ilimits@\displaylimits}
+\DeclareOption{nointlimits}{\let\ilimits@\nolimits}
+\ExecuteOptions{nointlimits}
+\ProcessOptions
\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}
+ \def\int{\intop\ilimits@}
\re@DeclareMathSymbol{\iintop}{\mathop}{largesymbolsA}{'003}
- \def\iint{\iintop\nolimits}
+ \def\iint{\iintop\ilimits@}
\re@DeclareMathSymbol{\iiintop}{\mathop}{largesymbolsA}{'005}
- \def\iiint{\iiintop\nolimits}
+ \def\iiint{\iiintop\ilimits@}
\re@DeclareMathSymbol{\iiiintop}{\mathop}{largesymbolsA}{'007}
- \def\iiiint{\iiiintop\nolimits}
+ \def\iiiint{\iiiintop\ilimits@}
\re@DeclareMathSymbol{\dotsintop}{\mathop}{largesymbolsA}{'011}
- \def\dotsint{\dotsintop\nolimits}
+ \def\dotsint{\dotsintop\ilimits@}
\re@DeclareMathSymbol{\ointop}{\mathop}{largesymbolsA}{'013}
- \def\oint{\ointop\nolimits}
+ \def\oint{\ointop\ilimits@}
\re@DeclareMathSymbol{\oiintop}{\mathop}{largesymbolsA}{'015}
- \def\oiint{\oiintop\nolimits}
+ \def\oiint{\oiintop\ilimits@}
\re@DeclareMathSymbol{\sqintop}{\mathop}{largesymbolsA}{'017}
- \def\sqint{\sqintop\nolimits}
+ \def\sqint{\sqintop\ilimits@}
\re@DeclareMathSymbol{\sqiintop}{\mathop}{largesymbolsA}{'021}
- \def\sqiint{\sqiintop\nolimits}
+ \def\sqiint{\sqiintop\ilimits@}
\re@DeclareMathSymbol{\ointctrclockwiseop}{\mathop}{largesymbolsA}{'027}
- \def\ointctrclockwise{\ointctrclockwiseop\nolimits}
+ \def\ointctrclockwise{\ointctrclockwiseop\ilimits@}
\re@DeclareMathSymbol{\ointclockwiseop}{\mathop}{largesymbolsA}{'031}
- \def\ointclockwise{\ointclockwiseop\nolimits}
+ \def\ointclockwise{\ointclockwiseop\ilimits@}
\re@DeclareMathSymbol{\varointclockwiseop}{\mathop}{largesymbolsA}{'033}
- \def\varointclockwise{\varointclockwiseop\nolimits}
+ \def\varointclockwise{\varointclockwiseop\ilimits@}
\re@DeclareMathSymbol{\varointctrclockwiseop}{\mathop}{largesymbolsA}{'035}
- \def\varointctrclockwise{\varointctrclockwiseop\nolimits}
+ \def\varointctrclockwise{\varointctrclockwiseop\ilimits@}
\re@DeclareMathSymbol{\fintop}{\mathop}{largesymbolsA}{'037}
- \def\fint{\fintop\nolimits}
+ \def\fint{\fintop\ilimits@}
\re@DeclareMathSymbol{\varoiintop}{\mathop}{largesymbolsA}{'041}
- \def\varoiint{\varoiintop\nolimits}
+ \def\varoiint{\varoiintop\ilimits@}
\re@DeclareMathSymbol{\landupintop}{\mathop}{largesymbolsA}{'043}
- \def\landupint{\landupintop\nolimits}
+ \def\landupint{\landupintop\ilimits@}
\re@DeclareMathSymbol{\landdownintop}{\mathop}{largesymbolsA}{'045}
- \def\landdownint{\landdownintop\nolimits}
+ \def\landdownint{\landdownintop\ilimits@}
+\let\idotsint\dotsint
\endinput
%%
%% End of file `esint.sty'.
diff --git a/Master/texmf-dist/tex/latex/esint/uesint.fd b/Master/texmf-dist/tex/latex/esint/uesint.fd
index cae149cb41e..b837a9d7ed1 100644
--- a/Master/texmf-dist/tex/latex/esint/uesint.fd
+++ b/Master/texmf-dist/tex/latex/esint/uesint.fd
@@ -6,21 +6,21 @@
%%
%% esint.dtx (with options: `fdfile')
%%
-%% esint package to typeset integrals signs.
+%% esint package to typeset integral signs.
%%
-%% See also http://perso.wanadoo.fr/eddie.saudrais (in french)
+%% Contact: e.saudrais@wanadoo.fr
%%
-%% Run LaTeX on esint.ins to generate files.
+%% License: The LATEX Project Public LiĀ­cense
+%%
+%% Run XeLaTeX 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.
+%% -- esint.sty and usent.fd on TEXINPUT;
+%% -- esint10.mf, manhunt.mf and biting.mf on MFINPUT
+%% -- generate Tom files running METAFONT on ensint10.mf files, and put the *.tfm file on the right location.
%%
-%% Run LaTeX on esint.dtx to generate
-%% documentation.
+%% Run XeLaTeX on esint.dtx to generate documentation.
%%