summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-24 23:39:47 +0000
committerKarl Berry <karl@freefriends.org>2012-08-24 23:39:47 +0000
commit306f3a8701f9ffc15a69bf77f89777b162de87d6 (patch)
tree8c8f26a4383e6881ceaf8ed3a7fd3580d44ba001 /Master/texmf-dist/doc
parent9861eb844e29dea93b9d8076d61cffe8b1ccef85 (diff)
pstricks (24aug12)
git-svn-id: svn://tug.org/texlive/trunk@27515 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.dvips2
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.generic2
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.latex1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news12.pdfbin97766 -> 98599 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news12.tex6
5 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
index 6114f142810..cfb7a2279b5 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
@@ -1,4 +1,6 @@
---- pstricks.pro
+1.15 2012-08-24 - modified Div operator
+ - take eofill into account
1.14 2012-08-13 - add eoclip for linefill and dotfill
1.13 2012-07-01 - add PenroseFillA
1.12 2012-02-12 - add option tickAngle and symbolLinewidth
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
index feef27cf870..a49cc79388e 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
@@ -1,4 +1,6 @@
pstricks.tex --------
+2.31 2012-08-24 - fixed bug with the star version of \psellipticarc
+ and the additional setting of showpoints
2.30 2012-08-13 - fixed bug with the star version of \psellipticarc
- added fillstyle options eovlines, eohlines,
eovlines*, and eohlines*
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.latex b/Master/texmf-dist/doc/generic/pstricks/Changes.latex
index 4c93a26d20d..b345f919f76 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.53 2012-08-24 - update version number for pro files
0.52 2011-10-31 - update version number for pro files
0.51 2011-08-01 - revert test for pdflatex / lualatex
0.50 2011-04-23 - message for pst-tools.pro
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news12.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news12.pdf
index 8250d1ed347..0dffe5567d6 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news12.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news12.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news12.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news12.tex
index c998b38870a..e9b71f1031e 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news12.tex
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news12.tex
@@ -68,6 +68,12 @@ the same way as \Lcs{psellipticwedge*} does. It is now fixed:
\end{pspicture}
\end{LTXexample}
+\begin{LTXexample}[pos=r]
+\begin{pspicture}[showgrid](4,4)
+\psellipticarc*[correctAngle=false,showpoints](2,0)(2,4){0}{130}
+\psdot(2,0)
+\end{pspicture}
+\end{LTXexample}
\subsection{Grid}