diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-28 22:33:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-28 22:33:05 +0000 |
commit | 3415fbd0508eeafd0f7970490bbd418c9c476b79 (patch) | |
tree | 369b91db2ea45687246f0cd0f4d17094d6cfc195 /Master/tlpkg | |
parent | 960a0f0d00f3a7fee9942fdda1e00be219ef37bc (diff) |
hycolor (28jan20)
git-svn-id: svn://tug.org/texlive/trunk@53584 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 b93203fb1a1..461da50afc7 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2732,6 +2732,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'hf-tikz' => 'tex', 'hrlatex' => 'latex', # requires interaction 'hu-berlin-bundle' => 'pdflatex-preserve-pdf --engine lualatex', + 'hycolor' => 'tex', 'hyperbar' => 'tex', 'intopdf', => 'tex', 'isodoc' => 'luatex', @@ -3284,6 +3285,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'findhyph' => 'findhyph.pdf', # we generate 'fundus' => $standardclean . '|outline.sty', # in own package 'gentle' => 'gentle.ps.gz', # pdf is enough + 'hycolor' => 'hycolor\.(drv|ins|log)', 'ibycus-babel' => $standardclean . '|ibyhyph.tex', # in hyphen-ancientgreek 'jadetex' => $standardclean # these sty files are in passivetex . '|(dummyels|mlnames|ucharacters|unicode)\.sty', |