summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-12-09 22:01:28 +0000
committerKarl Berry <karl@freefriends.org>2013-12-09 22:01:28 +0000
commite1cf2d37d45b69560b048112410bfb0fe4a364e1 (patch)
tree3a33c9a152752e3bfd2e3cf5b7d6a7f03795a49c /Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
parenteaa50fe2459839e0840e1881bde94292f082e95a (diff)
pstricks (9dec13)
git-svn-id: svn://tug.org/texlive/trunk@32370 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/pst-news13.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.tex17
1 files changed, 16 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
index 7c03e08542b..3b265a5946a 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-news13.tex 853 2013-11-26 20:32:06Z herbert $
+%% $Id: pst-news13.tex 856 2013-12-09 10:34:40Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,oneside]{pst-doc}
\listfiles
@@ -68,6 +68,21 @@ Then the unit which is active when \Lcs{uput} is active is used. With a unit the
ist not allowed and leads to an error!
+\subsection{Customization}
+
+\Lcs{pscustom} now knows the PostScript function \Lcs{reversepath}:
+
+\begin{LTXexample}[width=5cm]
+\begin{pspicture}(5,3)
+ \pnode(5;30){A}
+ \psline(A)(0,0)(5;0)
+ \pscustom[fillstyle=vlines]{%
+ \psarcAB(A)(0,0)(2,0)
+ \reversepath
+ \psarcAB(A)(0,0)(4,0)}
+\end{pspicture}
+\end{LTXexample}
+
\subsection{Coordinates}
\subsubsection{Postscript mode}