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 +++++++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/doc/generic') 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} -- cgit v1.2.3