diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-01 22:01:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-01 22:01:38 +0000 |
commit | 91db8d984edbc2bdf3d6051f4bafe35849dbf3c5 (patch) | |
tree | f1acd5b0170de2c1960a5ad3e39da2855284490a /Master/texmf-dist/dvips | |
parent | c74fca475084164f9ec944b15d18d8550941b053 (diff) |
pstricks (2oct21)
git-svn-id: svn://tug.org/texlive/trunk@60670 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pst-dots.pro | 8 | ||||
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks.pro | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pst-dots.pro b/Master/texmf-dist/dvips/pstricks/pst-dots.pro index 62353d6c08b..9098492b253 100644 --- a/Master/texmf-dist/dvips/pstricks/pst-dots.pro +++ b/Master/texmf-dist/dvips/pstricks/pst-dots.pro @@ -1,7 +1,7 @@ -% $Id: pst-dots.pro 4 2020-06-09 08:32:19Z herbert $ +% $Id: pst-dots.pro 291 2021-10-01 09:22:45Z herbert $ % %% PostScript prologue for pstricks.tex. -%% Version 2.02, 2009/06/16 +%% Version 0.02, 2021/10/01 %% %% For distribution, see pstricks.tex. %% @@ -16,7 +16,7 @@ %% to add /Diamond, /SolidDiamond and /BoldDiamond %% Modified by Herbert Voss (hv) - 2008/04/17 % -12 dict dup dup begin +12 dict dup begin /FontType 1 def /FontName /PSTricksDotFont def /FontInfo 9 dict dup begin @@ -329,6 +329,6 @@ DBB61743DC569337082176ECBAD417354A5F900EA0BB5479162ED7ECCCD71AE8 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark -/PSTricksDotFont exch definefont +%/PSTricksDotFont exch definefont % %% end
\ No newline at end of file diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 178eb0475a6..87dc4d7e6bb 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,4 +1,4 @@ -% $Id: pstricks.pro 269 2021-09-25 13:47:26Z herbert $ +% $Id: pstricks.pro 290 2021-10-01 09:20:29Z herbert $ % %% PostScript prologue for pstricks.tex. %% Version 1.40, 2021/09/25 @@ -40,6 +40,7 @@ revision 952 gt /tx@Dict 200 dict def % the main PSTricks dictionary tx@Dict begin /ADict 25 dict def % The arrow dictionary +/fill@Dict 30 dict def % the fill dictionary /CM { matrix currentmatrix } bind def /SLW /setlinewidth load def /CLW /currentlinewidth load def |