customization - Quiet mode for pdfLaTeX in emacs -
i've begun use emacs pdflatex writer/compiler, brilliant.
however, whenever execute tex file (c-c c-f
), executes following:
(setq latex-run-command "pdflatex")
i awful lot of verbose output pdflatex.
is there way change behaviour? thought of (setq latex-run-command "pdflatex -interaction=batchmode")
doesn't seem trick.
when doing latex in emacs should use package named auctex. fixes problem , has lot of functionality.