texlive[49359] Master/texmf-dist: pst-eucl (9dec18)
commits+karl at tug.org
commits+karl at tug.org
Sun Dec 9 23:36:19 CET 2018
Revision: 49359
http://tug.org/svn/texlive?view=revision&revision=49359
Author: karl
Date: 2018-12-09 23:36:19 +0100 (Sun, 09 Dec 2018)
Log Message:
-----------
pst-eucl (9dec18)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/generic/pst-eucl/Changes
trunk/Master/texmf-dist/doc/generic/pst-eucl/README
trunk/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf
trunk/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex
trunk/Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex
Modified: trunk/Master/texmf-dist/doc/generic/pst-eucl/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-eucl/Changes 2018-12-09 22:36:06 UTC (rev 49358)
+++ trunk/Master/texmf-dist/doc/generic/pst-eucl/Changes 2018-12-09 22:36:19 UTC (rev 49359)
@@ -5,6 +5,7 @@
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
Modified: trunk/Master/texmf-dist/doc/generic/pst-eucl/README
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-eucl/README 2018-12-09 22:36:06 UTC (rev 49358)
+++ trunk/Master/texmf-dist/doc/generic/pst-eucl/README 2018-12-09 22:36:19 UTC (rev 49359)
@@ -1,8 +1,5 @@
-pst-eucl package
+# pst-eucl package
-Euklidian geometry
-
-
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt.
@@ -9,9 +6,10 @@
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 @@
run `texhash`
+
+hvoss at tug.org
Modified: trunk/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex 2018-12-09 22:36:06 UTC (rev 49358)
+++ trunk/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex 2018-12-09 22:36:19 UTC (rev 49359)
@@ -232,15 +232,13 @@
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 @@
\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 @@
\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.
Modified: trunk/Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex 2018-12-09 22:36:06 UTC (rev 49358)
+++ trunk/Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex 2018-12-09 22:36:19 UTC (rev 49359)
@@ -1,6 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% pst-eucl.tex --- Generation of geometric figures in euclidean geometry
%% Copyright 2000-2013 Dominique RODRIGUEZ
+%% Copyright 2014- Dominique RODRIGUEZ, Herbert Voß
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
@@ -7,7 +8,7 @@
%% archives in directory macros/latex/base/lppl.txt.
%%
%% Author : Dominique RODRIGUEZ (EN) <dominique.rodriguez at waika9.com>
-%% : hv herbert at dante.de
+%% : hv hvoss at tug.org
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Require PSTricks and pst-node packages
\ifx\PSTnodesLoaded\endinput\else\input pst-node.tex\fi
@@ -17,11 +18,14 @@
\ifx\MultidoLoaded\endinput \else\input multido.tex \fi
\csname PSTEuclideLoaded\endcsname
\let\PSTEuclideLoaded\endinput
-\def\fileversion{1.60}
-\def\filedate{2018/10/06}
+%
+\def\fileversion{1.60a}
+\def\filedate{2018/12/09}
+%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt.
+%%
\message{`PST-Euclide v\fileversion, \filedate\space (dr,hv)}%
\message{ This version uses the pst-xkey package for managing parameters}%
\message{ Please read the doc, some macros have a new syntax}%
@@ -280,7 +284,8 @@
%% #2 #3 -> nodes defining the segment to mark
\def\pstSegmentMark{\@ifnextchar[\Pst at SegmentMark{\Pst at SegmentMark[]}}%
\def\Pst at SegmentMark[#1]#2#3{%
- \bgroup\psset{#1}% % Affectation of local parameters
+ \bgroup
+ \psset{#1}% % Affectation of local parameters
\ncline[nodesep=0]{#2}{#3}
\ncput[nrot=:U]{$\expandafter\@nameuse\expandafter{\psk at SegmentSymbol}$}% $
\egroup%
@@ -288,10 +293,10 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% macros for marking
\def\pstslash{/}%
-\def\pstslashh{/\kern-2pt/}
-\let\pstslashslash=\pstslashh%
-\def\pstslashhh{/\kern-1.4pt/\kern-1.4pt/}
-\let\pstslashslashslash=\pstslashhh%
+\def\pstslashh{/\kern-2pt/}%
+\let\pstslashslash=\pstslashh
+\def\pstslashhh{/\kern-1.4pt/\kern-1.4pt/}%
+\let\pstslashslashslash=\pstslashhh
\def\Anglepstslash{\rput{\ifx\psk at MarkAngle\@undef0\else\psk at MarkAngle\fi}(0,0){\pstslash}}
\def\Anglepstslashh{\rput{\ifx\psk at MarkAngle\@undef0\else\psk at MarkAngle\fi}(0,0){\pstslashh}}
\def\Anglepstslashhh{\rput{\ifx\psk at MarkAngle\@undef0\else\psk at MarkAngle\fi}(0,0){\pstslashhh}}
More information about the tex-live-commits
mailing list