summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-23 22:17:17 +0000
committerKarl Berry <karl@freefriends.org>2019-02-23 22:17:17 +0000
commit76139222f42fb84aa5cc52762eea816f5c8b271f (patch)
treecca82af0bc94427fe003af88f7ce5a5376c2a42f /Master/texmf-dist/doc/generic
parentc714634364a1153c6b21311a21d79fc932181ecc (diff)
pstricks (22feb19)
git-svn-id: svn://tug.org/texlive/trunk@50101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-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}