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