diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-22 22:18:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-22 22:18:58 +0000 |
commit | fd9683dc698ae7c7639a4a6b716c1e328425d44b (patch) | |
tree | 3d3b2387e1e15679aaf20ba7528ad037d4f7f878 /Master/texmf-dist/doc/generic | |
parent | 5bee6f1ca16cbb2563ba57c1a3bfa7951f453c0b (diff) |
pstricks (22jan19)
git-svn-id: svn://tug.org/texlive/trunk@49790 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf | bin | 55849 -> 59786 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news19.tex | 22 |
3 files changed, 19 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/README b/Master/texmf-dist/doc/generic/pstricks/README index 626295ad82c..d665fee041e 100644 --- a/Master/texmf-dist/doc/generic/pstricks/README +++ b/Master/texmf-dist/doc/generic/pstricks/README @@ -5,10 +5,9 @@ Public License, as described in lppl.txt in the base LaTeX distribution. Either version 1.3 or, at your option, any later version. ----------------------------------------------------------------------- -PSTricks is the original work of Timothy van Zandt <tvz@econ.insead.fr> +PSTricks is the original work of Timothy van Zandt -PSTricks 97 is edited by Denis Girou <Denis.Girou@idris.fr> -and Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk> +PSTricks 97 is edited by Denis Girou and Sebastian Rahtz PSTricks 2004 is edited by Herbert Voss <hvoss@tug.org> and Rolf Niepraschk <Rolf.Niepraschk@ptb.de> diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf Binary files differindex 2c05374dc6e..cfd2c58a090 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news19.pdf diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news19.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news19.tex index 7b9315b2cef..e4a2c117c07 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news19.tex +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news19.tex @@ -1,4 +1,4 @@ -%% $Id: pst-news19.tex 900 2019-01-10 11:11:13Z herbert $ +%% $Id: pst-news19.tex 905 2019-01-13 13:15:30Z herbert $ \documentclass[11pt,english,BCOR=10mm,DIV=12,bibliography=totoc,parskip=false,headings=small, headinclude=false,footinclude=false,twoside]{pst-doc} \listfiles @@ -64,15 +64,16 @@ or a vector is shown with its components and one do not really knows the coordinates. \begin{BDef} -\Lcs{psLine}\OptArgs\OptArg{\Largb{$x_0,y_0$}}\Largb{$x_1,y_1$} +\Lcs{psLine}\OptArgs\OptArg{\Largr{$x_0,y_0$}}\Largr{$x_1,y_1$}\\ +\Lcs{psLineSegments}\OptArgs\Largr{$x_0,y_0$}\Largr{$x_1,y_1$}\ldots\Largr{$x_{n-1},y_{n-1}$}\Largr{$x_n,y_n$} \end{BDef} -If $P_0$ is missing, then $(0,0)$ as first point is assumed. - +If $P_0$ is missing for \Lcs{psLine} then $(0,0)$ as first point is assumed. \Lcs{psLineSegments} expects always +pairwise coordinates. \begin{LTXexample}[width=7cm] -\psset{unit=2.5cm} +\psset{unit=2cm} \begin{pspicture}(-1,-1)(1,1) \degrees[12] \pscircle{1} @@ -89,6 +90,17 @@ If $P_0$ is missing, then $(0,0)$ as first point is assumed. \end{pspicture} \end{LTXexample} + +\begin{LTXexample}[width=4cm] +\psset{unit=0.5cm} +\begin{pspicture}(6,6) +\psLineSegments[linecolor=blue]{->}(0,0)(0,1)(0,2)(0,3)(0,4)(1,4)% + (3,4)(4,4)(4,3)(4,1)(4,0)(2,0) +\end{pspicture} +\end{LTXexample} + + + \subsection{Error message} Using PSTricks with \Lprog{pdflatex} will work only when using package |