summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-08 21:09:31 +0000
committerKarl Berry <karl@freefriends.org>2019-05-08 21:09:31 +0000
commit3de6683607c3042def19b77ca8a338814d0a1575 (patch)
tree106d17a816c9eb899d2943cbadb33aa9b627f4ca /Master/texmf-dist/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex
parent3e178d666f929257b38c4d6857bccf4076145c29 (diff)
pgf revert again to r49607, after mistaken update
git-svn-id: svn://tug.org/texlive/trunk@51047 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex b/Master/texmf-dist/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex
index 300ba52e989..c559a0cc1ba 100644
--- a/Master/texmf-dist/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex
+++ b/Master/texmf-dist/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex
@@ -62,15 +62,15 @@
\pgfutil@ifluatex
\let\pgfutil@directlua\directlua
\pgfutil@directlua{%
- tex.enableprimitives('pgfutil@',{'luaescapestring'})}%
+ tex.enableprimitives('pgfutil@',{'luaescapestring'})}
\else
- \def\pgfutil@directlua#1{}%
- \def\pgfutil@luaescapestring#1{}%
+ \def\pgfutil@directlua#1{}
+ \def\pgfutil@luaescapestring#1{}
\fi
\pgfutil@directlua{%
pgfluamathfunctions = require("pgf.luamath.functions")
- pgfluamathparser = require("pgf.luamath.parser")}%
+ pgfluamathparser = require("pgf.luamath.parser")}
% Patch some configuration macros such that the modifications are
@@ -78,7 +78,7 @@
\pgfkeys{
/pgf/trig format/deg/.add code={}{\directlua{pgfluamathfunctions.setTrigFormat("deg")}\aftergroup\pgfmath@settrigformat},
/pgf/trig format/rad/.add code={}{\directlua{pgfluamathfunctions.setTrigFormat("rad")}\aftergroup\pgfmath@settrigformat},
-}%
+}
% ... and reactivate the key:
\pgfmathiftrigonometricusesdeg{%
\pgfkeys{/pgf/trig format/deg}%