diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-13 21:28:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-13 21:28:57 +0000 |
commit | 1df3307b39d62a1268c4a4dfa29b7b14a34533e0 (patch) | |
tree | 2005a710feb6d320850a9452d4b79d259ce552f9 /Master/tlpkg | |
parent | 2bac9f3d184f3aa12caa040db76c97d0dd4a7969 (diff) |
lua-ul, and etex-answer-y to handle spurious latex interaction (13may21)
git-svn-id: svn://tug.org/texlive/trunk@59185 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7cafc734314..4ea0189de3f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2960,7 +2960,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; '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,24 +3017,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'xmuthesis' => 'etex', 'yathesis' => 'pdftex', ); -$standardinsrunner = "etex"; -$standardinsrunner_opt = ""; -%specialinsrunner_opt = (); # not yet - -# 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. +$standardinsrunner = "etex -8bit"; %specialmakeindex= ( |