diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-18 23:12:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-18 23:12:46 +0000 |
commit | 67262a49138e713fca67ad2ec494f718c2dda821 (patch) | |
tree | 05ffd4d79c792e1d9fc2c58d5df01c439c4550ed /Master/texmf-dist/doc | |
parent | 9bcc2a43de07bbee297852fd1ebf40634fa590b7 (diff) |
mathdots (12jun14)
git-svn-id: svn://tug.org/texlive/trunk@34301 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/mathdots/README | 90 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/mathdots/mathdots.pdf | bin | 109664 -> 258547 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/mathdots/mdotest.pdf | bin | 0 -> 159693 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/mathdots/mdotest.tex (renamed from Master/texmf-dist/doc/generic/mathdots/mdtest.tex) | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/mathdots/plmdotest.tex | 88 |
5 files changed, 152 insertions, 37 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 + diff --git a/Master/texmf-dist/doc/generic/mathdots/mathdots.pdf b/Master/texmf-dist/doc/generic/mathdots/mathdots.pdf Binary files differindex 2f2caf7e421..fa68a0143b6 100644 --- a/Master/texmf-dist/doc/generic/mathdots/mathdots.pdf +++ b/Master/texmf-dist/doc/generic/mathdots/mathdots.pdf diff --git a/Master/texmf-dist/doc/generic/mathdots/mdotest.pdf b/Master/texmf-dist/doc/generic/mathdots/mdotest.pdf Binary files differnew file mode 100644 index 00000000000..fdee95981e4 --- /dev/null +++ b/Master/texmf-dist/doc/generic/mathdots/mdotest.pdf diff --git a/Master/texmf-dist/doc/generic/mathdots/mdtest.tex b/Master/texmf-dist/doc/generic/mathdots/mdotest.tex index 2bb93dd61e7..0e61f711dc7 100644 --- a/Master/texmf-dist/doc/generic/mathdots/mdtest.tex +++ b/Master/texmf-dist/doc/generic/mathdots/mdotest.tex @@ -1,8 +1,17 @@ % All possible sizes of the various mathdots tested \documentclass{article} +%\usepackage{mathptmx} \usepackage{amsmath} \usepackage{mathdots} - +% +% \dddot and \ddddot are wider in mathptmx package. +% Since there is no way to get a measure of the actual separation +% between dots in the 2-dot accent, I have made the spacing +% commands available to the user. The following seem to work well +% for mathptmx: +%\MDodotkern=-2mu +%\MDoprekern=-1mu +%\MDopostkern=0mu \newcommand\testdots{% $\ddots^{\ddots^{\ddots}}$ $\iddots^{\iddots^{\iddots}}$ $\vdots^{\vdots^{\vdots}}$ diff --git a/Master/texmf-dist/doc/generic/mathdots/plmdotest.tex b/Master/texmf-dist/doc/generic/mathdots/plmdotest.tex new file mode 100644 index 00000000000..2396647bbd2 --- /dev/null +++ b/Master/texmf-dist/doc/generic/mathdots/plmdotest.tex @@ -0,0 +1,88 @@ +\input amstex +\input mathdots + +\eightpoint +eightpoint +$\ddots^{\ddots^{\ddots}}$ $\iddots^{\iddots^{\iddots}}$ +$\vdots^{\vdots^{\vdots}}$ + +$\dot{X}$ +$\ddot{X}$ +$\dddot{X}$ +$\ddddot{X}$ +$X^{\dot{X}}$ +$X^{\ddot{X}}$ +$X^{\dddot{X}}$ +$X^{\ddddot{X}}$ +$X^{X^{\dot{X}}}$ +$X^{X^{\ddot{X}}}$ +$X^{X^{\dddot{X}}}$ +$X^{X^{\ddddot{X}}}$ + +\smallskip +\hrule +\smallskip +\ninepoint +ninepoint +$\ddots^{\ddots^{\ddots}}$ $\iddots^{\iddots^{\iddots}}$ +$\vdots^{\vdots^{\vdots}}$ + +$\dot{X}$ +$\ddot{X}$ +$\dddot{X}$ +$\ddddot{X}$ +$X^{\dot{X}}$ +$X^{\ddot{X}}$ +$X^{\dddot{X}}$ +$X^{\ddddot{X}}$ +$X^{X^{\dot{X}}}$ +$X^{X^{\ddot{X}}}$ +$X^{X^{\dddot{X}}}$ +$X^{X^{\ddddot{X}}}$ + +\smallskip +\hrule +\smallskip +\tenpoint +tenpoint +$\ddots^{\ddots^{\ddots}}$ $\iddots^{\iddots^{\iddots}}$ +$\vdots^{\vdots^{\vdots}}$ + +$\dot{X}$ +$\ddot{X}$ +$\dddot{X}$ +$\ddddot{X}$ +$X^{\dot{X}}$ +$X^{\ddot{X}}$ +$X^{\dddot{X}}$ +$X^{\ddddot{X}}$ +$X^{X^{\dot{X}}}$ +$X^{X^{\ddot{X}}}$ +$X^{X^{\dddot{X}}}$ +$X^{X^{\ddddot{X}}}$ + +\smallskip +\hrule +\smallskip +\twelvepoint +twelvepoint +$\ddots^{\ddots^{\ddots}}$ $\iddots^{\iddots^{\iddots}}$ +$\vdots^{\vdots^{\vdots}}$ + +$\dot{X}$ +$\ddot{X}$ +$\dddot{X}$ +$\ddddot{X}$ +$X^{\dot{X}}$ +$X^{\ddot{X}}$ +$X^{\dddot{X}}$ +$X^{\ddddot{X}}$ +$X^{X^{\dot{X}}}$ +$X^{X^{\ddot{X}}}$ +$X^{X^{\dddot{X}}}$ +$X^{X^{\ddddot{X}}}$ + +\smallskip +\hrule +\smallskip +\enddocument\end |