diff options
Diffstat (limited to 'Master/texmf-dist/scripts/minitoc/xmk')
-rwxr-xr-x | Master/texmf-dist/scripts/minitoc/xmk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/minitoc/xmk b/Master/texmf-dist/scripts/minitoc/xmk index 9f604f820fe..7efb4c94177 100755 --- a/Master/texmf-dist/scripts/minitoc/xmk +++ b/Master/texmf-dist/scripts/minitoc/xmk @@ -13,19 +13,21 @@ foreach f ( mtc-add mtc-ads ) end end ####################### -foreach f ( \ +foreach i ( 1 2 3 ) + foreach f ( \ mtc-2c mtc-2nd mtc-3co mtc-amm mtc-apx mtc-art mtc-bk mtc-bo mtc-ch0 mtc-cri \ mtc-fko mtc-fo1 mtc-fo2 mtc-gap mtc-hi1 mtc-hi2 mtc-hia mtc-hir mtc-hop mtc-liv mtc-mem mtc-mm1 \ - mtc-mu mtc-sbf mtc-scr mtc-syn mtc-tbi mtc-tlc mtc-tlo mtc-tsf \ + mtc-mu mtc-nom mtc-ocf mtc-ofs mtc-sbf mtc-scr mtc-syn mtc-tbi mtc-tlc mtc-tlo mtc-tsf \ ) - foreach i ( 1 2 3 ) pdflatex $f end + makeindex -s nomencl.ist -o mtc-nom.nls mtc-nom.nlo end foreach f ( mtc-add mtc-ads \ mtc-2c mtc-2nd mtc-3co mtc-amm mtc-apx mtc-art mtc-bk mtc-bo mtc-ch0 mtc-cri \ mtc-fko mtc-fo1 mtc-fo2 mtc-gap mtc-hi1 mtc-hi2 mtc-hia mtc-hir mtc-hop mtc-liv mtc-mem mtc-mm1 \ - mtc-mu mtc-sbf mtc-scr mtc-syn mtc-tbi mtc-tlc mtc-tlo mtc-tsf \ + mtc-mu mtc-nom mtc-ocf mtc-ofs mtc-sbf mtc-scr mtc-syn mtc-tbi mtc-tlc mtc-tlo mtc-tsf \ ) \rm -f `cat $f.maf` $f.aux $f.log $f.toc $f.bbl $f.blg $f.lof $f.lot $f.ind $f.idx $f.ilg $f.ind $f.maf + \rm -f mtc-nom.nls mtc-nom.nlo end |