summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-09-17 22:01:50 +0000
committerKarl Berry <karl@freefriends.org>2016-09-17 22:01:50 +0000
commitf9e7ca3a9f5935c140c8ad548c61ea13d14e0bf1 (patch)
tree98eebfe9b0850b3646a6ee62ada04b41ea253a83 /Master/texmf-dist/doc/generic/pstricks
parent1a99ceb79bc0478bdef9c8c60eb8a7455be0a087 (diff)
pstricks (17sep16)
git-svn-id: svn://tug.org/texlive/trunk@42090 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/PSTricks.bib6
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news16.pdfbin40110 -> 45071 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news16.tex21
3 files changed, 23 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/PSTricks.bib b/Master/texmf-dist/doc/generic/pstricks/PSTricks.bib
index 1ded07ee525..b77962ea5a0 100644
--- a/Master/texmf-dist/doc/generic/pstricks/PSTricks.bib
+++ b/Master/texmf-dist/doc/generic/pstricks/PSTricks.bib
@@ -82,10 +82,10 @@
@Book{PSTricks2,
author = {Herbert Vo\ss},
title = {\texttt{PSTricks} -- {G}rafik f\"ur \TeX{} und \LaTeX},
- edition = {7},
+ edition = 7,
publisher = {DANTE -- Lehmanns Media},
year = {2016},
- address = {Heidelberg/Berlin}
+ address = {Heidelberg and Berlin}
}
@Book{PSTricksE,
@@ -103,7 +103,7 @@
edition = {2.},
publisher = {DANTE -- lehmanns media},
year = {2010},
- address = {Heidelberg/Hamburg}
+ address = {Heidelberg and Berlin}
}
@Book{LaTeXRefE,
author = {Herbert Vo\ss},
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news16.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news16.pdf
index 2c740033dc4..91d4560901b 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news16.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news16.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news16.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news16.tex
index b5af96b97c0..c1f16a56381 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news16.tex
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news16.tex
@@ -41,7 +41,7 @@ basic package \nxLFile{pstricks}}
This version fixes a bug with \verb|pst@refangle| which is used inside PostScript.
\begin{LTXexample}[pos=t]
-\begin{pspicture}(-1,-1)(10,4)
+\begin{pspicture}(-1,-1)(10,3.5)
\psparametricplot[algebraic]{0}{9}{t^2/9 | sin(t)+1}%
\pscurvepoints{0}{9}{(t^2)/9 | sin(t)+1}{P}%
\pspolylineticks[metricInitValue=1,ticksize=-2pt 2pt,Os=1,Ds=.2]{P}{ ds }{1}{56}%
@@ -50,6 +50,25 @@ This version fixes a bug with \verb|pst@refangle| which is used inside PostScrip
\end{pspicture}
\end{LTXexample}
+\begin{sloppypar}
+There is a new optional argument \Lkeyword{draft} which has the same meaning as
+the one for \Lcs{includegraphics}. The PSTricks image is not drawn, only the
+area of the \Lenv{pspicture} coordinates is seen by a rectangle if (only for \LaTeX).
+\end{sloppypar}
+
+\begin{LTXexample}[pos=t]
+\psset{draft}
+\begin{pspicture}(-1,-1)(10,3.5)
+\psparametricplot[algebraic]{0}{9}{t^2/9 | sin(t)+1}%
+\pscurvepoints{0}{9}{(t^2)/9 | sin(t)+1}{P}%
+\pspolylineticks[metricInitValue=1,ticksize=-2pt 2pt,Os=1,Ds=.2]{P}{ ds }{1}{56}%
+\pspolylineticks[metricInitValue=1,Os=1,Ds=2]{P}{ ds }{0}{6}%
+\multido{\iA=1+1,\iB=3+2}{5}{\Put{6pt;(PNormal\iA)}(PTick\iA){\tiny \iB}}
+\end{pspicture}
+\end{LTXexample}
+
+
+
\clearpage
\nocite{*}
\bibliographystyle{plain}