diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-12 00:37:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-12 00:37:05 +0000 |
commit | 0e9db47d484e4bb1b34a9543761f161a3051dfbe (patch) | |
tree | 28b2c7597ed1e7e84971dfdf02e316f97e246762 /Master/texmf-dist/doc/latex | |
parent | 18d12dac429adb17f4ed9b617239f89894643f1c (diff) |
pict2e update (9aug09)
git-svn-id: svn://tug.org/texlive/trunk@14620 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf | bin | 118876 -> 121318 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pict2e/pict2e-d.txt | 42 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pict2e/pict2e.pdf | bin | 250443 -> 251081 bytes |
3 files changed, 0 insertions, 42 deletions
diff --git a/Master/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf b/Master/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf Binary files differindex fe72730488c..d419588e434 100644 --- a/Master/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf +++ b/Master/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf diff --git a/Master/texmf-dist/doc/latex/pict2e/pict2e-d.txt b/Master/texmf-dist/doc/latex/pict2e/pict2e-d.txt deleted file mode 100644 index 8fc23e05346..00000000000 --- a/Master/texmf-dist/doc/latex/pict2e/pict2e-d.txt +++ /dev/null @@ -1,42 +0,0 @@ -to do list - -* Separate arrows, possibility to add them to curves. - -* Conversion pt -> bp will omit the scale factor at the output. (multiplying -the dimension by 0.99626401 before removing pt). - -* Add operator for rotation. (Otherwise graphics should be used.) - -*? Test slope coordinates to be real number (see below), not rounded to zero. -Ths is pribably not necessary - too complicated, waste of computer time and -with almost no interesting effect. - -\def\pIIe@tilldot #1.{#1} -\def\pIIe@RealToParts #1.#2:#3#4{% - \def #3{#1}% - \ifx #3\empty \edef #3{0}\else \ifx #3\space \edef #3{0}\fi\fi - \def #4{#2} - \ifx #4\empty - \def#4{0}% - \else - \edef #4{.\expandafter\pIIe@tilldot #4}% - \fi} -\newcommand*\pIIe@checkslopeargs[2]{% - \pIIe@checkslopearg{#1}% - \pIIe@checkslopearg{#2}% - \ifdim #1\p@=\z@ \ifdim #2\p@=\z@ \@badlinearg \fi \fi} -\newcommand*\pIIe@checkslopearg[1]{% - \def\@tempa{#1}\expandafter\pIIe@RealToParts\@tempa.:\@tempb\@tempc - \ifnum\@tempb<\z@ \edef\@tempb{-\@tempb}\fi - \ifnum \@tempb>16383 - \@badlinearg - \else - \ifnum \@tempb=16383 \ifdim \@tempc\p@>.99998\p@ \@badlinearg \fi \fi - \fi} -\newcommand*\pIIe@checkslopeargsvector[2]{% - \pIIe@checkslopeargs{#1}{#2}% - \@tempdima #1\p@ \ifdim \@tempdima>1000\p@ \@badlinearg \fi - \@tempdima #2\p@ \ifdim \@tempdima>1000\p@ \@badlinearg \fi} -\def\@badlinearg{\PackageError - {pict2e}{Bad \protect\line\space or \protect\vector\space argument}{}} - diff --git a/Master/texmf-dist/doc/latex/pict2e/pict2e.pdf b/Master/texmf-dist/doc/latex/pict2e/pict2e.pdf Binary files differindex 499ce81d2fe..1c704ec90d9 100644 --- a/Master/texmf-dist/doc/latex/pict2e/pict2e.pdf +++ b/Master/texmf-dist/doc/latex/pict2e/pict2e.pdf |