diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-light3d/pst-light3d.tex | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-light3d/pst-light3d.sty | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-light3d/pst-light3d.tex b/Master/texmf-dist/tex/generic/pst-light3d/pst-light3d.tex index b2558046214..04cba260a4f 100644 --- a/Master/texmf-dist/tex/generic/pst-light3d/pst-light3d.tex +++ b/Master/texmf-dist/tex/generic/pst-light3d/pst-light3d.tex @@ -20,8 +20,8 @@ \input pst-xkey \pst@addfams{pst-light3d} % -\def\FileVersion{0.11} -\def\FileDate{2004/09/29} +\def\FileVersion{0.12} +\def\FileDate{2006/11/25} \message{`Pst-Light3d' v\FileVersion, \FileDate\space(DG/PK)} % \edef\PstAtCode{\the\catcode`\@} @@ -77,7 +77,7 @@ \tx@STV \pst@code grestore CP newpath moveto }% - \gdef\pst@code{} + \gdef\pst@code{}% }% \end@ClosedObj% }% @@ -97,7 +97,8 @@ #1}% \hbox{\box\pst@hbox}% \pstVerb{#2}% -}} +}\ignorespaces} +% \catcode`\@=\PstAtCode\relax \endinput %% diff --git a/Master/texmf-dist/tex/latex/pst-light3d/pst-light3d.sty b/Master/texmf-dist/tex/latex/pst-light3d/pst-light3d.sty index 3dab341ba16..43d8bf75c61 100644 --- a/Master/texmf-dist/tex/latex/pst-light3d/pst-light3d.sty +++ b/Master/texmf-dist/tex/latex/pst-light3d/pst-light3d.sty @@ -4,4 +4,5 @@ \input{pst-light3d.tex} \ProvidesFile{pst-light3d.tex} [\filedate\space v\fileversion\space `PST-light3d' (hv)] +\IfFileExists{pst-light3d.pro}{\@addtofilelist{pst-light3d.pro}}{}% \endinput
\ No newline at end of file |