texlive[65918] Master/tlpkg/tlpsrc: platex.tlpsrc: use euptex for

commits+hironobu at tug.org commits+hironobu at tug.org
Sun Feb 19 13:27:20 CET 2023


Revision: 65918
          http://tug.org/svn/texlive?view=revision&revision=65918
Author:   hironobu
Date:     2023-02-19 13:27:20 +0100 (Sun, 19 Feb 2023)
Log Message:
-----------
platex.tlpsrc: use euptex for platex-dev
will use euptex for platex too in the future

Modified Paths:
--------------
    trunk/Master/tlpkg/tlpsrc/platex.tlpsrc
    trunk/Master/tlpkg/tlpsrc/ptex.tlpsrc
    trunk/Master/tlpkg/tlpsrc/uptex.tlpsrc

Modified: trunk/Master/tlpkg/tlpsrc/platex.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/platex.tlpsrc	2023-02-19 12:16:10 UTC (rev 65917)
+++ trunk/Master/tlpkg/tlpsrc/platex.tlpsrc	2023-02-19 12:27:20 UTC (rev 65918)
@@ -1,10 +1,12 @@
 tlpsetvar fmtcomm ${global_latex_deps},ptex-fonts
 #
+## TL'23 will use euptex instead of eptex for platex(-dev)
+## but for a while "euptex for platex-dev" / "eptex for platex"
 execute AddFormat name=platex engine=eptex options="*platex.ini" \
           patterns=language.dat \
           fmttriggers=${fmtcomm},latex
 #
-execute AddFormat name=platex-dev engine=eptex options="*platex.ini" \
+execute AddFormat name=platex-dev engine=euptex options="*platex.ini" \
           patterns=language.dat \
           fmttriggers=${fmtcomm},l3kernel,latex-base-dev,latex-firstaid-dev
 #

Modified: trunk/Master/tlpkg/tlpsrc/ptex.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/ptex.tlpsrc	2023-02-19 12:16:10 UTC (rev 65917)
+++ trunk/Master/tlpkg/tlpsrc/ptex.tlpsrc	2023-02-19 12:27:20 UTC (rev 65918)
@@ -3,7 +3,7 @@
 
 tlpsetvar fmtcomm cm,hyphen-base,knuth-lib,plain,ptex-base,ptex-fonts
 #
-execute AddFormat name=ptex engine=ptex options="ptex.ini" \
+execute AddFormat name=ptex engine=eptex options="ptex.ini" \
           fmttriggers=${fmtcomm}
 #
 execute AddFormat name=eptex engine=eptex options="*eptex.ini" \

Modified: trunk/Master/tlpkg/tlpsrc/uptex.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/uptex.tlpsrc	2023-02-19 12:16:10 UTC (rev 65917)
+++ trunk/Master/tlpkg/tlpsrc/uptex.tlpsrc	2023-02-19 12:27:20 UTC (rev 65918)
@@ -3,7 +3,7 @@
 
 tlpsetvar fmtcomm cm,hyphen-base,knuth-lib,plain,uptex-base,uptex-fonts
 #
-execute AddFormat name=uptex engine=uptex options="uptex.ini" \
+execute AddFormat name=uptex engine=euptex options="uptex.ini" \
           fmttriggers=${fmtcomm}
 #
 execute AddFormat name=euptex engine=euptex options="*euptex.ini" \



More information about the tex-live-commits mailing list.