|
|
@ -67,10 +67,11 @@ if [ $# -eq 1 ]; then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Run pdflatex, bibtex, and company
|
|
|
|
# Run pdflatex, bibtex, and company
|
|
|
|
#echo "<cheRTeX> Calling LaTeXMK"
|
|
|
|
echo "<cheRTeX> Calling LaTeXMK"
|
|
|
|
#latexmk $jobname -pdf -bibtex
|
|
|
|
latexmk $jobname -pdf -bibtex
|
|
|
|
echo "<cheRTeX> Calling texi2dvi()"
|
|
|
|
#echo "<cheRTeX> Calling texi2dvi()"
|
|
|
|
R CMD texi2dvi --pdf --verbose $jobname.tex
|
|
|
|
#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
|
|
|
|
# Don't bother with this. Let latexmk take care of cleaning up
|
|
|
|
# Move unnecessary auxiliary files generated
|
|
|
|
# Move unnecessary auxiliary files generated
|
|
|
|