diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/mathdots/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/mathdots/README | 90 |
1 files changed, 54 insertions, 36 deletions
diff --git a/Master/texmf-dist/doc/generic/mathdots/README b/Master/texmf-dist/doc/generic/mathdots/README index 22f4ffadc81..071d123576d 100644 --- a/Master/texmf-dist/doc/generic/mathdots/README +++ b/Master/texmf-dist/doc/generic/mathdots/README @@ -1,36 +1,54 @@ -
-This is the mathdots package, version 0.8.
-
-This package changes the basic LaTeX and plain TeX commands \ddots and
-\vdots so that they properly change size when font sizes change, and
-when they are used in superscripts and subscripts. It also adds the
-command \iddots ()for inverse diagonal dots) which slants the opposite
-way from \ddots.
-
-In addition, if it detects AMSLaTeX (or AMSTeX in plain TeX) it defines
-improved versions of the \dddot and \ddddot commands that place three
-and four dots on a math symbol (similar to the math accent commands \dot
-and \ddot). These also are arranged to change size correctly and some
-placement bugs are corrected.
-
-Other (minor) improvements: the commands \vdots, \ddots and \iddots
-select the dot from the math fonts instead of the text fonts, so they
-always match math punctuation dots. The \dddot and \ddddot commands
-select the accent dot (same one placed by \dot).
-
-File list:
-
-mathdots.dtx The code
-mathdots.pdf The manual
-mathdots.ins unpacking script
-mdtest.tex Test file
-README This file
-
-Installation:
-
-Run tex or latex on mathdots.ins to unpack the files. Copy mathdots.tex
-where tex will find it and mathdots.sty where latex will find it. Copy
-the remaining files to your documentation area.
-
-Daniel H. Luecking, \luecking \at \uark \dot \edu
-
+This is the mathdots package, version 0.9. +Copyright 2001--2014, Daniel H. Luecking + +License: +======= +Mathdots may be distributed and/or modified under the conditions of the +LaTeX Project Public License, either version 1.3c of this license or (at +your option) any later version. The latest version of this license is in + <http://www.latex-project.org/lppl.txt> +and version 1.3c or later is part of all distributions of LaTeX dated +2008/05/04 or later. + +Mathdots has maintenance status "author-maintained". The Current +Maintainer is Daniel H. Luecking. The Base Interpreters associated with +mathdots are plain TeX and LaTeX + +Purpose: +======= +This package changes the basic LaTeX and plain TeX commands \ddots and +\vdots so that they properly change size when font sizes change, and +when they are used in superscripts and subscripts. It also adds the +command \iddots (for inverse diagonal dots) which slants the opposite +way from \ddots. + +In addition, if it detects amsmath in LaTeX (or AMSTeX in plain TeX) it +defines improved versions of the \dddot and \ddddot commands that place +three and four dots on a math symbol (similar to the math accent +commands \dot and \ddot). These also are arranged to change size +correctly and some placement bugs are corrected. + +Other (minor) improvements: the commands \vdots, \ddots and \iddots +select the dot from the math fonts instead of the text fonts, so they +always match math punctuation dots. The \dddot and \ddddot commands +select the accent dot (same one placed by \dot). + +File list: + +README This file +mathdots.dtx The code +mathdots.pdf The manual +mathdots.ins unpacking script +mdotest.tex LaTeX test file +plmdotest.tex Plain TeX test file (requires loading amstex.tex and the + and something to define the commands \eightpoint, + \ninepoint, \tenpoint and \twelvepoint) + +Installation: + +Run tex or latex on mathdots.ins to unpack the files. Copy mathdots.tex +where tex will find it and mathdots.sty where latex will find it. Copy +the remaining files to your documentation area. + +Daniel H. Luecking, \luecking \at \uark \dot \edu + |