texlive[56512] Master/texmf-dist: pgf (2oct20)

commits+karl at tug.org commits+karl at tug.org
Fri Oct 2 23:41:46 CEST 2020


Revision: 56512
          http://tug.org/svn/texlive?view=revision&revision=56512
Author:   karl
Date:     2020-10-02 23:41:45 +0200 (Fri, 02 Oct 2020)
Log Message:
-----------
pgf (2oct20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/pgf/ChangeLog
    trunk/Master/texmf-dist/doc/generic/pgf/pgfmanual.pdf
    trunk/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-main-preamble.tex
    trunk/Master/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex
    trunk/Master/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
    trunk/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryfpu.code.tex
    trunk/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryintersections.code.tex
    trunk/Master/texmf-dist/tex/generic/pgf/pgf.revision.tex

Modified: trunk/Master/texmf-dist/doc/generic/pgf/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pgf/ChangeLog	2020-10-02 13:04:56 UTC (rev 56511)
+++ trunk/Master/texmf-dist/doc/generic/pgf/ChangeLog	2020-10-02 21:41:45 UTC (rev 56512)
@@ -1,5 +1,25 @@
+2020-10-01 Henri Menke
+
+    - Release 3.1.6a
+
+2020-10-01 Henri Menke
+
+    - Revert "Invert transform before assigning intersection #889"
+
+2020-10-01 Henri Menke
+
+    - Omit missing library and fix spurious space
+
+2020-09-30 Henri Menke
+
+    - Fix spurious spaces in pgfmathparse with fpu #508 #915
+
 2020-09-28 Henri Menke
 
+    - Revert "Added sanity check for the catcode of '$' to avoid incompatibilities with onlyamsmath package"
+
+2020-09-28 Henri Menke
+
     - Release 3.1.6
 
 2020-09-28 Henri Menke

Modified: trunk/Master/texmf-dist/doc/generic/pgf/pgfmanual.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-main-preamble.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-main-preamble.tex	2020-10-02 13:04:56 UTC (rev 56511)
+++ trunk/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-main-preamble.tex	2020-10-02 21:41:45 UTC (rev 56512)
@@ -35,7 +35,6 @@
   arrows,
   arrows.spaced,
   arrows.meta,
-  bbox,
   bending,
   babel,
   calc,

Modified: trunk/Master/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex	2020-10-02 13:04:56 UTC (rev 56511)
+++ trunk/Master/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex	2020-10-02 21:41:45 UTC (rev 56512)
@@ -104,7 +104,7 @@
         \pgfmathloop%
         \ifnum\pgfmathcounter>\pgfintersectionsolutions\relax%
         \else%
-          \path\pgfextra{\pgftransformshift{\pgfpointintersectionsolution{\pgfmathcounter}}}%
+          \path[reset cm]\pgfextra{\pgftransformshift{\pgfpointintersectionsolution{\pgfmathcounter}}}%
             coordinate (\tikz at intersect@@name-\pgfmathcounter);
         \repeatpgfmathloop%
         \ifx\tikz at intersect@by\pgfutil at empty%

Modified: trunk/Master/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex	2020-10-02 13:04:56 UTC (rev 56511)
+++ trunk/Master/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex	2020-10-02 21:41:45 UTC (rev 56512)
@@ -5276,19 +5276,7 @@
   \tikz at marshal%
 }%
 
-\def\tikz at ensure@dollar at catcode{%
-  \ifnum\catcode`\$=3 %
-  \else
-    \tikzerror{Sorry, some package has redefined the meaning of the
-      math-mode dollar sign. This is incompatible with tikz and its calc
-      library and might cause unrecoverable errors}%
-    % only show error once:
-    \global\let\tikz at ensure@dollar at catcode=\relax
-  \fi
-}%
-
 \def\tikz@@@scan@@absolute#1({%
-  \tikz at ensure@dollar at catcode
   \pgfutil at ifnextchar{$}%$
   {\tikz at parse@calculator#1(}
   {\tikz at scan@no at calculator#1(}%

Modified: trunk/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryfpu.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryfpu.code.tex	2020-10-02 13:04:56 UTC (rev 56511)
+++ trunk/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryfpu.code.tex	2020-10-02 21:41:45 UTC (rev 56512)
@@ -127,11 +127,12 @@
     \edef\pgfmathfloat at expression{#1}%
     \expandafter\pgfmathfloatparse@@\pgfmathfloat at expression\pgfmathfloat@
     \ifpgfmathfloat at scaleactive
-        \expandafter\pgfmathfloatmultiply@\expandafter{\pgfmathresult}{\pgfmathfloatscale}
+        \expandafter\pgfmathfloatmultiply@\expandafter{\pgfmathresult}{\pgfmathfloatscale}%
         \pgfmathfloattofixed{\pgfmathresult}%
     \else
         \pgfmathfloatparse at output
     \fi
+    \ignorespaces
 }%
 
 \def\pgfmathfloat at char@asterisk{*}%

Modified: trunk/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryintersections.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryintersections.code.tex	2020-10-02 13:04:56 UTC (rev 56511)
+++ trunk/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryintersections.code.tex	2020-10-02 21:41:45 UTC (rev 56512)
@@ -352,9 +352,7 @@
     \pgf at iflinesintersect{#1}{#2}{#3}{#4}%
     {%
         \pgfextract at process\pgf at intersect@solution at candidate{%
-            \pgftransforminvert
             % pgf at x and pgf at y are already assigned by \pgf at iflinesintersect
-            \pgfpointtransformed{\pgfqpoint{\pgf at x}{\pgf at y}}%
         }%
         \pgf at ifsolution@duplicate{\pgf at intersect@solution at candidate}{%
             % ah - we a duplicate. Apparently, we have a hit on an

Modified: trunk/Master/texmf-dist/tex/generic/pgf/pgf.revision.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pgf/pgf.revision.tex	2020-10-02 13:04:56 UTC (rev 56511)
+++ trunk/Master/texmf-dist/tex/generic/pgf/pgf.revision.tex	2020-10-02 21:41:45 UTC (rev 56512)
@@ -5,10 +5,10 @@
 \catcode`\:=12
 \catcode`\+=12
 \catcode`\-=12
-\gdef\pgfrevision{3.1.6}
-\gdef\pgfversion{3.1.6}
-\gdef\pgfversiondatetime{2020-09-28 18:29:32 +0200}
-\gdef\pgfrevisiondatetime{2020-09-28 18:29:32 +0200}
+\gdef\pgfrevision{3.1.6a}
+\gdef\pgfversion{3.1.6a}
+\gdef\pgfversiondatetime{2020-10-01 21:02:59 +0200}
+\gdef\pgfrevisiondatetime{2020-10-01 21:02:59 +0200}
 \gdef\pgf at glob@TMPa#1-#2-#3 #4\relax{#1/#2/#3}
 \xdef\pgfversiondate{\expandafter\pgf at glob@TMPa\pgfversiondatetime\relax}
 \xdef\pgfrevisiondate{\expandafter\pgf at glob@TMPa\pgfrevisiondatetime\relax}



More information about the tex-live-commits mailing list.