texlive[48851] Master: pst-eucl (7oct18)
commits+karl at tug.org
commits+karl at tug.org
Sun Oct 7 23:07:48 CEST 2018
Revision: 48851
http://tug.org/svn/texlive?view=revision&revision=48851
Author: karl
Date: 2018-10-07 23:07:48 +0200 (Sun, 07 Oct 2018)
Log Message:
-----------
pst-eucl (7oct18)
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
trunk/Master/texmf-dist/tex/latex/pst-eucl/pst-eucl.sty
trunk/Master/tlpkg/libexec/ctan2tds
Removed Paths:
-------------
trunk/Master/texmf-dist/source/generic/pst-eucl/
Modified: trunk/Master/texmf-dist/doc/generic/pst-eucl/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-eucl/Changes 2018-10-07 08:49:43 UTC (rev 48850)
+++ trunk/Master/texmf-dist/doc/generic/pst-eucl/Changes 2018-10-07 21:07:48 UTC (rev 48851)
@@ -5,6 +5,9 @@
pst-eucl.tex --------
+1.60 2018/10/06 - added \pstDistCalc, which usee algebraic
+ notation for the argument
+ - fix for PointSymbol=none, PointName=Z
1.59 2018/09/01 - fix introduced bug in \Pst at geonodelabel
1.58 2018/08/07 - allow PointSymbol?=none
1.57 2017/11/28 - fix bug with StandardSyml->StandardSymL
@@ -65,4 +68,5 @@
pst-eucl.sty --------
-2006/01/28 - write some infos into the file list (hv)
+2018/09/28 - added pst-calculate (hv)
+2006/01/28 - write some infos into the file list (hv)
Modified: trunk/Master/texmf-dist/doc/generic/pst-eucl/README
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-eucl/README 2018-10-07 08:49:43 UTC (rev 48850)
+++ trunk/Master/texmf-dist/doc/generic/pst-eucl/README 2018-10-07 21:07:48 UTC (rev 48851)
@@ -1,5 +1,8 @@
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.
@@ -6,10 +9,9 @@
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.
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-10-07 08:49:43 UTC (rev 48850)
+++ trunk/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex 2018-10-07 21:07:48 UTC (rev 48851)
@@ -1,4 +1,4 @@
-\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
+\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings,
headexclude,footexclude,oneside,english]{pst-doc}
\usepackage[utf8]{inputenc}
\usepackage{pst-eucl}
Modified: trunk/Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex 2018-10-07 08:49:43 UTC (rev 48850)
+++ trunk/Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex 2018-10-07 21:07:48 UTC (rev 48851)
@@ -17,8 +17,8 @@
\ifx\MultidoLoaded\endinput \else\input multido.tex \fi
\csname PSTEuclideLoaded\endcsname
\let\PSTEuclideLoaded\endinput
-\def\fileversion{1.59}
-\def\filedate{2018/09/01}
+\def\fileversion{1.60}
+\def\filedate{2018/10/06}
%% 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.
@@ -259,6 +259,7 @@
%% #1 -> point coordinates
\def\Pst at geonodelabel#1{% % {nodename}
\ifx\psk at PointSymbol\@none
+ \ifx\psk at PointName\@none\else \Pst at PutPointLabel{#1}\fi
\else
% \ifx\psk at PointSymbol\@default \def\psk at PointSymbol{*}\fi%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\psdot[dotstyle=\psk at PointSymbol](#1)%
@@ -1530,12 +1531,18 @@
\fi
}
%% Distance specified with a number
-\def\pstDistVal#1{
- #1 \pst at number\psxunit mul
+\def\pstDistVal#1{%
+ #1 \pst at number\psxunit mul
\ifx\psk at DistCoef\@none\else
\psk at DistCoef\space mul
\fi
}
+\def\pstDistCalc#1{%
+ \pscalculate{#1} \pst at number\psxunit mul
+ \ifx\psk at DistCoef\@none\else
+ \psk at DistCoef\space mul
+ \fi
+}
%% angle defined by three points
\def\pstAngleAOB#1#2#3{%
% \pstGeonode[PointName=none,PointSymbol=none](#1){temp at 1}(#2){temp at 2}(#3){temp at 3}%
Modified: trunk/Master/texmf-dist/tex/latex/pst-eucl/pst-eucl.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pst-eucl/pst-eucl.sty 2018-10-07 08:49:43 UTC (rev 48850)
+++ trunk/Master/texmf-dist/tex/latex/pst-eucl/pst-eucl.sty 2018-10-07 21:07:48 UTC (rev 48851)
@@ -1,6 +1,7 @@
\RequirePackage{pstricks}
\RequirePackage{pst-node}
\RequirePackage{pst-tools}
+\RequirePackage{pst-calculate}
\ProvidesPackage{pst-eucl}[2014/05/17 package wrapper for PSTricks pst-eucl.tex]
\DeclareOption{old}{\gdef\psteucl at old{}}% DR 10/05/2005
\ProcessOptions
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds 2018-10-07 08:49:43 UTC (rev 48850)
+++ trunk/Master/tlpkg/libexec/ctan2tds 2018-10-07 21:07:48 UTC (rev 48851)
@@ -555,6 +555,7 @@
'html2latex', "die 'skipping, no self-locating of Perl modules'",
'hvfloat', "&MAKEflatten",
'hvindex', "&MAKEflatten",
+ 'hybrid-latex', "die 'skipping, no self-locating of Python modules'",
'hyph-utf8', "&MAKEcopy",
'hyphen-german',"die 'skipping, part of hyph-utf8'",
'ibygrk', "&MAKEflatten",
More information about the tex-live-commits
mailing list