summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-14 21:58:59 +0000
committerKarl Berry <karl@freefriends.org>2018-11-14 21:58:59 +0000
commit80997f0765e6e81eddcb63c27e7533f641289d62 (patch)
tree546b9e4a6355318290de7e8a37f2024417fff854
parent887b7325c46470e11aff67219395421d0fbc8060 (diff)
pstricks (14nov18)
git-svn-id: svn://tug.org/texlive/trunk@49157 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news18.pdfbin68237 -> 68368 bytes
-rw-r--r--Master/texmf-dist/dvips/pstricks/pstricks.pro18
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg4
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/pstricks.tex6
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pst-doc.cls4
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pstricks.sty6
6 files changed, 26 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf
index ec17b58a134..6904025bbb2 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf
Binary files differ
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro
index 03148f97d34..ea9e66cc361 100644
--- a/Master/texmf-dist/dvips/pstricks/pstricks.pro
+++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro
@@ -1,7 +1,7 @@
-% $Id: pstricks.pro 698 2017-12-30 19:08:50Z herbert $
+% $Id: pstricks.pro 838 2018-11-14 19:00:45Z herbert $
%
%% PostScript prologue for pstricks.tex.
-%% Version 1.28, 2017/12/30
+%% Version 1.29, 2018/11/14
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
@@ -46,6 +46,20 @@ tx@Dict begin
pop pop 0 }{ sqrt exch atan} ifelse
y 0 lt { 180 add } if
} def
+/Power { % a^b latest ghostscript don't allow -4^-3.1
+ 2 dict begin % hold all local
+ /b ED
+ /a ED
+ a 0 lt % prevent something like (-4)^(-3.1)=> 1/(-4)^3
+ { b 0 lt
+ { a b cvi exp }
+ { a b exp } ifelse
+ }
+ { a 0 eq { 0 }{ a b exp } ifelse
+ } ifelse
+ end
+} def
+%
/NET { neg exch neg exch T } def % change coordinate system to the negative one
/Pyth { dup mul exch dup mul add sqrt } def % Pythagoras, expects 2 parameter
/Pyth2 { % Pythagoras, xA yA xB yB
diff --git a/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg b/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg
index 3b4f9b4653d..d9648c1d0a0 100644
--- a/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg
+++ b/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg
@@ -1,4 +1,4 @@
-% $Id: dvips.cfg 446 2017-04-19 11:40:55Z herbert $
+% $Id: dvips.cfg 797 2018-08-23 18:33:16Z herbert $
%% BEGIN: pstricks.con (for dvips driver)
%%
%% Configuration file for PSTricks
@@ -11,7 +11,7 @@
{\catcode`\"=12\gdef\pstverb#1{\special{" #1}}} % Check catcode of "
\def\pstunit{1bp}%
\def\pstVerb#1{\special{ps:#1}}% hv write it without a preceding space
-\def\pstverbscale{SDict begin normalscale end}
+\def\pstverbscale{SDict begin normalscale end}%
\def\pstnodescale{}% not needed for pdftex
% DG/SR modification begin - Apr. 28, 1997 (D. Carlisle + S. Rahtz)
% \def\pstheader#1{\special{header=#1}}
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
index e0540b78aa2..7b9e2ba95db 100644
--- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
+++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
@@ -1,4 +1,4 @@
-%% $Id: pstricks.tex 797 2018-08-23 18:33:16Z herbert $
+%% $Id: pstricks.tex 838 2018-11-14 19:00:45Z herbert $
%% pstricks.tex
%% COPYRIGHT 1993, 1994, 1999 by Timothy Van Zandt, tvz@nwu.edu.
%% COPYRIGHT 2000-2003 by Denis Girou.
@@ -80,8 +80,8 @@
\fi
\let\pgfforeach\foreach
%
-\def\fileversion{2.86}
-\def\filedate{2018/08/23}
+\def\fileversion{2.86a}
+\def\filedate{2018/11/14}
\pst@addfams{pstricks}
%
%\define@boolkey[psset]{pstricks}[Pst@]{useURWfonts}[true]{}
diff --git a/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls b/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls
index 526e5aade0c..e90cbdd5c01 100644
--- a/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls
+++ b/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls
@@ -1,4 +1,4 @@
-% $Id: pst-doc.cls 680 2017-12-05 12:22:55Z herbert $
+% $Id: pst-doc.cls 755 2018-04-13 11:33:43Z herbert $
%
%%
%% The PSTricks Project
@@ -97,7 +97,7 @@
\RequirePackage{tabularx,ragged2e}
\RequirePackage{booktabs}
\RequirePackage[bottom,stable,ragged]{footmisc}
-\RequirePackage{chngcntr}
+%\RequirePackage{chngcntr}
\RequirePackage{nameref}
\RequirePackage{varioref}
\RequirePackage{subfig}
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
index 7d928352b04..f3753709a61 100644
--- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
+++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
@@ -1,4 +1,4 @@
-% $Id: pstricks.sty 704 2018-01-06 09:50:33Z herbert $
+% $Id: pstricks.sty 736 2018-02-26 08:04:35Z herbert $
%%
%% This is file `pstricks.sty'.
%%
@@ -17,7 +17,7 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{pstricks}[2018/01/06 v0.67 LaTeX wrapper for `PSTricks' (RN,HV)]
+\ProvidesPackage{pstricks}[2018/02/08 v0.68 LaTeX wrapper for `PSTricks' (RN,HV)]
%
\def\documentclass{%
\edef\@tempa{\jobname.tex }%
@@ -97,7 +97,7 @@
\ProvidesFile{pst-fp.tex}[\filedate\space v\fileversion\space `PST-fp' (hv)]
\IfFileExists{pstricks.pro}{%
\ProvidesFile{pstricks.pro}
- [2017/09/18 v. 1.27, PostScript prologue file (hv)]
+ [2018/11/14 v. 1.29, PostScript prologue file (hv)]
\@addtofilelist{pstricks.pro}}{}%
\IfFileExists{pst-algparser.pro}{%
\ProvidesFile{pst-algparser.pro}[2011/10/31 v. 0.04, PostScript prologue file (hv)]