diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-01 18:57:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-01 18:57:53 +0000 |
commit | a09f32d74e02ec35c7d7eb0c2c18c87231c60739 (patch) | |
tree | c23465682c2624f083be55d7597797d955069713 | |
parent | ad2dd8cf86432193642665a7a96d5bc850f09dea (diff) |
pst-3d update (28feb10)
git-svn-id: svn://tug.org/texlive/trunk@17257 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-3d/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-3d/pst-3d-doc.pdf | bin | 139593 -> 139502 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-3d/pst-3d.tex | 9 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-3d/Changes b/Master/texmf-dist/doc/generic/pst-3d/Changes index 8c550140a25..e8b1bbc28f7 100644 --- a/Master/texmf-dist/doc/generic/pst-3d/Changes +++ b/Master/texmf-dist/doc/generic/pst-3d/Changes @@ -1,4 +1,5 @@ pst-3d.tex -------- +1.11 2010/02/14 - trailing space in \psAffinTransform 1.10 2010/02/13 - created a pro file - add macro \pstAffinTransform 1.00 2005/09/08 - using the extended pst-xkey instead of the old pst-key package; diff --git a/Master/texmf-dist/doc/generic/pst-3d/pst-3d-doc.pdf b/Master/texmf-dist/doc/generic/pst-3d/pst-3d-doc.pdf Binary files differindex 2ac82497d40..4a55c984a62 100644 --- a/Master/texmf-dist/doc/generic/pst-3d/pst-3d-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-3d/pst-3d-doc.pdf diff --git a/Master/texmf-dist/tex/generic/pst-3d/pst-3d.tex b/Master/texmf-dist/tex/generic/pst-3d/pst-3d.tex index ec28ebb0aa1..c666065dc78 100644 --- a/Master/texmf-dist/tex/generic/pst-3d/pst-3d.tex +++ b/Master/texmf-dist/tex/generic/pst-3d/pst-3d.tex @@ -1,4 +1,4 @@ -%% $Id: pst-3d.tex 289 2010-02-13 14:35:35Z herbert $ +%% $Id: pst-3d.tex 290 2010-02-13 15:24:44Z herbert $ %% This is file `pst-3d.tex', %% %% IMPORTANT NOTICE: @@ -21,8 +21,8 @@ \ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi \ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi % (hv 2005-09-03) % -\def\fileversion{1.10} -\def\filedate{2010/02/13} +\def\fileversion{1.11} +\def\filedate{2010/02/14} \message{`PST-3d' v\fileversion, \filedate\space (tvz)} % \edef\PstAtCode{\the\catcode`\@} @@ -272,14 +272,13 @@ \endgroup} % \def\psAffinTransform{\pst@object{psAffinTransform}} -\def\psAffinTransform@i#1{ +\def\psAffinTransform@i#1{% \begin@SpecialObj% \pst@makebox{\psAffinTransform@ii{#1}}}% \def\psAffinTransform@ii#1{% \pst@Verb{ { [#1] concat } \tx@TMChange }% \box\pst@hbox \pst@Verb{ \tx@TMRestore }% \end@SpecialObj} -\makeatother % \catcode`\@=\PstAtCode\relax \endinput |