texlive[59185] Master/tlpkg/libexec/ctan2tds: lua-ul, and

commits+karl at tug.org commits+karl at tug.org
Thu May 13 23:28:57 CEST 2021


Revision: 59185
          http://tug.org/svn/texlive?view=revision&revision=59185
Author:   karl
Date:     2021-05-13 23:28:57 +0200 (Thu, 13 May 2021)
Log Message:
-----------
lua-ul, and etex-answer-y to handle spurious latex interaction (13may21)

Modified Paths:
--------------
    trunk/Master/tlpkg/libexec/ctan2tds

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2021-05-13 21:18:10 UTC (rev 59184)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2021-05-13 21:28:57 UTC (rev 59185)
@@ -2960,7 +2960,7 @@
  'lni'		=> 'tex --8bit',
  'ltxcmds'	=> 'etex',
  'lua-typo'	=> 'etex',
- 'lua-ul'	=> 'etex',
+ 'lua-ul'	=> 'etex-answer-y',
  'luaindex'     => 'lualatex --shell-escape',
  'luatexja'     => 'lualatex',
  'mandi'	=> 'pdflatex-preserve-pdf',
@@ -3017,25 +3017,8 @@
  'xmuthesis'	=> 'etex',
  'yathesis'	=> 'pdftex',
 );
-$standardinsrunner = "etex";
-$standardinsrunner_opt = "";
-%specialinsrunner_opt = (); # not yet
+$standardinsrunner = "etex -8bit";
 
-# We separate the (non)interaction option from the command name
-# because we don't ever want interaction, regardless of the command.
-# 
-# We can't pipe yes| into the command to get around the ins overwrite
-# problem since then "y" might get used as a filename, and we can exit
-# successfully when files didn't get generated as intended (e.g., in a
-# subdirectory, as required by apa7 and others). We have a special case
-# to report this in runjob, but we don't want it to happen in the first place.
-# 
-# This setup fails in cases where an existing file is being generated,
-# e.g., velthuis, and LaTeX asks:
-#   File ./hindi.ldf already exists on the system.
-#   Overwrite it? [y/n]
-# Not sure what to do about this yet.
-
 

 %specialmakeindex= (
  'apprends-latex'       => 'NULL',      # doc



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