diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-19 20:10:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-19 20:10:27 +0000 |
commit | b12479292b3e2468c564619ee6b60dbc13eeb1be (patch) | |
tree | 01f444779592389c9650c7cfecfcd301ca6198db /Master/tlpkg/libexec | |
parent | 3aef115c3b639b7f73a9866cda39c98e9bc8649c (diff) |
luamathalign (19apr22)
git-svn-id: svn://tug.org/texlive/trunk@63081 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 082479e952a..bf24f1215f1 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2121,6 +2121,7 @@ $standardtex 'luaintro', 'NULL', # doc pkg 'luakeys', '\.lua|luakeys\.tex|' . $standardtex, 'lualatex-math', '\.sty', # not phst-doc.cls + 'luamathalign','luam.*\.lua|' . $standardtex, # not build.lua 'luamesh', '\.sty', # not lltxdoc.cls 'luapackageloader', '\.lua|' . $standardtex, 'luaprogtable','\.lua|' . $standardtex, @@ -3082,6 +3083,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', 'luatexja' => 'lualatex', 'makelabels' => 'tex --8bit', 'mandi' => 'pdflatex-preserve-pdf', |