diff options
author | Norbert Preining <preining@logic.at> | 2014-07-30 02:02:11 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2014-07-30 02:02:11 +0000 |
commit | 8058bd27fa381c2e259ce7387b40737d752a405b (patch) | |
tree | 7be9a834834725993738682d6b157d87006ce30a /Master/texmf-dist/doc | |
parent | f084f6c5ea5c0e70e3db167a3696fe45e5babaef (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')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/Changes.generic | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf | bin | 66336 -> 69936 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news14.tex | 22 |
4 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes b/Master/texmf-dist/doc/generic/pstricks/Changes index a6aa1618933..a97be59d9fb 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes +++ b/Master/texmf-dist/doc/generic/pstricks/Changes @@ -1,3 +1,4 @@ +2014-07-28 - updated news2014 2013-12-09 - updated news2009 and news2013 2013-11-26 - updated news2013 2013-04-17 - updated news2013 diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic index 76fe4595e1f..15517993aa8 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic @@ -3,6 +3,7 @@ versions like 2.47a have only changes in other files, but not in this main package. +2.55 2014-07-28 - added \psellipseAB: draw an ellipse between two given points 2.54a 2014-05-19 - fixed introduced bug in pst-algparser.pro 2.54 2014-05-19 - allow circle and ellipse in \pscustom with moving the currentpoint to the start point and not the center. diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf Binary files differindex 38fa0a01146..a0430f11c5f 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf 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}} |