diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 645680bbe10..7227ec3aa76 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1542,6 +1542,7 @@ $standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'lastpage', 'lastpage.dtx', 'lettre', 'NULL', 'localloc', 'localloc.dtx', + 'luaindex', 'luaindex.dtx', 'makecell', 'makecell.dtx', 'mylatexformat', 'mylatexformat.dtx', 'namespc', 'namespc.dtx', @@ -1597,6 +1598,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'labelcas' => 'latex', # requires interaction 'lastpage' => 'tex', 'lcd' => 'latex -translate-file=empty.tcx', # no 8-bit + 'luaindex' => 'lualatex --shell-escape', 'mylatexformat'=> 'tex', 'nomentbl' => 'latex -translate-file=empty.tcx', # no 8-bit 'thumb' => 'latex -translate-file=empty.tcx', # no 8-bit @@ -1828,6 +1830,7 @@ $standardxmt='\.xmt'; 'latexmk' => '\.pl$', 'listings-ext' => '\.sh$', 'lua-alt-getopt' => '\.lua$', + 'luaindex' => '\.lua$', 'luasseq' => '\.lua$', 'mathspic' => '^mathspic\.pl$', 'mkgrkindex' => 'mkgrkindex$', |