summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2014-07-30 02:02:11 +0000
committerNorbert Preining <preining@logic.at>2014-07-30 02:02:11 +0000
commit8058bd27fa381c2e259ce7387b40737d752a405b (patch)
tree7be9a834834725993738682d6b157d87006ce30a /Master/texmf-dist/doc/generic/pstricks/pst-news14.tex
parentf084f6c5ea5c0e70e3db167a3696fe45e5babaef (diff)
pstricks base (29Jul)
git-svn-id: svn://tug.org/texlive/trunk@34772 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/pst-news14.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news14.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex
index 74c92823641..98e7be4f304 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex
@@ -74,6 +74,28 @@ needs some tricky internal commands and may not work in all cases.
\end{pspicture}
\end{LTXexample}
+\subsection{New macro \nxLcs{psellipseAB}}
+
+\begin{BDef}
+\LcsStar{psellipseAB}\OptArgs\Largr{\CAny}\Largb{half radius}
+\end{BDef}
+
+
+\begin{LTXexample}[width=7cm]
+\begin{pspicture}[showgrid=true](7,7)%% showgrid=true
+\pnodes{a}(0.5,0)(2.5,1.8)(5.5,2.5)(6.25,3)(7,5)
+\pnodes{b}(0,1)(2,3)(5,4)(5.5,5)(6,7)
+\pscurve[arrowscale=2,linewidth=1.2pt]{->}(a0)(a1)(a2)(a3)(a4)
+\pscurve[arrowscale=2,linewidth=1.2pt]{->}(b0)(b1)(b2)(b3)(b4)
+\psellipseAB(a0)(b0){0.1}
+\psellipseAB[fillcolor=red!40,fillstyle=solid](a1)(b1){0.15}
+\psellipseAB(a2)(b2){0.2}
+\psellipseAB[fillcolor=blue!40,fillstyle=solid](a3)(b3){0.25}
+\uput[135](b1){$dS_1$}\uput[135](b2){$dS_2$}
+\end{pspicture}
+\end{LTXexample}
+
+
\subsection{New macro \nxLcs{psRing}}