diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-17 15:48:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-17 15:48:23 +0000 |
commit | c632275d3ae54aead904bce94035f7a780fc909a (patch) | |
tree | ef273f8c0dc96a58a3a54c14e59f6c5f5d99cd9b /Master/tlpkg | |
parent | 4150020a0ea0a0bb0d00983c2e1c6d97cd33651f (diff) |
toptesi 5.01 (15may10)
git-svn-id: svn://tug.org/texlive/trunk@18303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 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); |