diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-16 23:24:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-16 23:24:03 +0000 |
commit | a9987369125a138a236c5d31affb3ea7535be106 (patch) | |
tree | 9924aed95672832a3359a09c6bcfda8f59223fba /Master/tlpkg/libexec/ctan2tds | |
parent | d1e6851ad63caca1829a5a975071721c6b2b7c56 (diff) |
mandi (16mar16)
git-svn-id: svn://tug.org/texlive/trunk@40050 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 568a2a09370..98e0a57dcfe 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2341,7 +2341,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'lmake' => 'latex', # requires interaction 'luaindex' => 'lualatex --shell-escape', 'luatexja' => 'lualatex', - 'mandi' => 'pdflatex',# generates doc + 'mandi' => 'pdflatex-preserve-pdf', 'mcmthesis' => 'tex', # requires interaction 'mversion' => 'latex', # requires interaction 'minitoc' => 'latex', # requires interaction and 1000q instead of 10q @@ -2806,8 +2806,9 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' . '|(dummyels|mlnames|ucharacters|unicode)\.sty', 'lshort-russian'=>'lshortbk.zip', # sources are enough 'lshort-spanish'=>'lshort-letter.pdf', # a4 is enough + 'mandi' => $standardclean . '|\.(lol|tcbtemp|tdo)$',# remakes doc 'mathexam' => 'sample.tex~', - 'musixtnt' => '(msxlint|fixmsxpart)$', # extra binaries + 'musixtnt' => '(msxlint|fixmsxpart)$', # extra binaries 'pkfix-helper' => 'pkfix-helper.pdf', 'placeat' => $standardclean . '|README\.$', 'purifyeps' => 'purifyeps.pdf', |