diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index ccacca9276a..e6a5e256b46 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2913,8 +2913,9 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'secnum' => 'tex', 'silence' => 'latex -translate-file=empty.tcx', # no 8-bit 'skdoc' => 'tex', - 'svg' => 'etex -interaction=nonstopmode', + 'svg' => 'etex', 'svn-multi' => 'latex', # interaction for .pl + 'swfigure' => 'etex', 'teubner' => 'latex', # interaction 'termlist' => 'tex', # interaction for .pl 'thmtools' => 'latex', @@ -3467,6 +3468,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'revtex' => '00readme.tex|DOWNLOAD|README', # already in doc 'sanskrit' => 'ps-type1|sktdoc.ps', # symlink, pdf in sanskrit-t1 'suftesi' => 'example/MaterialeInizialeFinale/.DS_Store', + 'swfigure' => $standardclean . '|#README.txt#', 'tlc2' => 'NULL', # doc package 'tufte-latex' => $standardclean . '|.tds.zip$', 'velthuis' => $standardclean . '|devnag.c', # already in source |