summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips/pst-cie
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-05 22:01:50 +0000
committerKarl Berry <karl@freefriends.org>2021-11-05 22:01:50 +0000
commitcda0f734f6d6f8590440b72ae8526d7e52b7b025 (patch)
treec70a3a0537bd758908d0d6c5a0cfc9888bbdb150 /Master/texmf-dist/dvips/pst-cie
parent4dd393717b3ec1f67c90dcf5bc7a7e071aef8c2b (diff)
pst-cie (5nov21)
git-svn-id: svn://tug.org/texlive/trunk@60959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/pst-cie')
-rw-r--r--Master/texmf-dist/dvips/pst-cie/pst-cie.pro19
1 files changed, 11 insertions, 8 deletions
diff --git a/Master/texmf-dist/dvips/pst-cie/pst-cie.pro b/Master/texmf-dist/dvips/pst-cie/pst-cie.pro
index 9d4e119220c..4749187048c 100644
--- a/Master/texmf-dist/dvips/pst-cie/pst-cie.pro
+++ b/Master/texmf-dist/dvips/pst-cie/pst-cie.pro
@@ -1,10 +1,9 @@
-%% version 1.06a 2018-12-16
+%
+%% version 0.03 2021-11-04
/tx@CIEdict 50 dict def
tx@CIEdict begin
-%
-%
+%%
%(pst-cie-data.pro) run
-%% version 0.02 2018-12-16
%% CIE 1931 (2 degree)
% Wavelength >= 360 && Wavelength <= 830
/CIE1931 [
@@ -2371,18 +2370,22 @@ gsave
0.5 setlinewidth
axes
/NimbusSanL-Bold findfont 5 scalefont setfont
- 0 0.1 0.9 {
+ 0.0 0.1 0.9 {
/i exch def
/M1 {i unit -0.05 unit} def
/M2 {i unit -0.06 unit} def
M1 moveto M2 lineto stroke
- M2 -5 add exch -3.5 add exch moveto i 15 string cvs show
+ M2 -5 add exch -3.5 add exch moveto
+ i 0 eq { (0.0) } { i 15 string cvs } ifelse
+ show
} for
- 0 0.1 0.9 {
+ 0.0 0.1 0.9 {
/i exch def
/M1 {-0.05 unit i unit } def /M2 {-0.06 unit i unit } def
M1 moveto M2 lineto stroke
- M2 -2 add exch -8 add exch moveto i 15 string cvs show
+ M2 -2 add exch -8 add exch moveto
+ i 0 eq { (0.0) } { i 15 string cvs } ifelse
+ show
} for
gsave
/NimbusSanL-Bold findfont 5 scalefont setfont