From 517b475f847d94a00dc1307f39fd7e1faf1a526d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:55:03 +0000 Subject: esint git-svn-id: svn://tug.org/texlive/trunk@875 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/esint/esint.sty | 69 +++++++++++++++++++++++++++++ Master/texmf-dist/tex/latex/esint/uesint.fd | 34 ++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/esint/esint.sty create mode 100644 Master/texmf-dist/tex/latex/esint/uesint.fd (limited to 'Master/texmf-dist/tex/latex/esint') diff --git a/Master/texmf-dist/tex/latex/esint/esint.sty b/Master/texmf-dist/tex/latex/esint/esint.sty new file mode 100644 index 00000000000..d50f35bfea7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/esint/esint.sty @@ -0,0 +1,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'. diff --git a/Master/texmf-dist/tex/latex/esint/uesint.fd b/Master/texmf-dist/tex/latex/esint/uesint.fd new file mode 100644 index 00000000000..cae149cb41e --- /dev/null +++ b/Master/texmf-dist/tex/latex/esint/uesint.fd @@ -0,0 +1,34 @@ +%% +%% This is file `uesint.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% esint.dtx (with options: `fdfile') +%% +%% 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. +%% + + +\ProvidesFile{uesint.fd} +\DeclareFontFamily{U}{esint}{} +\DeclareFontShape{U}{esint}{m}{n}{ + <-> esint10 + }{} +\endinput +%% +%% End of file `uesint.fd'. -- cgit v1.2.3