diff options
author | Karl Berry <karl@freefriends.org> | 2023-11-09 22:04:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-11-09 22:04:39 +0000 |
commit | 13711212d250ef0ef160b8e4a6054caec1821c84 (patch) | |
tree | 66a1e0d504147191c61666080dffe07233c7d1aa | |
parent | 046656fef9e3c3df30768d9ee7242b49be908472 (diff) |
graphics-pln (9nov23)
git-svn-id: svn://tug.org/texlive/trunk@68760 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/plain/graphics-pln/README.md | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/plain/graphics-pln/README.md b/Master/texmf-dist/doc/plain/graphics-pln/README.md index d82138a6500..4b367d6341b 100644 --- a/Master/texmf-dist/doc/plain/graphics-pln/README.md +++ b/Master/texmf-dist/doc/plain/graphics-pln/README.md @@ -25,9 +25,10 @@ David Carlisle 2022/06/13 2022/09/27 2022/09/28 -2022/12/02 +2022/12/02 +2023/11/09 -Copyright 1995 1996 2016 2017 2018 2020 2021 2022 David Carlisle +Copyright 1995-2023 David Carlisle All the files in this directory may be redistributed and/or modified under the terms of the LaTeX Project Public License distributed from diff --git a/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex b/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex index ff4e78d0e3e..84de442c2c3 100644 --- a/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex +++ b/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex @@ -30,7 +30,8 @@ % 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 +% 2022/09/28 Make \newdimen non-\outer for new .def files +% 2023/11/09Guard against \@hash@ already being let to # \edef\resetatcatcode{\catcode`\noexpand\@\the\catcode`\@\relax} @@ -186,6 +187,7 @@ \else \@x@protect#1% \fi} +\let\@hash@\relax \long\def\@yargdef#1#2#3{% \@tempcnta#3\relax \advance \@tempcnta \@ne |