diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-08 00:01:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-08 00:01:45 +0000 |
commit | fea76cb6e926a1cc0c6da87545e92e1e87f8ed31 (patch) | |
tree | a6461702ae6aeda5c05b81c74a8558130ebf70a5 /Master | |
parent | afcd1593272b9e2b915b9677229483d6b687c85d (diff) |
pst-diffraction update (3sep08)
git-svn-id: svn://tug.org/texlive/trunk@10457 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf-dist/doc/generic/pst-diffraction/Changes | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-diffraction/pst-diffraction.tex | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-diffraction/Changes b/Master/texmf-dist/doc/generic/pst-diffraction/Changes index 570ea66d998..d5cad1459f4 100755 --- a/Master/texmf-dist/doc/generic/pst-diffraction/Changes +++ b/Master/texmf-dist/doc/generic/pst-diffraction/Changes @@ -1,4 +1,6 @@ pst-diffraction.tex -------- +2.03 2008-09-03 - fix compatibility bug with pst-3d + (\variablesIIID no more valid) 2.02 2007-09-25 - add IIID option for all macros - new option showFunc 2.01 2007-09-13 first CTAN version diff --git a/Master/texmf-dist/tex/generic/pst-diffraction/pst-diffraction.tex b/Master/texmf-dist/tex/generic/pst-diffraction/pst-diffraction.tex index 842e2721544..1c653b37709 100644 --- a/Master/texmf-dist/tex/generic/pst-diffraction/pst-diffraction.tex +++ b/Master/texmf-dist/tex/generic/pst-diffraction/pst-diffraction.tex @@ -25,8 +25,8 @@ \ifx\PSTThreeDplotLoaded\endinput\else\input pst-3dplot.tex\fi \ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi % -\def\fileversion{2.02}% -\def\filedate{2007/09/25}% +\def\fileversion{2.03}% +\def\filedate{2008/09/03}% \message{`PST-diffraction v\fileversion, \filedate\space (ML,hv)}% \edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax \pst@addfams{pst-diff} @@ -95,7 +95,7 @@ /borneypt 1 heightSlit div focus mul ondeLongueur mul 2845 mul def \ifPst@Diffraction@IIID \psk@ThreeDplot@zMax dup \tx@ScreenCoor pop /zScale ED - tx@3DPlotDict begin \variablesIIID end + tx@3DPlotDict begin \IIIDplot@variables end \fi % Les calculs commencent... /yEnd borneypt 4 mul def @@ -171,7 +171,7 @@ /Blue ED /Green ED /Red ED \ifPst@Diffraction@IIID \psk@ThreeDplot@zMax dup \tx@ScreenCoor pop /zScale ED - tx@3DPlotDict begin \variablesIIID end + tx@3DPlotDict begin \IIIDplot@variables end \fi % 0 0 translate %% Handbook of mathematical functions @@ -409,7 +409,7 @@ /borneypt 1 h div f mul L mul 2845 mul def \ifPst@Diffraction@IIID \psk@ThreeDplot@zMax dup \tx@ScreenCoor pop /zScale ED - tx@3DPlotDict begin \variablesIIID end + tx@3DPlotDict begin \IIIDplot@variables end \fi /P { 1 k y mul x p y mul sub mul div |