summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
diff options
context:
space:
mode:
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}