texlive[53763] Master/texmf-dist: pstricks-add (12feb20)

commits+karl at tug.org commits+karl at tug.org
Wed Feb 12 23:21:53 CET 2020


Revision: 53763
          http://tug.org/svn/texlive?view=revision&revision=53763
Author:   karl
Date:     2020-02-12 23:21:52 +0100 (Wed, 12 Feb 2020)
Log Message:
-----------
pstricks-add (12feb20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/pstricks-add/Changes
    trunk/Master/texmf-dist/doc/generic/pstricks-add/README
    trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf
    trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex
    trunk/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex

Modified: trunk/Master/texmf-dist/doc/generic/pstricks-add/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pstricks-add/Changes	2020-02-12 22:21:36 UTC (rev 53762)
+++ trunk/Master/texmf-dist/doc/generic/pstricks-add/Changes	2020-02-12 22:21:52 UTC (rev 53763)
@@ -1,4 +1,4 @@
-%% $Id: Changes 1104 2019-11-01 14:45:54Z herbert $
+%% $Id: Changes 1142 2020-02-12 19:07:50Z herbert $
 %%
 pstricks-add.pro ----------- 
 0.23 2009-12-17 - add RGBtoGRAY and WavelengthToGRAY
@@ -41,7 +41,8 @@
 
 
 pstricks-add.tex ----------- (hv)
- v 3.89  2019-11-01 - added otion singleline for \psbrace
+ v 3.89a 2020-02-12 - modified documentation for \psbrace
+ v 3.89  2019-11-01 - added otion sngleline for \psbrace
  v 3.88  2019-05-11 - fix for a trailing space after \psrotatet
  v 3.87  2019-01-12 - added \psCallout
  v 3.86  2018-12-08 - added some more options for \psCancel

Modified: trunk/Master/texmf-dist/doc/generic/pstricks-add/README
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pstricks-add/README	2020-02-12 22:21:36 UTC (rev 53762)
+++ trunk/Master/texmf-dist/doc/generic/pstricks-add/README	2020-02-12 22:21:52 UTC (rev 53763)
@@ -36,10 +36,9 @@
 into $TEXMF/dvips/pstricks/
 Then do not forget to run texhash to update this tree.
 For more information  see the documentation of your LaTeX distribution 
-on installing packages into your local TeX system or read the 
-TeX Frequently Asked Questions:
-(http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages).
+on installing packages into your local TeX system.
 
+
 %% This program can be redistributed and/or modified under the terms
 %% of the LaTeX Project Public License Distributed from CTAN archives
 %% in directory macros/latex/base/lppl.txt.

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

Modified: trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex	2020-02-12 22:21:36 UTC (rev 53762)
+++ trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex	2020-02-12 22:21:52 UTC (rev 53763)
@@ -1,4 +1,4 @@
-%% $Id: pstricks-add-doc.tex 1105 2019-11-02 08:20:49Z herbert $
+%% $Id: pstricks-add-doc.tex 1142 2020-02-12 19:07:50Z herbert $
 %
 \documentclass[11pt,english,BCOR=10mm,DIV=12,bibliography=totoc,parskip=false,headings=small,
     headinclude=false,footinclude=false,oneside]{pst-doc}
@@ -823,7 +823,8 @@
 \end{LTXexample}
 A positive value for \Lkeyword{nodesepA} and \Lkeyword{nodesepB} shifts the label to the upper right
 and a negative value to the lower left. This does not depends on
-the value for the rotating of the label!
+the value for the rotating of the label! If both keywords have the same value, you can use \Lkeyword{nodesep}
+instead. It sets \Lkeyword{nodesepA} \emph{and} \Lkeyword{nodesepB} to the given value of \Lkeyword{nodesep}.
 
 \begin{center}
 \begin{tabular}{@{}l|l@{}}
@@ -834,6 +835,7 @@
 \Lkeyword{bracePos} & relative position (default is $0.5$)\\
 \Lkeyword{nodesepA} & x-separation (default is $0pt$)\\
 \Lkeyword{nodesepB} & y-separation (default is $0pt$)\\
+\Lkeyword{nodesep} & x- and y-separation (default is $0pt$)\\
 \Lkeyword{rot} & additional rotating for the text (default is $0$)\\
 \Lkeyword{ref} & reference point for the text (default is c)\\
 \Lkeyword{fillcolor} & default is black\\
@@ -841,6 +843,20 @@
 \end{tabular}
 \end{center}
 
+
+\begin{LTXexample}[width=6.5cm]
+\begin{pspicture}[showgrid](-1,0)(4,5)
+\pnodes(0,1){A}(3,4){B}(-0.5,0.5){C}(3.5,4.5){D}
+\psdots(A)(B)(C)(D)
+\psbrace[singleline,linestyle=dashed,ref=lC,
+    linewidth=1pt,nodesep=5mm](C)(D){Text I}
+\psbrace[singleline,linestyle=dotted,ref=lC,
+    linewidth=1pt,nodesep=-10mm,rot=180](B)(A){Text II}
+\end{pspicture}
+\end{LTXexample}
+
+
+
 By default the text is written perpendicular to the brace line and
 can be changed with the \LPack{pstricks} option \Lkeyword{rot}=\ldots\ The
 text parameter can take any object and may also be empty. The

Modified: trunk/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex	2020-02-12 22:21:36 UTC (rev 53762)
+++ trunk/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex	2020-02-12 22:21:52 UTC (rev 53763)
@@ -1,4 +1,4 @@
-%% $Id: pstricks-add.tex 1105 2019-11-02 08:20:49Z herbert $
+%% $Id: pstricks-add.tex 1142 2020-02-12 19:07:50Z herbert $
 %%
 %% This is file `pstricks-add.tex',
 %%
@@ -31,8 +31,8 @@
 \ifx\PSTXKeyLoaded\endinput\else  \input pst-xkey \fi
 \ifx\PSTmathLoaded\endinput\else  \input pst-math \fi
 %
-\def\fileversion{3.89}
-\def\filedate{2019/11/01}
+\def\fileversion{3.89a}
+\def\filedate{2020/02/12}
 \let\pstricksaddFV\fileversion
 \message{`pstricks-add' v\fileversion, \filedate\space (dr,hv)}
 %
@@ -2170,8 +2170,9 @@
       } repeat
     } for
   }%
-\end at SpecialObj%
+\end at SpecialObj
 }
+
 \newrgbcolor{OlympicRed}{0.87 0 0.14}
 \newrgbcolor{OlympicGreen}{0 0.62 0.24}
 \newrgbcolor{OlympicBlue}{0 0.52 0.78}



More information about the tex-live-commits mailing list.