From 8152d3de6177a21fc86f48594abd92fa7e328325 Mon Sep 17 00:00:00 2001 From: "taha@luxor" Date: Tue, 8 Jan 2019 15:56:58 +0100 Subject: [PATCH] Added "list-of-schemes" and "list-of-reactions" to aux files. --- chertex.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chertex.sh b/chertex.sh index 1d6f5d2..a4fc1f2 100755 --- a/chertex.sh +++ b/chertex.sh @@ -35,7 +35,9 @@ Rfiletype="R" TeXfiletype="tex" tikzfiles="*.tikz" Rnwfiles="*.Rnw" -auxfiles="*.acn *.acr *.alg *.aux *.bbl *.bcf *.blg *.dep *.dpth *.fdb* *.figlist *.fls *.glg *.glo *.gls *.lof *.log *.lot *.out *.lox *.makefile *.map *.out *.run* *.slg *.slo *.sls *.tdo *.toc *.xdy" +auxfiles="*.acn *.acr *.alg *.aux *.bbl *.bcf *.blg *.dep *.dpth *.fdb* *.figlist *.fls *.glg +*.glo *.gls *.lof *.log *.lor *.los *.lot *.out *.lox *.makefile *.map *.out *.run* *.slg *.slo +*.sls *.tdo *.toc *.xdy" # depending on number of args and their content, do different things...