From 0e9db47d484e4bb1b34a9543761f161a3051dfbe Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 12 Aug 2009 00:37:05 +0000 Subject: pict2e update (9aug09) git-svn-id: svn://tug.org/texlive/trunk@14620 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf | Bin 118876 -> 121318 bytes Master/texmf-dist/doc/latex/pict2e/pict2e-d.txt | 42 --------------------- Master/texmf-dist/doc/latex/pict2e/pict2e.pdf | Bin 250443 -> 251081 bytes 3 files changed, 42 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/pict2e/pict2e-d.txt (limited to 'Master/texmf-dist/doc/latex/pict2e') diff --git a/Master/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf b/Master/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf index fe72730488c..d419588e434 100644 Binary files a/Master/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf and b/Master/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf differ 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 index 499ce81d2fe..1c704ec90d9 100644 Binary files a/Master/texmf-dist/doc/latex/pict2e/pict2e.pdf and b/Master/texmf-dist/doc/latex/pict2e/pict2e.pdf differ -- cgit v1.2.3