From 0561778af6f8fde0a3a1c334e2aab9a4f1142d6e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 9 Mar 2020 03:01:39 +0000 Subject: CTAN sync 202003090301 --- .../tkz/tkz-euclide/latex/tkz-obj-eu-points.tex | 37 +++++++++++++--------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'macros/latex/contrib/tkz/tkz-euclide/latex/tkz-obj-eu-points.tex') diff --git a/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-obj-eu-points.tex b/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-obj-eu-points.tex index 774faae921..b6d8d45318 100644 --- a/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-obj-eu-points.tex +++ b/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-obj-eu-points.tex @@ -1,11 +1,20 @@ % tkz-obj-eu-points.tex -% Copyright 2020 by Alain Matthes -% This file may be distributed and/or modified -% 1. under the LaTeX Project Public License and/or -% 2. under the GNU Public License. -\def\fileversion{3.02c} -\def\filedate{2020/01/24} -\typeout{2020/01/24 3.02c tkz-obj-eu-points.tex} +% Copyright 2020 Alain Matthes +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status “maintained”. +% +% The Current Maintainer of this work is Alain Matthes. +% utf8 encoding +\def\fileversion{3.05c} +\def\filedate{2020/03/03} +\typeout{2020/03/03 3.05c tkz-obj-eu-points.tex} \makeatletter %add ExCenter %<--------------------------------------------------------------------------–> @@ -151,22 +160,19 @@ %<--------------------------------------------------------------------------–> \def\tkzOrthoCenter(#1,#2,#3){% H orthocentre \begingroup + \pgfinterruptboundingbox \tkzUProjection(#1,#2)(#3) \pgfnodealias{ort@pta}{tkzPointResult} \tkzUProjection(#1,#3)(#2) \pgfnodealias{ort@ptb}{tkzPointResult} \tkzInterLL(#2,ort@ptb)(#3,ort@pta) + \endpgfinterruptboundingbox \endgroup } \let\tkzDefOrthoCenter\tkzOrthoCenter %<--------------------------------------------------------------------------–> -% GravityCenter +% GravityCenter modif 3.03 %<--------------------------------------------------------------------------–> -% \def\tkzCentroid(#1,#2,#3){% -% \begingroup -% \path[coordinate](barycentric cs:#1=1,#2=1,#3=1)coordinate (tkzPointResult); -% \endgroup -% } \def\tkzCentroid(#1,#2,#3){% \begingroup \pgf@process{\pgfpointanchor{#1}{center}}% @@ -184,8 +190,9 @@ \advance\tkz@cy by\tkz@by\relax% \divide\tkz@cx by3\relax% \divide\tkz@cy by3\relax - \pgfcoordinate{tkzPointResult}{\pgfqpoint{\tkz@cx}{\tkz@cy}} - %\path[coordinate](barycentric cs:#1=1,#2=1,#3=1)coordinate (tkzPointResult); + \pgfinterruptboundingbox + \pgfcoordinate{tkzPointResult}{\pgfqpoint{\tkz@cx}{\tkz@cy}} + \endpgfinterruptboundingbox \endgroup } \let\tkzBaryCenter\tkzCentroid -- cgit v1.2.3