From 01a57a4b92b1ce1a1a8ae3373a7e2092e9e0d2f8 Mon Sep 17 00:00:00 2001 From: Taha Ahmed Date: Tue, 29 Mar 2011 15:56:25 +0200 Subject: [PATCH] Removed biber from .gitignore. Changes to chertex.sh since before, cannot remember what. --- .gitignore | 1 - chertex.sh | 9 +++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 122954f..4af854e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -biber pdfcrop unborn/ documentation/ diff --git a/chertex.sh b/chertex.sh index 49c93d9..ccefdb6 100755 --- a/chertex.sh +++ b/chertex.sh @@ -67,10 +67,11 @@ if [ $# -eq 1 ]; then fi # Run pdflatex, bibtex, and company - #echo " Calling LaTeXMK" - #latexmk $jobname -pdf -bibtex - echo " Calling texi2dvi()" - R CMD texi2dvi --pdf --verbose $jobname.tex + echo " Calling LaTeXMK" + latexmk $jobname -pdf -bibtex + #echo " Calling texi2dvi()" + #R CMD texi2dvi --pdf --verbose $jobname.tex + ### Perhaps the choice should be dictated from a command-line argument? # Don't bother with this. Let latexmk take care of cleaning up # Move unnecessary auxiliary files generated