diff --git a/chertex.sh b/chertex.sh index b1944c0..49c93d9 100755 --- a/chertex.sh +++ b/chertex.sh @@ -67,8 +67,10 @@ if [ $# -eq 1 ]; then fi # Run pdflatex, bibtex, and company - echo " Calling LaTeXMK" - latexmk $jobname -pdf -bibtex + #echo " Calling LaTeXMK" + #latexmk $jobname -pdf -bibtex + echo " Calling texi2dvi()" + R CMD texi2dvi --pdf --verbose $jobname.tex # Don't bother with this. Let latexmk take care of cleaning up # Move unnecessary auxiliary files generated