texlive[50101] Master/texmf-dist: pstricks (22feb19)

commits+karl at tug.org commits+karl at tug.org
Sat Feb 23 23:17:17 CET 2019


Revision: 50101
          http://tug.org/svn/texlive?view=revision&revision=50101
Author:   karl
Date:     2019-02-23 23:17:17 +0100 (Sat, 23 Feb 2019)
Log Message:
-----------
pstricks (22feb19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf
    trunk/Master/texmf-dist/doc/generic/pstricks/pst-news19.tex
    trunk/Master/texmf-dist/tex/generic/pstricks/pstricks.tex

Modified: trunk/Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/generic/pstricks/pst-news19.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pstricks/pst-news19.tex	2019-02-23 22:17:01 UTC (rev 50100)
+++ trunk/Master/texmf-dist/doc/generic/pstricks/pst-news19.tex	2019-02-23 22:17:17 UTC (rev 50101)
@@ -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,7 +102,24 @@
 \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}
 
 Using PSTricks with \Lprog{pdflatex} will work only when using package

Modified: trunk/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pstricks/pstricks.tex	2019-02-23 22:17:01 UTC (rev 50100)
+++ trunk/Master/texmf-dist/tex/generic/pstricks/pstricks.tex	2019-02-23 22:17:17 UTC (rev 50101)
@@ -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,7 +74,7 @@
 %\@ifnextchar[\ProvidesPackageRCS at i{\ProvidesPackageRCS at i[] }}%$
 %\def\ProvidesPackageRCS at i[#1]#2{}
 
-\ifx\pgfkeysloaded\endinput\else 
+\ifx\pgfkeysloaded\relax\else 
   \input pgfutil-common.tex
   \input pgfkeys.code.tex
   \input pgffor.code.tex
@@ -81,8 +81,8 @@
 \fi
 \let\pgfforeach\foreach
 %
-\def\fileversion{2.95}
-\def\filedate{2019/01/22}
+\def\fileversion{2.96}
+\def\filedate{2019/02/23}
 \pst at addfams{pstricks}
 %
 %\define at boolkey[psset]{pstricks}[Pst@]{useURWfonts}[true]{}



More information about the tex-live-commits mailing list