texlive[49157] Master/texmf-dist: pstricks (14nov18)
commits+karl at tug.org
commits+karl at tug.org
Wed Nov 14 22:58:59 CET 2018
Revision: 49157
http://tug.org/svn/texlive?view=revision&revision=49157
Author: karl
Date: 2018-11-14 22:58:59 +0100 (Wed, 14 Nov 2018)
Log Message:
-----------
pstricks (14nov18)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf
trunk/Master/texmf-dist/dvips/pstricks/pstricks.pro
trunk/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg
trunk/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
trunk/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls
trunk/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
Modified: trunk/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/dvips/pstricks/pstricks.pro
===================================================================
--- trunk/Master/texmf-dist/dvips/pstricks/pstricks.pro 2018-11-14 15:23:03 UTC (rev 49156)
+++ trunk/Master/texmf-dist/dvips/pstricks/pstricks.pro 2018-11-14 21:58:59 UTC (rev 49157)
@@ -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 @@
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
Modified: trunk/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg 2018-11-14 15:23:03 UTC (rev 49156)
+++ trunk/Master/texmf-dist/tex/generic/pstricks/config/dvips.cfg 2018-11-14 21:58:59 UTC (rev 49157)
@@ -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}}
Modified: trunk/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pstricks/pstricks.tex 2018-11-14 15:23:03 UTC (rev 49156)
+++ trunk/Master/texmf-dist/tex/generic/pstricks/pstricks.tex 2018-11-14 21:58:59 UTC (rev 49157)
@@ -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 at 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 at addfams{pstricks}
%
%\define at boolkey[psset]{pstricks}[Pst@]{useURWfonts}[true]{}
Modified: trunk/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls 2018-11-14 15:23:03 UTC (rev 49156)
+++ trunk/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls 2018-11-14 21:58:59 UTC (rev 49157)
@@ -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}
Modified: trunk/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pstricks/pstricks.sty 2018-11-14 15:23:03 UTC (rev 49156)
+++ trunk/Master/texmf-dist/tex/latex/pstricks/pstricks.sty 2018-11-14 21:58:59 UTC (rev 49157)
@@ -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)]
More information about the tex-live-commits
mailing list