texlive[71575] Master/texmf-dist: graphics-pln (20jun24)
commits+karl at tug.org
commits+karl at tug.org
Thu Jun 20 22:12:51 CEST 2024
Revision: 71575
https://tug.org/svn/texlive?view=revision&revision=71575
Author: karl
Date: 2024-06-20 22:12:51 +0200 (Thu, 20 Jun 2024)
Log Message:
-----------
graphics-pln (20jun24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/plain/graphics-pln/README.md
trunk/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex
trunk/Master/texmf-dist/tex/plain/graphics-pln/psfrag.tex
Modified: trunk/Master/texmf-dist/doc/plain/graphics-pln/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/plain/graphics-pln/README.md 2024-06-20 20:12:43 UTC (rev 71574)
+++ trunk/Master/texmf-dist/doc/plain/graphics-pln/README.md 2024-06-20 20:12:51 UTC (rev 71575)
@@ -27,8 +27,9 @@
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 @@
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
Modified: trunk/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex
===================================================================
--- trunk/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex 2024-06-20 20:12:43 UTC (rev 71574)
+++ trunk/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex 2024-06-20 20:12:51 UTC (rev 71575)
@@ -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
Modified: trunk/Master/texmf-dist/tex/plain/graphics-pln/psfrag.tex
===================================================================
--- trunk/Master/texmf-dist/tex/plain/graphics-pln/psfrag.tex 2024-06-20 20:12:43 UTC (rev 71574)
+++ trunk/Master/texmf-dist/tex/plain/graphics-pln/psfrag.tex 2024-06-20 20:12:51 UTC (rev 71575)
@@ -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
More information about the tex-live-commits
mailing list.