summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.generic4
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.latex1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.pdfbin63694 -> 68823 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.tex18
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/pstricks.tex17
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pstricks.sty1
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
8 files changed, 34 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes b/Master/texmf-dist/doc/generic/pstricks/Changes
index add157cac37..329a70e1b07 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes
@@ -1,3 +1,4 @@
+2013-04-17 - updated news2013
2011-04-30 - extensions to pst-doc.cls v 0.19
2011-04-20 - extensions to pst-doc.cls v 0.18
2010-11-03 - extensions to pst-doc.cls v 0.16
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
index 0184acd72b0..41de55f98f1 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
@@ -1,4 +1,8 @@
pstricks.tex --------
+2.41 2013-04-17 - add option for using the pgf PS functions.
+ in some cases they are missing. They are
+ defined in pst-tools.pro which os loaded
+ by default.
2.40 2013-04-05 - fix for showgrid=top. Uses now the
same units as showgrid=bottom
- added \psRing
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.latex b/Master/texmf-dist/doc/generic/pstricks/Changes.latex
index 1602553c21f..c3c3b50a6da 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.latex
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.latex
@@ -1,4 +1,5 @@
pstricks.sty --------
+0.55 2013-04-05 - pass option pdfcrop=--hres to auto-pst-pdf
0.54 2013-04-05 - revert setting of the fillcolor, see 0.33
0.53 2012-08-24 - update version number for pro files
0.52 2011-10-31 - update version number for pro files
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
index 12bf0bffc6c..72999d1a031 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
index b3174fe2b06..82570b8a406 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-news13.tex 763 2013-04-05 08:45:57Z herbert $
+%% $Id: pst-news13.tex 767 2013-04-17 21:38:48Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,oneside]{pst-doc}
\listfiles
@@ -31,6 +31,13 @@ basic package \nxLFile{pstricks}}
%--------------------------------------------------------------------------------------
\section{\texttt{pstricks.tex} (\pstricksFV -- \pstricksFD)}
%--------------------------------------------------------------------------------------
+There is a new optional argument \Lkeyword{pgffunctions} for the environment \Lenv{pspicture}.
+With this option one can force the loading of the special pgf PostScript function
+which in some cases are missing, when using the package \LPack{auto-pst-pdf} and another
+package which uses pgf macros.
+
+\lstinline|\begin{pspicture}[pgffunctions,...](...)(...)|
+
\subsection{Fillstyle \texttt{dots}}
A fix for the fill style \Lkeyval{dots} to make it work again:
@@ -64,8 +71,15 @@ A fix for the fill style \Lkeyval{dots} to make it work again:
\part{Other packages}
\section{\texttt{pst-node} -- version \pstnodeFV\ | \pstnodeFD}
+\ttfamily
+1.27 2013-04-12 - added macro \Lcs{Cnodeput} which takes radius=...
+ into account\\
+1.26 2013-04-09 - added macros \Lcs{psncurve} and \Lcs{psnccurve}
+ for a sequence of nodes created by \Lcs{curvepnodes}\\
+1.25 2012-09-21 - Global node coordinates only with
+ saveNodeCoors
-
+\rmfamily
\clearpage
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
index 7625b3afb98..18412f54e62 100644
--- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
+++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
@@ -103,8 +103,8 @@
\input pgffor.code.tex
\let\pgfforeach\foreach
%
-\def\fileversion{2.40}
-\def\filedate{2013/04/05}
+\def\fileversion{2.41}
+\def\filedate{2013/04/17}
\catcode`\@=11\relax
\pst@addfams{pstricks}
%
@@ -3354,9 +3354,9 @@ pop
\fi
\pst@tempc
\tx@Ellipse
- closepath%
+ closepath
}%
- \showpointsfalse
+ \showpointsfalse
\end@ClosedObj%
}
%
@@ -3521,7 +3521,7 @@ pop
\pssetlength\pst@dimc{#2}%
\def\pst@linetype{4}%
\addto@pscode{
- \pst@coor
+ \pst@coor
\ifPst@SpecialLength \pst@SpecialLength \else \pst@number\pst@dimc \fi
\psk@dimen CLW mul sub
0 360 arc
@@ -3625,12 +3625,12 @@ pop
\pst@@getcoor{#2}%
\addto@pscode{
0 360
- \pst@coor
+ \pst@coor
\ifdim\psk@dimen\p@=\z@\else
\psk@dimen CLW mul
dup 4 -1 roll sub neg 3 1 roll sub
\fi
- \pst@tempa
+ \pst@tempa
\tx@Ellipse
\ifPst@variableLW \pst@flattenpath \fi
closepath
@@ -4095,6 +4095,8 @@ pop
\fi%
}
\psset[pstricks]{showgrid=false}
+\define@boolkey[psset]{pstricks}[Pst@]{pgffunctions}[true]{}
+\psset[pstricks]{pgffunctions=false}
%
\newdimen\pst@shift
\newif\ifPst@shift@star
@@ -4144,6 +4146,7 @@ pop
\ifshowgrid\ifnum\showgridp@s=0\psgrid[style=gridstyle]\fi\fi%
% ----------- 1.10/12 end hv -------------------
\ignorespaces% % 2008-12-07
+ \ifPst@pgffunctions\pstVerb{ pgffunctions } \fi % hv 2013-04-17
}
\def\pic@coor{(0,0)(0,0)(10,10)}
%\newdimen\pst@shift
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
index eef59f7a85d..5b7d6c4dbe9 100644
--- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
+++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
@@ -58,6 +58,7 @@
\@ifclassloaded{beamer}%
{\usepackage{auto-pst-pdf}}%
{\AtBeginDocument{\usepackage{auto-pst-pdf}}}%
+ \def\app@pdfcrop@opts{--hres}%%% hv 20130405
\ifnum\pdfshellescape=\@ne\else
\PackageWarningNoLine{pstricks}{%
************************************ \MessageBreak
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index bdec29e39c0..0a3b421cbe4 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -4097,6 +4097,7 @@ sub MAKEpstricks {
&xmkdir ("$DEST/tex/generic");
&SYSTEM ("$MV generic $DEST/tex/generic/pstricks");
&SYSTEM ("$MV config $DEST/tex/generic/pstricks/");
+ &SYSTEM ("$RM $DEST/tex/generic/pstricks/test.ps");
#
&xmkdir ("$DEST/tex/latex");
&SYSTEM ("$MV latex $DEST/tex/latex/pstricks");