diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-11 19:54:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-11 19:54:48 +0000 |
commit | 0af0572634ce4616e9f995d0b813686aa7b9700d (patch) | |
tree | a3e261b947e0922f18c5fd0df070202da2465f24 /Master/tlpkg/libexec | |
parent | 510b2e2546fd8769ac33125f9a14cf0c2d898fee (diff) |
new lualatex package luaindex (9feb11)
git-svn-id: svn://tug.org/texlive/trunk@21373 c570f23f-e606-0410-a88d-b1316a301751
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$', |