summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/minitoc/xmk
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/minitoc/xmk')
-rwxr-xr-xMaster/texmf-dist/doc/latex/minitoc/xmk12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/minitoc/xmk b/Master/texmf-dist/doc/latex/minitoc/xmk
index 0a24cf8ea51..e9a78c0043d 100755
--- a/Master/texmf-dist/doc/latex/minitoc/xmk
+++ b/Master/texmf-dist/doc/latex/minitoc/xmk
@@ -1,6 +1,6 @@
#! /bin/csh
#######################
-foreach f ( add addsec )
+foreach f ( mtc-add mtc-ads )
foreach i ( 1 2 3 )
pdflatex $f
bibtex $f
@@ -12,17 +12,17 @@ if ( -e $f.glo ) then
endif
end
if ( -e $f.maf) then
- \rm -f `cat $f.maf` $f.aux $f.log $f.toc $f.bbl $f.blg $f.lof $f.lot $f.ind $f.idx %f.ind
+ \rm -f `cat $f.maf` $f.aux $f.log $f.toc $f.bbl $f.blg $f.lof $f.lot $f.ind $f.idx $f.ind $f.maf
endif
end
#######################
-foreach f ( hide1 hide2 apx app-mem mem mem1 fo1 fo2 scr subf \
- tsfc tbi 2c bo hop cri livre ch0 tlc mu hir hia gaps \
- minitoc-ex mini-art second )
+foreach f ( mtc-hi1 mtc-hi2 mtc-apx mtc-amm mtc-mem mtc-mm1 mtc-fo1 mtc-fo2 mtc-scr mtc-sbf \
+ mtc-tsf mtc-tbi mtc-2c mtc-bo mtc-hop mtc-cri mtc-liv mtc-ch0 mtc-tlc mtc-mu mtc-hir mtc-hia mtc-gap \
+ mtc-bk mtc-art mtc-2nd mtc-syn )
foreach i ( 1 2 3 )
pdflatex $f
end
if ( -e $f.maf) then
- \rm -f `cat $f.maf` $f.aux $f.log $f.toc $f.bbl $f.blg $f.lof $f.lot $f.ind $f.idx %f.ind
+ \rm -f `cat $f.maf` $f.aux $f.log $f.toc $f.bbl $f.blg $f.lof $f.lot $f.ind $f.idx $f.ind $f.maf
endif
end