diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 b63da0229d2..58783fbc241 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1191,6 +1191,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'carlisle', '\.sty|\.ltx', 'chemfig', '(t-)?chemfig.tex|' . $standardtex, 'chemstyle', '\.jdf|' . $standardtex, + 'chickenize', 'chickenize\.tex|\.lua|' . $standardtex, 'chronosys', '^(x-)?chronosys', 'cirth', 'num\.tex', 'cjw', '\.tex|' . $standardtex, @@ -1817,6 +1818,7 @@ $standardsource='\.(bat|c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'canoniclayout','.*\.dtx', 'carlisle', '\.ins|ltxtable.tex', 'ccfonts', 'ccfonts.ins', + 'chickenize', "$package.dtx", 'chronology', 'chronology.dtx', 'cmbright', 'NULL', 'codicefiscaleitaliano', 'codicefiscaleitaliano.dtx', @@ -1877,6 +1879,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'bullcntr' => 'latex', # requires interaction 'canoniclayout' => 'tex', 'carlisle' => "env TEXINPUTS=$core_latex/base:$core_latex/tools:. latex", + 'chickenize' => 'lualatex', 'clefval' => 'latex -translate-file=empty.tcx', # no 8-bit 'cleveref' => 'latex', # requires interaction 'ctable' => 'latex', # requires interaction |