summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 7fa29e7b8a1..4bd86995342 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -56,6 +56,7 @@ $Master = "$mydir/../..";
'IEEEtran', "&MAKEIEEEtran",
'LingTrees', "die 'skipping, requires python'",
'SIstyle', '&MAKEflatten',
+ 'TOPtesi', "die 'skipping, use toptesi'",
'a4', "die 'skipping, just a pointer to ntgclass'",
'aastex', "&MAKEflatten",
'accenti', "die 'skipping, use bosisio instead'",
@@ -1410,6 +1411,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex";
'svn-multi' => 'latex', # interaction for .pl
'thumb' => 'latex -translate-file=empty.tcx', # no 8-bit
'todonotes' => 'latex', # requires interaction
+ 'toptesi' => 'latex', # requires interaction
'xecjk' => 'xecjk-xelatex',
);
$standardinsrunner="latex -interaction=nonstopmode";
@@ -1991,7 +1993,7 @@ sub runins
print "\t RUNINS $thispatt\n";
for (grep (/$thispatt/, @filenames)) {
# do not infinite loop on docstrip "output directory", e.g., fltpoint.
- &runjob ("yes | sed 5q | $insrunner $_");
+ &runjob ("yes | sed 10q | $insrunner $_");
}
&killfiles ($specialclean{$package} || $standardclean);