summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-29 20:49:44 +0000
committerKarl Berry <karl@freefriends.org>2022-09-29 20:49:44 +0000
commit60ff2cddcaa605228a0d3a5c0d5480afad7183b2 (patch)
tree97b5eb13c4c13ae764199d512fecfa318ec372e9
parent92a0049c168a9096e2b38eb192f2c713a93840e6 (diff)
bithesis (29sep22)
git-svn-id: svn://tug.org/texlive/trunk@64553 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/plain/graphics-pln/README.md3
-rw-r--r--Master/texmf-dist/tex/plain/graphics-pln/color.tex4
-rw-r--r--Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex4
-rw-r--r--Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex5
4 files changed, 7 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/plain/graphics-pln/README.md b/Master/texmf-dist/doc/plain/graphics-pln/README.md
index 577bafe437c..1695ddece96 100644
--- a/Master/texmf-dist/doc/plain/graphics-pln/README.md
+++ b/Master/texmf-dist/doc/plain/graphics-pln/README.md
@@ -23,7 +23,8 @@ David Carlisle
2020/10/30
2021/11/15
2022/06/13
-2022/09/27
+2022/09/27
+2022/09/28
Copyright 1995 1996 2016 2017 2018 2020 2021 2022 David Carlisle
diff --git a/Master/texmf-dist/tex/plain/graphics-pln/color.tex b/Master/texmf-dist/tex/plain/graphics-pln/color.tex
index 538e9e65d34..b185a0e071e 100644
--- a/Master/texmf-dist/tex/plain/graphics-pln/color.tex
+++ b/Master/texmf-dist/tex/plain/graphics-pln/color.tex
@@ -3,9 +3,6 @@
\input miniltx
-% \outer :(
-\let\OUTER@newdimen\newdimen
-\expandafter\def\expandafter\newdimen\expandafter{\newdimen}
\ifx\Gin@driver\@undefined
\ifx\directlua\@undefined
@@ -29,6 +26,5 @@
\input color.sty
-\let\newdimen\OUTER@newdimen
\let\protected\@color@protected
\resetatcatcode
diff --git a/Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex b/Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex
index ada28fa5b64..460b82ec038 100644
--- a/Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex
+++ b/Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex
@@ -9,9 +9,6 @@
\let\ttfamily\tt
\fi
-% \outer :(
-\let\OUTER@newdimen\newdimen
-\expandafter\def\expandafter\newdimen\expandafter{\newdimen}
\ifx\Gin@driver\@undefined
\ifx\directlua\@undefined
@@ -40,7 +37,6 @@
\fi
\input graphicx.sty
-\let\newdimen\OUTER@newdimen
\let\detokenize\GRAPHICS@detokenize
\let\protected\GRAPHICS@protected
\resetatcatcode
diff --git a/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex b/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex
index 8a747790bf6..6aabb24d426 100644
--- a/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex
+++ b/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex
@@ -30,6 +30,7 @@
% 2021/11/15 Define \@backslashchar for issue #4
% 2022/06/13 Define \@ehd error help (usedby color errors)
% Define fallback \mathcolor so color package does not require expl3
+% 2022/09/28 Make \newdimen non-\outer for nw .def files
\edef\resetatcatcode{\catcode`\noexpand\@\the\catcode`\@\relax}
@@ -548,3 +549,7 @@
\long\def\mlx@mathcolora[#1]#2#3{\color[#1]{#2}#3\endgroup}
\long\def\mlx@mathcolorb#1#2{\color{#1}#2\endgroup}
\fi
+
+% 2022/09/28
+% remove outerness
+\expandafter\def\expandafter\newdimen\expandafter{\newdimen}