diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7d1b365a09e..946b5d96a6e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2129,7 +2129,7 @@ $standardtex 'luaintro', 'NULL', # doc pkg 'luakeys', '\.lua|luakeys(-debug)?\.tex|' . $standardtex, 'lualatex-math', '\.sty', # not phst-doc.cls - 'luamathalign','luam.*\.lua|' . $standardtex, # not build.lua + 'luamathalign','luam.*\.lua|\.sty', # not build.lua 'luamesh', '\.sty', # not lltxdoc.cls 'luapackageloader', '\.lua|' . $standardtex, 'luaprogtable','\.lua|' . $standardtex, @@ -3091,7 +3091,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'lua-typo' => 'etex', 'lua-ul' => 'etex-answer-y', # https://github.com/latex3/latex2e/issues/558 'luaindex' => 'lualatex --shell-escape', - 'luamathalign' => 'etex', + 'luamathalign' => 'etex-answer-y', 'luatexja' => 'lualatex', 'makelabels' => 'tex --8bit', 'mandi' => 'pdflatex-preserve-pdf', |