summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/plain/graphics-pln/README.md4
-rw-r--r--Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex6
-rw-r--r--Master/texmf-dist/tex/plain/graphics-pln/psfrag.tex3
3 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/plain/graphics-pln/README.md b/Master/texmf-dist/doc/plain/graphics-pln/README.md
index 4b367d6341b..97ed820f5e9 100644
--- a/Master/texmf-dist/doc/plain/graphics-pln/README.md
+++ b/Master/texmf-dist/doc/plain/graphics-pln/README.md
@@ -27,8 +27,9 @@ David Carlisle
2022/09/28
2022/12/02
2023/11/09
+2024/06/19
-Copyright 1995-2023 David Carlisle
+Copyright 1995-2024 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
@@ -61,6 +62,7 @@ This directory contains
for including PostScript documents, while replacing certain text
strings with TeX typeset replacements. This uses the example.eps
figure from the psfrag 3.0 distribution.
+ Requires etex.
- miniltx.tex
A small `miniLaTeX' that defines fakes or otherwise hacks
diff --git a/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex b/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex
index 84de442c2c3..5911919c0db 100644
--- a/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex
+++ b/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex
@@ -556,3 +556,9 @@
% 2022/09/28
% remove outerness
\expandafter\def\expandafter\newdimen\expandafter{\newdimen}
+
+% 2024/06/19
+% more latex emulation
+\providecommand\DeclareRelease[3]{}
+\providecommand\DeclareCurrentRelease[2]{}
+\providecommand\@spaces{\space\space\space\space} \ No newline at end of file
diff --git a/Master/texmf-dist/tex/plain/graphics-pln/psfrag.tex b/Master/texmf-dist/tex/plain/graphics-pln/psfrag.tex
index 27475c473a3..31df1879bd0 100644
--- a/Master/texmf-dist/tex/plain/graphics-pln/psfrag.tex
+++ b/Master/texmf-dist/tex/plain/graphics-pln/psfrag.tex
@@ -1,6 +1,9 @@
% Plain TeX interface to psfrag.
% David Carlisle
+% Note this needs etex not tex
+% as etex extensions are used to control expansion
+
\input miniltx
\makeatletter