[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
When invoking one of the commands TeX-command-master
(C-c
C-c) or TeX-command-region
(C-c C-r) LaTeX is run on
either the entire current document or a given region of it. The Emacs
view is split in two, and the output of TeX is printed in the second
half of the screen, as you may simultaneously continue editing your
document. In case TeX finds any errors when processing your input
you can call the function TeX-next-error
(C-c `) which will
move the cursor to the first given error, and display a short
explanatory text along with the message TeX gave. This procedure may
be repeated until all errors have been displayed. By pressing C-c
C-w (TeX-toggle-debug-boxes
) you can toggle whether the browser
also should notify over-full/under-full boxes or not.
Once you've successfully formatted your document, you may preview or
print it by invoking TeX-command-master
again.