From 021afc363f00ccc8b3fd72364b18ae522d499f81 Mon Sep 17 00:00:00 2001 From: "taha@asks2" Date: Wed, 7 Oct 2020 20:25:29 +0200 Subject: [PATCH] Wipe now includes minitoc auxiliary files --- chertex.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chertex.sh b/chertex.sh index 0289561..55f5ba8 100755 --- a/chertex.sh +++ b/chertex.sh @@ -62,6 +62,8 @@ aux_log="*.log" aux_lor="*.lor" aux_los="*.los" aux_lot="*.lot" +aux_maf="*.maf" # minitoc +aux_mtc="*.mtc*" # minitoc aux_out="*.out" aux_lox="*.lox" aux_make="*.makefile" @@ -75,7 +77,7 @@ aux_tdo="*.tdo" aux_toc="*.toc" aux_xdy="*.xdy" # glossaries (xindy) # all aux files in a string -auxfiles="${aux_acn} ${aux_acr} ${aux_alg} ${aux_aux} ${aux_bbl} ${aux_blg} ${aux_dep} ${aux_dpth} ${aux_fdb} ${aux_fig} ${aux_fls} ${aux_glg} ${aux_glo} ${aux_gls} ${aux_ist} ${aux_lob} ${aux_lof} ${aux_log} ${aux_lor} ${aux_los} ${aux_lot} ${aux_out} ${aux_lox} ${aux_make} ${aux_map} ${aux_run} ${aux_slg} ${aux_slo} ${aux_sls} ${aux_tikz} ${aux_tdo} ${aux_toc} ${aux_xdy}" +auxfiles="${aux_acn} ${aux_acr} ${aux_alg} ${aux_aux} ${aux_bbl} ${aux_blg} ${aux_dep} ${aux_dpth} ${aux_fdb} ${aux_fig} ${aux_fls} ${aux_glg} ${aux_glo} ${aux_gls} ${aux_ist} ${aux_lob} ${aux_lof} ${aux_log} ${aux_lor} ${aux_los} ${aux_lot} ${aux_maf} ${aux_out} ${aux_lox} ${aux_make} ${aux_map} ${aux_mtc} ${aux_run} ${aux_slg} ${aux_slo} ${aux_sls} ${aux_tikz} ${aux_tdo} ${aux_toc} ${aux_xdy}" # depending on number of args and their content, do different things...