summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-eucl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-09 22:36:19 +0000
committerKarl Berry <karl@freefriends.org>2018-12-09 22:36:19 +0000
commit5f2879c55bb928db4d672eae3b4c1843d61f9009 (patch)
treecfa1fe15766661952e2b60d0fdd47e1bb47ccb55 /Master/texmf-dist/doc/generic/pst-eucl
parent0f732f6c1b8c213b892b09e27e798c9ebd8f58e9 (diff)
pst-eucl (9dec18)
git-svn-id: svn://tug.org/texlive/trunk@49359 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/README10
-rw-r--r--Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdfbin541847 -> 541233 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex10
4 files changed, 10 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-eucl/Changes b/Master/texmf-dist/doc/generic/pst-eucl/Changes
index 5b44e5f182d..1eb86cf496f 100644
--- a/Master/texmf-dist/doc/generic/pst-eucl/Changes
+++ b/Master/texmf-dist/doc/generic/pst-eucl/Changes
@@ -5,6 +5,7 @@ pst-eucl.pro --------
pst-eucl.tex --------
+1.60a 2018/12/08 - fix for typos in the documentation
1.60 2018/10/06 - added \pstDistCalc, which usee algebraic
notation for the argument
- fix for PointSymbol=none, PointName=Z
diff --git a/Master/texmf-dist/doc/generic/pst-eucl/README b/Master/texmf-dist/doc/generic/pst-eucl/README
index e81d9dc5b01..a5d2f23ecee 100644
--- a/Master/texmf-dist/doc/generic/pst-eucl/README
+++ b/Master/texmf-dist/doc/generic/pst-eucl/README
@@ -1,7 +1,4 @@
-pst-eucl package
-
-Euklidian geometry
-
+# pst-eucl package
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
@@ -9,9 +6,10 @@ archives in directory macros/latex/base/lppl.txt.
INSTALLATION
------------
+
If you want to just test it quickly, keep the files:
-pst-eucl.pro, pst-eucl.tex and pst-eucl.sty
+ pst-eucl.pro, pst-eucl.tex and pst-eucl.sty
in the directory where you work.
@@ -29,3 +27,5 @@ pst-eucl.pro, pst-eucl.tex and pst-eucl.sty
run `texhash`
+
+hvoss@tug.org
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 e9434113027..0c700a7edc2 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 fa955a41e78..d4405c9af98 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
@@ -232,15 +232,13 @@ A segment can be drawn using the \Lcs{ncline} command. However,
for marking a segment there is the following command:
\begin{BDef}
-\Lcs{pstMarkSegment}\OptArgs\Largb{A}\Largb{B}
+\Lcs{pstSegmentMark}\OptArgs\Largb{A}\Largb{B}
\end{BDef}
-
-
The symbol drawn on the segment is given by the parameter
\Lkeyword{SegmentSymbol}. Its value can be any valid command which can be
-used in math mode. Its default value is \Lkeyval{pstslashh},
+used in math mode. Its default value is \Lkeyval{MarkHashh},
which produced two slashes on the segment. The segment is drawn.
Several commands are predefined for marking the segment:
@@ -248,7 +246,7 @@ Several commands are predefined for marking the segment:
\begingroup
\psset{PointSymbol=none,PointName=none,unit=.8}
\newcommand\Seg[1]{%
- \Lcs{#1} \begin{pspicture}[shift=*](1.75,1)
+ \Lkeyval{#1} \begin{pspicture}[shift=*](1.75,1)
\pstGeonode(0.3,.5){A}(1.7,.5){B}\pstSegmentMark[SegmentSymbol=#1]{A}{B}
\end{pspicture}}%
\begin{multicols}{3}
@@ -268,7 +266,7 @@ Several commands are predefined for marking the segment:
\end{multicols}
\endgroup
-The three commands of the family \nxLcs{MarkHash} draw a line whose inclination is
+The three commands of the family \Lkeyval{MarkHash} draw a line whose inclination is
controled by the parameter \Lkeyword{MarkAngle} (default is 45). Their width and colour
depends of the width and color of the line when the drawing is done, ass shown is the
next example.