summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-24 21:59:19 +0000
committerKarl Berry <karl@freefriends.org>2017-08-24 21:59:19 +0000
commitdb5e19406efc8d838a693366ccec1e979415b988 (patch)
treeaa6d491555bfba3dd82a38184c8e676d1e19c4fb
parent9a1bbec62ce49dcc736d47fcdfaa608a945e2b40 (diff)
pst-cie (24aug17)
git-svn-id: svn://tug.org/texlive/trunk@45111 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/generic/pst-cie/Changes5
-rw-r--r--Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.bib10
-rw-r--r--Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.pdfbin21802039 -> 21762747 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.tex10
-rw-r--r--Master/texmf-dist/dvips/pst-cie/pst-cie.pro10
-rw-r--r--Master/texmf-dist/tex/generic/pst-cie/pst-cie.tex4
6 files changed, 16 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-cie/Changes b/Master/texmf-dist/doc/generic/pst-cie/Changes
index 7b69fdb0ade..9e42cde2b30 100644
--- a/Master/texmf-dist/doc/generic/pst-cie/Changes
+++ b/Master/texmf-dist/doc/generic/pst-cie/Changes
@@ -1,5 +1,6 @@
-
..... pst-cie.tex
+1.06 2017-08-24 - use always URW fonts instead of PostScript,
+ eg Helvetica->NimbusSanL
1.05 2016-05-16 - split pro file into two files
1.04 2016-05-15 - define \pstCIEContour as ClosedObj
- fixed bug with scaling
@@ -10,6 +11,8 @@
1.01 2016-04-18 - initial version
..... pst-cie.pro
+1.06 2017-08-24 - use always URW fonts instead of PostScript,
+ eg Helvetica->NimbusSanL
1.05 2016-05-16 - extract the data part to make it more
maintainable
1.04 2016-05-01 - fixed bug with scaling
diff --git a/Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.bib b/Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.bib
index 0302427234f..f2489b0756c 100644
--- a/Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.bib
+++ b/Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.bib
@@ -16,15 +16,7 @@
year = 1989,
}
-@Manual{pstricks,
- Title = {PSTricks - {\PS} macros for Generic TeX},
- Author = {Timothy Van Zandt},
- Address = {\url{http://www.tug.org/application/PSTricks}},
- year = 1993,
-}
-
-
-@Manual{vue3d:2002,
+@online{vue3d:2002,
Title = {PSTricks application},
Author = {Manuel Luque},
url = {http://pstricks.blogspot.de},
diff --git a/Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.pdf b/Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.pdf
index b85e6920d02..c0cc3409e5e 100644
--- a/Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.tex b/Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.tex
index c3604139871..2b4d27ea54e 100644
--- a/Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.tex
+++ b/Master/texmf-dist/doc/generic/pst-cie/pst-cie-doc.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-cie-doc.tex 300 2016-05-05 19:05:57Z herbert $
+%% $Id: pst-cie-doc.tex 309 2016-05-28 07:41:57Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings,
headexclude,footexclude,oneside]{pst-doc}
\listfiles
@@ -11,7 +11,7 @@
\rput(5.5,8){\textbf{Pal-Secam}}
\end{pspicture}}}
\lstset{explpreset={pos=l,width=-99pt,overhang=0pt,hsep=\columnsep,vsep=\bigskipamount,rframe={}}}
-\usepackage[style=dtk]{biblatex}
+\usepackage{biblatex}
\addbibresource{\jobname.bib}
\def\tabCIE{%
@@ -79,9 +79,7 @@ y&0.3300&0.7100&0.0800&0.3162\\\hline
\maketitle
-\section{Introductionj}
-
-
+\section{Introduction}
Using data (CIE XYZ CIE XYZ 1931 and 1964)
@@ -105,7 +103,7 @@ The macro \Lcs{psChromaticityDiagram}\OptArgs supports the following optional ar
\noindent
\begin{tabularx}{\linewidth}{@{}l>{\ttfamily}llX@{}}
\toprule
- \titretab{Option} & \titretab{Type} & \titretab{Défaut}
+ \titretab{Option} & \titretab{Type} & \titretab{Default}
& \titretab{Description}
\\\toprule
\Lkeyword{gamma} & number &2.2 & color correction\\
diff --git a/Master/texmf-dist/dvips/pst-cie/pst-cie.pro b/Master/texmf-dist/dvips/pst-cie/pst-cie.pro
index 80a905ad86d..b9effe48e96 100644
--- a/Master/texmf-dist/dvips/pst-cie/pst-cie.pro
+++ b/Master/texmf-dist/dvips/pst-cie/pst-cie.pro
@@ -1,4 +1,4 @@
-%% version 1.04 2016-05-15
+%% version 1.06 2017-08-24
/tx@CIEdict 50 dict def
tx@CIEdict begin
%
@@ -392,7 +392,7 @@ gsave
system
DrawGamut
gsave
- /Helvetica-bold findfont 5 scalefont setfont
+ /NimbusSanL-Bold findfont 5 scalefont setfont
cie-textcolor
100 10 270 {
/i exch def
@@ -465,7 +465,7 @@ gsave
cadre cie-textcolor stroke
0.5 setlinewidth
axes
- /Helvetica-bold findfont 5 scalefont setfont
+ /NimbusSanL-Bold findfont 5 scalefont setfont
0 0.1 0.9 {
/i exch def
/M1 {i unit -0.05 unit} def
@@ -480,7 +480,7 @@ gsave
M2 -2 add exch -8 add exch moveto i 15 string cvs show
} for
gsave
- /Helvetica-bold findfont 8 scalefont setfont
+ /NimbusSanL-Bold findfont 5 scalefont setfont
cie-textcolor
chromaticityCoordinates (xy) eq {
-0.08 unit 0.45 unit moveto (y) 90 rotate show
@@ -489,7 +489,7 @@ chromaticityCoordinates (xy) eq {
}ifelse
grestore
gsave
- /Helvetica-bold findfont 8 scalefont setfont
+ /NimbusSanL-Bold findfont 5 scalefont setfont
cie-textcolor
chromaticityCoordinates (xy) eq {
0.35 unit -0.08 unit moveto (x) show
diff --git a/Master/texmf-dist/tex/generic/pst-cie/pst-cie.tex b/Master/texmf-dist/tex/generic/pst-cie/pst-cie.tex
index 1071fe21b4b..989e5c86cf7 100644
--- a/Master/texmf-dist/tex/generic/pst-cie/pst-cie.tex
+++ b/Master/texmf-dist/tex/generic/pst-cie/pst-cie.tex
@@ -23,8 +23,8 @@
\ifx\PSTnodesLoaded\endinput\else \input pst-node \fi
%\ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi
%
-\def\fileversion{1.05}
-\def\filedate{2016/05/16}
+\def\fileversion{1.06}
+\def\filedate{2017/08/24}
\message{`PST-cie' v\fileversion, \filedate\space (hv)}
%
\edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax