summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news19.pdfbin59786 -> 59882 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news19.tex23
2 files changed, 21 insertions, 2 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
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf
Binary files 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}