diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/esint/esint.readme | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/esint/esint.readme')
-rw-r--r-- | Master/texmf-dist/doc/latex/esint/esint.readme | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/esint/esint.readme b/Master/texmf-dist/doc/latex/esint/esint.readme new file mode 100644 index 00000000000..15200da65e9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/esint/esint.readme @@ -0,0 +1,28 @@ +The esint package is a solution to access to alternate integral symbols +using the Computer Modern fonts. + +In the original Computer Modern Math font, several integral symbols are missing, +such \oiint. Many of those symbols are available +in other math fonts (pxfonts, txfonts, etc.), but there is no good solution if you +want tu use Computer Modern. + +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. + +Updates: + +*20/01/2005: minor change in esint.fd in order to avoid an error inside align environment. +Thank's to Eckhard Neber. + + +Contact me from my web page http://perso.wanadoo.fr/eddie.saudrais if you think +an integral symbol is still missing. |