diff options
author | Karl Berry <karl@freefriends.org> | 2021-09-10 21:02:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-09-10 21:02:02 +0000 |
commit | c5121330f7413d484bdcfe5206ac682acf9ff641 (patch) | |
tree | e51681a88363240f1f0e368bcbb2cdec96c945e2 /Master/texmf-dist/dvips | |
parent | d47195262a5323cc776706da3caf2c198e393306 (diff) |
pst-circ (10sep21)
git-svn-id: svn://tug.org/texlive/trunk@60464 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pst-circ/pst-circ.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pst-circ/pst-circ.pro b/Master/texmf-dist/dvips/pst-circ/pst-circ.pro index 57e66aef5f7..b2a3062baca 100644 --- a/Master/texmf-dist/dvips/pst-circ/pst-circ.pro +++ b/Master/texmf-dist/dvips/pst-circ/pst-circ.pro @@ -1,10 +1,11 @@ %! -% $Id: pst-circ.pro 646 2017-11-16 09:46:12Z herbert $ +% $Id: pst-circ.pro 209 2021-09-10 06:24:23Z herbert $ % % PostScript prologue for pst-circ.tex. -% version 0.01 2007-03-23 (hv) +% version 0.02 2021-09-09 (hv) % For distribution, see pstricks.tex. % +/tx@CircDict 50 dict def % used in pst-circ.tex /GetNode { tx@NodeDict begin tx@NodeDict 1 index known { load GetCenter } { pop 0 0 } ifelse |