When I compile a (Xe)LaTeX file, emacs writes the output to the LaTeX output buffer and shows it. For pure LaTeX, this buffer is hidden.
How do I hide a Latex compilation buffer?
When I compile a (Xe)LaTeX file, emacs writes the output to the LaTeX output buffer and shows it. For pure LaTeX, this buffer is hidden.
How do I hide a Latex compilation buffer?
Forget it, there is this
(setq TeX-show-compilation t)
in the script I was using, so I just set it tonil
.