diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-14 21:58:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-14 21:58:59 +0000 |
commit | 80997f0765e6e81eddcb63c27e7533f641289d62 (patch) | |
tree | 546b9e4a6355318290de7e8a37f2024417fff854 /Master/texmf-dist/tex | |
parent | 887b7325c46470e11aff67219395421d0fbc8060 (diff) |
pstricks (14nov18)
git-svn-id: svn://tug.org/texlive/trunk@49157 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
4 files changed, 10 insertions, 10 deletions
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)] |