From 70b5b233e9f5c4693bed63cb0e0e5d7bdb0d280e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 15 Oct 2016 22:57:33 +0000 Subject: pst-eucl (12oct16) git-svn-id: svn://tug.org/texlive/trunk@42276 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pst-eucl/Changes | 1 + .../doc/generic/pst-eucl/pst-eucl-doc.bib | 4 +-- .../doc/generic/pst-eucl/pst-eucl-doc.pdf | Bin 530999 -> 533589 bytes .../doc/generic/pst-eucl/pst-eucl-doc.tex | 33 +++++++++++++++++++-- 4 files changed, 33 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/doc/generic') diff --git a/Master/texmf-dist/doc/generic/pst-eucl/Changes b/Master/texmf-dist/doc/generic/pst-eucl/Changes index e211dacc739..0372897a149 100644 --- a/Master/texmf-dist/doc/generic/pst-eucl/Changes +++ b/Master/texmf-dist/doc/generic/pst-eucl/Changes @@ -4,6 +4,7 @@ pst-eucl.pro -------- pst-eucl.tex -------- +1.55 2016/10/11 - fix for \pstRightAngle 1.54 2016/09/01 - added MarkArrow, MarkArroww,MarkArrowww 1.53 2016/05/03 - revert changes of CodeFig(A|B) 1.52 2015/10/19 - added more optional arguments (ts) diff --git a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.bib b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.bib index d1db3f2b1ce..bb9df6926c3 100644 --- a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.bib +++ b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.bib @@ -51,9 +51,9 @@ @Book{PSTricks2, author = {Herbert Vo\ss{}}, title = {\texttt{PSTricks} -- {G}rafik f\"ur \TeX{} und \LaTeX}, - edition = {6.}, + edition = {7}, publisher = {DANTE -- Lehmanns}, - year = {2010}, + year = {2016}, address = {Heidelberg/Hamburg} } diff --git a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf index c896eafbace..f61cf99c894 100644 Binary files a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf and b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf differ diff --git a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex index 35101012841..547a2c167db 100644 --- a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex @@ -2,8 +2,8 @@ headexclude,footexclude,oneside,english]{pst-doc} \usepackage[utf8]{inputenc} \usepackage{pst-eucl} -\usepackage{multicol} \let\pstEuclideFV\fileversion +\usepackage{multicol} \usepackage{pst-plot,paralist} \usepackage[mathscr]{eucal} \lstset{pos=l,wide=false,language=PSTricks, @@ -12,6 +12,9 @@ \def\Argsans#1{$\langle$#1$\rangle$} \def\DefaultVal#1{(by default #1)} +\usepackage{biblatex} +\addbibresource{\jobname.bib} + \title{\texttt{pst-euclide}} \subtitle{A PSTricks package for drawing geometric pictures; v.\pstEuclideFV} @@ -399,6 +402,30 @@ the angle by specifying a \TeX{} command as argument of parameter \Lkeyword{Mark \end{LTXexample} +\begin{LTXexample}[width=\linewidth,pos=t] +\begin{pspicture}(-0.5,-0.5)(9,3) +\psset{PointSymbol=none,PointNameMathSize=\scriptstyle,PointNameSep=6pt, + RightAngleSize=0.15,PosAngle={135,225,-45,45}} +\psaxes[ticks=none,labels=none] {->}(0,0)(9,3) +\pstGeonode(1,2){A}(1,1){B}(2,1){C}(2,2){D}% +\pstRightAngle{C}{B}{A} \pstRightAngle{D}{C}{B} +\pstRightAngle{A}{D}{C} \pstRightAngle{B}{A}{D} +\pspolygon(A)(B)(C)(D) +\psset{RightAngleType=suisseromand} +\pstGeonode(3,2){A}(3,1){B}(4,1){C}(4,2){D}% +\pstRightAngle{C}{B}{A} \pstRightAngle{D}{C}{B} +\pstRightAngle{A}{D}{C} \pstRightAngle{B}{A}{D} +\pspolygon(A)(B)(C)(D) +\psset{RightAngleType=german} +\pstGeonode(5,2){A}(5,1){B}(6,1){C}(6,2){D}% +\pstRightAngle{C}{B}{A} \pstRightAngle{D}{C}{B} +\pstRightAngle{A}{D}{C} \pstRightAngle{B}{A}{D} +\pspolygon(A)(B)(C)(D) +\end{pspicture} +\end{LTXexample} + + + \subsection{Lines, half-lines and segments} @@ -2031,8 +2058,8 @@ crossing a given point. \nocite{*} \bgroup \RaggedRight -\bibliographystyle{plain} -\bibliography{pst-eucl-doc} +%\bibliographystyle{plain} +\printbibliography{pst-eucl-doc} \egroup \printindex -- cgit v1.2.3