From 76139222f42fb84aa5cc52762eea816f5c8b271f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 23 Feb 2019 22:17:17 +0000 Subject: pstricks (22feb19) git-svn-id: svn://tug.org/texlive/trunk@50101 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/generic/pstricks/pst-news19.pdf | Bin 59786 -> 59882 bytes .../texmf-dist/doc/generic/pstricks/pst-news19.tex | 23 +++++++++++++++++++-- .../texmf-dist/tex/generic/pstricks/pstricks.tex | 8 +++---- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf index cfd2c58a090..c7999305a0c 100644 Binary files a/Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf and b/Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf differ diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news19.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news19.tex index e4a2c117c07..9db696bc293 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news19.tex +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news19.tex @@ -1,11 +1,13 @@ -%% $Id: pst-news19.tex 905 2019-01-13 13:15:30Z herbert $ +%% $Id: pst-news19.tex 934 2019-02-23 14:07:34Z herbert $ +\PassOptionsToPackage{useCalc}{pstricks} \documentclass[11pt,english,BCOR=10mm,DIV=12,bibliography=totoc,parskip=false,headings=small, headinclude=false,footinclude=false,twoside]{pst-doc} \listfiles \let\Lfile\LFile -\usepackage{pstricks,pst-node} +\usepackage{pstricks} \let\pstnodeFV\fileversion \let\pstnodeFD\filedate +\usepackage{pst-node} \usepackage{pst-plot} \usepackage{pst-solides3d} \usepackage{pst-node} @@ -100,6 +102,23 @@ pairwise coordinates. \end{LTXexample} +\iffalse +There is a new experimental feature, which allows algebraic notation for +coordinates. It needs + +\begin{verbatim} +\usepackage[useCalc]{pstricks} +\end{verbatim} + +\begin{LTXexample}[width=5.5cm] +\begin{pspicture}[showgrid](5,5) +\psline[linecolor=blue]{->}% + (0,4/3*0.5)(0.6*sqrt{33}, sqrt{20+0.3}) +\end{pspicture} +\end{LTXexample} + +\fi + \subsection{Error message} diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index 8faf41e6949..f2ee33fda9d 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 917 2019-01-22 16:27:48Z herbert $ +%% $Id: pstricks.tex 934 2019-02-23 14:07:34Z herbert $ %% pstricks.tex %% COPYRIGHT 1993, 1994, 1999 by Timothy Van Zandt %% COPYRIGHT 2000-2003 by Denis Girou. @@ -74,15 +74,15 @@ %\@ifnextchar[\ProvidesPackageRCS@i{\ProvidesPackageRCS@i[] }}%$ %\def\ProvidesPackageRCS@i[#1]#2{} -\ifx\pgfkeysloaded\endinput\else +\ifx\pgfkeysloaded\relax\else \input pgfutil-common.tex \input pgfkeys.code.tex \input pgffor.code.tex \fi \let\pgfforeach\foreach % -\def\fileversion{2.95} -\def\filedate{2019/01/22} +\def\fileversion{2.96} +\def\filedate{2019/02/23} \pst@addfams{pstricks} % %\define@boolkey[psset]{pstricks}[Pst@]{useURWfonts}[true]{} -- cgit v1.2.3