texlive[44281] Master/texmf-dist: pstricks-add (10may17)
commits+karl at tug.org
commits+karl at tug.org
Wed May 10 23:11:47 CEST 2017
Revision: 44281
http://tug.org/svn/texlive?view=revision&revision=44281
Author: karl
Date: 2017-05-10 23:11:47 +0200 (Wed, 10 May 2017)
Log Message:
-----------
pstricks-add (10may17)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/generic/pstricks-add/Changes
trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.bib
trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf
trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex
trunk/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex
Modified: trunk/Master/texmf-dist/doc/generic/pstricks-add/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pstricks-add/Changes 2017-05-10 20:06:11 UTC (rev 44280)
+++ trunk/Master/texmf-dist/doc/generic/pstricks-add/Changes 2017-05-10 21:11:47 UTC (rev 44281)
@@ -1,4 +1,4 @@
-%% $Id: Changes 331 2016-09-01 19:16:02Z herbert $
+%% $Id: Changes 449 2017-05-10 14:34:18Z herbert $
%%
pstricks-add.pro -----------
0.23 2009-12-17 - add RGBtoGRAY and WavelengthToGRAY
@@ -39,6 +39,8 @@
pstricks-add.tex ----------- (hv)
+ v 3.83 2017-05-10 - use the star version for \psChar if no extra
+ linecolor present.
v 3.82 2016-09-01 - moved arrow macros to new package pst-arrow
v 3.81 2016-08-08 - added \psOlympicRings
v 3.80 2016-04-25 - moved node definitions into pst-node
Modified: trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.bib
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.bib 2017-05-10 20:06:11 UTC (rev 44280)
+++ trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.bib 2017-05-10 21:11:47 UTC (rev 44281)
@@ -25,7 +25,7 @@
@Book{PSTricks-E,
author = {Herbert Vo\ss},
- title = {{\PST} {G}rafics for \LaTeX},
+ title = {{\PST} {G}raphics for \LaTeX},
edition = {1},
publisher = {UIT},
year = {2011},
@@ -35,7 +35,7 @@
@Book{companion04,
author = {Frank Mittelbach and Michel Goosens et al},
title = {The {\LaTeX} {C}ompanion},
- edition = {second},
+ edition = {2},
publisher = {Addison-Wesley Publishing Company},
year = {2004},
address = {Boston}
@@ -44,7 +44,7 @@
@Book{begleiter05,
author = {Frank Mittelbach and Michel Goosens et al},
title = {Der {\LaTeX} {B}egleiter},
- edition = {zweite},
+ edition = {2},
publisher = {Pearson Education},
year = {2005},
address = {M\"unchen}
Modified: trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex 2017-05-10 20:06:11 UTC (rev 44280)
+++ trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex 2017-05-10 21:11:47 UTC (rev 44281)
@@ -1,8 +1,9 @@
-%% $Id: pstricks-add-doc.tex 327 2016-09-01 18:59:35Z herbert $
+%% $Id: pstricks-add-doc.tex 333 2016-09-01 19:36:09Z herbert $
+%
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings,
headexclude,footexclude,oneside]{pst-doc}
\listfiles
-
+\usepackage{biblatex}
\addbibresource{pstricks-add-doc.bib}
\makeatletter
%\RequirePackage{ltxcmds}[2010/01/28]
@@ -14,8 +15,8 @@
%\input{data/pstricks-add-doc.data}
\usepackage[utf8]{inputenc}
-\usepackage{pstricks-add}
-\let\pstricksaddFV\fileversion
+%\usepackage{pstricks-add}
+%\let\pstricksaddFV\fileversion
\usepackage{pst-eucl,pst-fun,pst-func,multirow}
\usepackage{pifont,pst-func}
\let\belowcaptionskip\abovecaptionskip
@@ -35,7 +36,7 @@
\iffalse
\psset{unit=1.5}
-\begin{pspicture}(-3,-3)(3,3)
+\begin{pspicture}(-3,-3.25)(3,3)
\psChart[userColor={red!30,green!30,blue!40,gray,cyan!50,
magenta!60,cyan},chartSep=30pt,shadow=true,shadowsize=5pt]{34.5,17.2,20.7,15.5,5.2,6.9}{6}{2}
\psset{nodesepA=5pt,nodesepB=-10pt}
Modified: trunk/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex 2017-05-10 20:06:11 UTC (rev 44280)
+++ trunk/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex 2017-05-10 21:11:47 UTC (rev 44281)
@@ -31,8 +31,9 @@
\ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi
\ifx\PSTmathLoaded\endinput\else \input pst-math \fi
%
-\def\fileversion{3.82}
-\def\filedate{2016/09/01}
+\def\fileversion{3.83}
+\def\filedate{2017/05/10}
+\let\pstricksaddFV\fileversion
\message{`pstricks-add' v\fileversion, \filedate\space (dr,hv)}
%
\edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax
@@ -1408,7 +1409,7 @@
\pst at dima=\chart at tempA\p@%
\ifdim\pst at dima>\pst at dimn\global\pst at dimn=\pst at dima\fi%
}%
- \addbefore at par{dimen=outer}%
+ \addbefore at par{linejoin=2,dimen=outer}%
\begin at SpecialObj%
\ifnum\psk at chartColor>0\relax%
\chart at ColorStep=400\p@\else\chart at ColorStep=\p@\fi % the "numerical color"
@@ -1468,8 +1469,8 @@
\pswedge[linecolor=\pslinecolor,fillstyle=solid,fillcolor={chartFillColor\the\pst at cnta}]%
(\psk at chartSep\p@;\pst at number\pst at dimo){\pst at chartRadius}{\pst at number\pst at dimn}{\pst at number\pst at dimm}%
\else
- \pswedge[linecolor={chartFillColor\the\pst at cnta},fillstyle=solid,fillcolor={chartFillColor\the\pst at cnta}]%
- (\psk at chartSep\p@;\pst at number\pst at dimo){\pst at chartRadius}{\pst at number\pst at dimn}{\pst at number\pst at dimm}%
+ \pswedge*[linecolor={chartFillColor\the\pst at cnta}]%
+ (\psk at chartSep\p@;\pst at number\pst at dimo){\pst at chartRadius}{\pst at number\pst at dimn}{\pst at number\pst at dimm}%
\fi
\pst at dima=\pst at chartRadius\advance\pst at dima by \psk at chartSep\p@%
\pnode(\pst at dima;\pst at number\pst at dimo){psChart\the\pst at cnta}%
@@ -1482,7 +1483,7 @@
\pswedge[linecolor=\pslinecolor,fillstyle=solid,fillcolor={chartFillColor\the\pst at cnta}](0,0)%
{\pst at chartRadius}{\pst at number\pst at dimn}{\pst at number\pst at dimm}%
\else
- \pswedge[linecolor={chartFillColor\the\pst at cnta},fillstyle=solid,fillcolor={chartFillColor\the\pst at cnta}](0,0)%
+ \pswedge*[linecolor={chartFillColor\the\pst at cnta}](0,0)%
{\pst at chartRadius}{\pst at number\pst at dimn}{\pst at number\pst at dimm}%
\fi
\pnode(\pst at chartRadius;\pst at number\pst at dimo){psChart\the\pst at cnta}%
More information about the tex-live-commits
mailing list