diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/pstricks')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg b/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg index 08f7a66be78..197ce54ace5 100644 --- a/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg +++ b/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg @@ -37,6 +37,7 @@ %% If you want to include your own customizations to pstricks.tex, then %% uncomment the \pstcustomize command, and include your modifications %% after \pstcustomize. These will be read in after pstricks.tex. + %\pstcustomize \endinput diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index d8d129996ee..1919c78facd 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -1,4 +1,3 @@ -%% $Id: pst-fp.tex 259 2010-01-17 09:51:50Z herbert $ %% pstricks.tex %% COPYRIGHT 1993, 1994, 1999 by Timothy Van Zandt, tvz@nwu.edu. %% COPYRIGHT 2000-2003 by Denis Girou. @@ -111,8 +110,8 @@ \input pgffor.code.tex \let\pgfforeach\foreach % -\def\fileversion{2.45} -\def\filedate{2013/07/09} +\def\fileversion{2.46} +\def\filedate{2013/08/20} \catcode`\@=11\relax \pst@addfams{pstricks} % @@ -4255,6 +4254,7 @@ pop \@namedef{pspicture*}{\pspicture*} \@namedef{endpspicture*}{\endpspicture} % +\ifx\pstcustomize\relax \input pstricks.con \fi \catcode`\@=\PstAtCode\relax % \endinput |