summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-eucl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-17 21:34:29 +0000
committerKarl Berry <karl@freefriends.org>2020-06-17 21:34:29 +0000
commitf1f08454a69f26b09f7697a5591be470dc98a58b (patch)
treef4acec969598b95567ab6d7dbf355b26964eab90 /Master/texmf-dist/doc/generic/pst-eucl
parent7659b72ac7899921e7e21c2b248e2b921ab8d4ef (diff)
pst-eucl (17jun20)
git-svn-id: svn://tug.org/texlive/trunk@55576 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-eucl')
-rw-r--r--Master/texmf-dist/doc/generic/pst-eucl/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdfbin1740981 -> 1733912 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex10
3 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-eucl/Changes b/Master/texmf-dist/doc/generic/pst-eucl/Changes
index d439487e663..101f759b4bf 100644
--- a/Master/texmf-dist/doc/generic/pst-eucl/Changes
+++ b/Master/texmf-dist/doc/generic/pst-eucl/Changes
@@ -6,6 +6,7 @@ pst-eucl.pro --------
pst-eucl.tex --------
+1.73 2020/06/07 - Allow the star version for \pstLabelAB to use \cput* or \cput for the label
1.72a 2020/06/07 - fix a typo in the macro definition \pstMarkAngle
1.72 2020/04/18 - revert the change of \pstTriangle in v1.69, we should use \pst@object to clear \pst@par.
- add macro to draw the Lemonie Point of the given triangle, \pstTriangleLC.
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 5e45e5fa210..0f792fb8759 100644
--- a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf
Binary files 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 897236a8b8b..cf38bc251e7 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
@@ -339,7 +339,7 @@ to put the label \textit{above}, \textit{cover}, \textit{below} the segment. The
just use them to draw a ruler bar and put the label on the ruler bar.
\begin{BDef}
-\Lcs{pstLabelAB}\OptArgs\Largb{A}\Largb{B}\Largb{label}
+\Lcs{pstLabelAB}\OptArg{*}\OptArgs\Largb{A}\Largb{B}\Largb{label}
\end{BDef}
You can use the parameters of \Lcs{ncline} to control the ruler bar,
@@ -350,7 +350,7 @@ there is another parameter \Lkeyword{offset} to control the separation between
the rule bar and the segment.
It does not display the ruler bar as default, and you need to setup \Lkeyword{linestyle}
-to display it.
+to display it. The star version uses also the star version of the put macro (white background).
\begin{LTXexample}[width=6cm,pos=l]
\begin{pspicture}[showgrid=true](-1,-1)(4,4)
@@ -363,11 +363,11 @@ to display it.
\pstLabelAB[linestyle=dashed]{C}{D}{$\sqrt{a^2+b^2}$}
\pstGeonode[PosAngle=190](-1,-1){E}
\pstGeonode[PosAngle=10](3,0){F}\pstLineAB{E}{F}
-\pstLabelAB[linestyle=dashed,arrows=|-|,offset=10pt,linecolor=blue!50]{E}{F}{$\sqrt{a^2+b^2}$}
-\pstLabelAB[linestyle=dashed,arrows=|<->|,offset=10pt,nrot=:D]{F}{E}{$\sqrt{a^2+b^2}$}
+\pstLabelAB*[linestyle=dashed,arrows=|-|,offset=10pt,linecolor=blue!50]{E}{F}{$\sqrt{a^2+b^2}$}
+\pstLabelAB*[linestyle=dashed,arrows=|<->|,offset=10pt,nrot=:D]{F}{E}{$\sqrt{a^2+b^2}$}
\pstGeonode[PosAngle=100](0,4){G}
\pstGeonode[PosAngle=-50](4,2){H}\pstLineAB{G}{H}
-\pstLabelAB[linestyle=solid,linecolor=red!50,arrows=|-|,offset=15pt,nrot=:U,npos=0.7]{G}{H}{\textcolor{red!50}{$\dfrac{a}{b}$}}
+\pstLabelAB*[linestyle=solid,linecolor=red!50,arrows=|-|,offset=15pt,nrot=:U,npos=0.7]{G}{H}{\textcolor{red!50}{$\dfrac{a}{b}$}}
\end{pspicture}
\end{LTXexample}