How to compile .tex file without stopping

Method 1: using pdflatex to generate a pdf file

$ pdflatex   -interaction   nonstopmode   myTexFile.tex  

Method 2: using latexmk to generate a dvi file.

$ latexmk   myTexFile.tex 

About albertsk

Professor at the University of Hawaii
This entry was posted in Uncategorized. Bookmark the permalink.