diff options
author | Karl Berry <karl@freefriends.org> | 2017-10-04 23:04:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-10-04 23:04:03 +0000 |
commit | d47159a7f43a28a563b1f7c94f982e3f57945395 (patch) | |
tree | 4c7924ce3e34e9cf83978bf0bf3e3b3bdc89849b /Master/texmf-dist/dvips/pstricks/pstricks.pro | |
parent | b3a6a312f02486563f90e24dbb7555d63d54c31a (diff) |
pstricks (4oct17)
git-svn-id: svn://tug.org/texlive/trunk@45464 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/pstricks/pstricks.pro')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks.pro | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 0beb82a6a04..9fc3be31019 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,7 +1,7 @@ -% $Id: pstricks.pro 554 2017-09-17 19:04:49Z herbert $ +% $Id: pstricks.pro 616 2017-10-04 16:14:42Z herbert $ % %% PostScript prologue for pstricks.tex. -%% Version 1.27, 2017/09/23 +%% Version 1.27, 2017/09/18 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -55,7 +55,7 @@ tx@Dict begin sub % yB-yA xA-xB Pyth } def /PtoC { 2 copy cos mul 3 1 roll sin mul } def % Polar to Cartesian (origimal) -/PtoCrel { pst@angleunit 2 copy cos mul 3 1 roll sin mul } def % Polar to Cartesian +/PtoCrel { pst@angleunit 2 copy cos mul 3 1 roll sin mul } def % Polar to Cartesian with \degrees[??] /PtoCab { dup cos 4 -1 roll mul 3 1 roll sin mul } def % Polar to Cartesian (Ellipse) a b phi-> x y %/Rand { rand 4294967295 div } def % a real random number /Rand { rand 2147483447 div } def % a real random number between 0 and 1 @@ -985,7 +985,8 @@ gsave % Helvetica findfont b scalefont setfont % is set in pstricks.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - /b b .95 mul CLW 2 div add def } if + /NimbusSanL-Regu findfont b scalefont setfont + /b b .95 mul CLW 2 div add def } if systemdict /setstrokeadjust known { true setstrokeadjust /t { } def } { /t { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add |