comparison man/text.texi @ 61849:56749022baa0

(TeX Print): Document tex-compile.
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Apr 2005 10:51:41 +0000
parents dcdebd4bb525
children a2d302267225 08185296b491
comparison
equal deleted inserted replaced
61848:d4a266e00d68 61849:56749022baa0
1538 @item C-c C-v 1538 @item C-c C-v
1539 Preview the output from the last @kbd{C-c C-r}, @kbd{C-c C-b}, or @kbd{C-c 1539 Preview the output from the last @kbd{C-c C-r}, @kbd{C-c C-b}, or @kbd{C-c
1540 C-f} command (@code{tex-view}). 1540 C-f} command (@code{tex-view}).
1541 @item C-c C-q 1541 @item C-c C-q
1542 Show the printer queue (@code{tex-show-print-queue}). 1542 Show the printer queue (@code{tex-show-print-queue}).
1543 @item C-c C-c
1544 Invoke some other compilation command on the entire current buffer
1545 (@code{tex-compile}).
1543 @end table 1546 @end table
1544 1547
1545 @findex tex-buffer 1548 @findex tex-buffer
1546 @kindex C-c C-b @r{(@TeX{} mode)} 1549 @kindex C-c C-b @r{(@TeX{} mode)}
1547 @findex tex-print 1550 @findex tex-print
1681 (@code{tex-bibtex-command}) to produce a @samp{.bbl} file for the 1684 (@code{tex-bibtex-command}) to produce a @samp{.bbl} file for the
1682 current buffer's file. Generally, you need to do @kbd{C-c C-f} 1685 current buffer's file. Generally, you need to do @kbd{C-c C-f}
1683 (@code{tex-file}) once to generate the @samp{.aux} file, then do 1686 (@code{tex-file}) once to generate the @samp{.aux} file, then do
1684 @kbd{C-c TAB} (@code{tex-bibtex-file}), and then repeat @kbd{C-c C-f} 1687 @kbd{C-c TAB} (@code{tex-bibtex-file}), and then repeat @kbd{C-c C-f}
1685 (@code{tex-file}) twice more to get the cross-references correct. 1688 (@code{tex-file}) twice more to get the cross-references correct.
1689
1690 @findex tex-compile
1691 @kindex C-c C-c @r{(@TeX{} mode)}
1692 To invoke some other compilation program on the current @TeX{}
1693 buffer, type @kbd{C-c C-c} (@code{tex-compile}). This command knows
1694 how to pass arguments to many common programs, including
1695 @file{pdflatex}, @file{yap}, @file{xdvi}, and @file{dvips}. You can
1696 select your desired compilation program using the standard completion
1697 keys (@pxref{Completion}).
1686 1698
1687 @node TeX Misc 1699 @node TeX Misc
1688 @subsection @TeX{} Mode Miscellany 1700 @subsection @TeX{} Mode Miscellany
1689 1701
1690 @vindex tex-shell-hook 1702 @vindex tex-shell-hook