diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-13 22:49:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-13 22:49:55 +0000 |
commit | 06d4512ae3302b4ee4c9cf505c162fea64002ce5 (patch) | |
tree | bd0431242ab81093e485179895604404424d46ce | |
parent | ab062404c17563eba0352a2a257162c0e9310933 (diff) |
pstricks (13dec18)
git-svn-id: svn://tug.org/texlive/trunk@49402 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf | bin | 69763 -> 64586 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news18.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf Binary files differindex d12fcc533f6..749a3eb4d0e 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news18.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news18.tex index 949fcab9e0c..e8f8c80a139 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news18.tex +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news18.tex @@ -3,13 +3,13 @@ headinclude=false,footinclude=false,twoside]{pst-doc} \listfiles \let\Lfile\LFile -\usepackage[utf8]{inputenc} -\usepackage{pst-node} +\usepackage{pstricks,pst-node} \let\pstnodeFV\fileversion \let\pstnodeFD\filedate \usepackage{pst-plot} \usepackage{pst-solides3d} \usepackage{pst-node} +\usepackage{pst-calculate} \usepackage{pstricks-add} \usepackage{xkvview} \renewcommand\bgImage{\psscalebox{15}{\color{blue!20}\the\year}} diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index b6d8128f047..923352d4402 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -1,4 +1,4 @@ -%% $Id: pstricks.tex 856 2018-12-11 11:20:46Z herbert $ +%% $Id: pstricks.tex 857 2018-12-13 11:20:40Z herbert $ %% pstricks.tex %% COPYRIGHT 1993, 1994, 1999 by Timothy Van Zandt, tvz@nwu.edu. %% COPYRIGHT 2000-2003 by Denis Girou. @@ -80,8 +80,8 @@ \fi \let\pgfforeach\foreach % -\def\fileversion{2.87} -\def\filedate{2018/12/11} +\def\fileversion{2.88} +\def\filedate{2018/12/13} \pst@addfams{pstricks} % %\define@boolkey[psset]{pstricks}[Pst@]{useURWfonts}[true]{} @@ -4113,9 +4113,9 @@ pop \rput@ii } \def\test@for@options#1=#2\@nil{% - \if$#2$ % #2 is empty -> old syntax + \if$#2$% #2 is empty -> old syntax \pst@cntm=\z@ - \else % something like foo=bar + \else % something like foo=bar \pst@cntm=\@ne \fi } |