From: Richard M. Stallman Date: Tue, 26 Apr 2005 10:52:25 +0000 (+0000) Subject: (TeX Print): Document tex-compile. X-Git-Tag: ttn-vms-21-2-B4~734 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f88761e277f3e61f71d341f31359dc2cc5f7d314;p=emacs.git (TeX Print): Document tex-compile. --- diff --git a/man/ChangeLog b/man/ChangeLog index 562e275faa5..30fc5c1df7a 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,23 @@ +2005-04-26 Richard M. Stallman + + * emacs.texi (Top): Update submenus from files.texi. + + * files.texi (Filesets): Clarify previous change. + + * dired.texi (Misc Dired Features): Clarify previous change. + +2005-04-25 Chong Yidong + + * ack.texi (Acknowledgments): Delete info about iso-acc.el + + * dired.texi (Misc Dired Features): Document + dired-compare-directories. + + * files.texi (Filesets): New node. + (File Conveniences): Document Image mode. + + * text.texi (TeX Print): Document tex-compile. + 2005-04-25 Luc Teirlinck * frames.texi (Tooltips): Tooltip mode is enabled by default. diff --git a/man/text.texi b/man/text.texi index 958e18db8d5..3d6c0a6b763 100644 --- a/man/text.texi +++ b/man/text.texi @@ -1540,6 +1540,9 @@ Preview the output from the last @kbd{C-c C-r}, @kbd{C-c C-b}, or @kbd{C-c C-f} command (@code{tex-view}). @item C-c C-q Show the printer queue (@code{tex-show-print-queue}). +@item C-c C-c +Invoke some other compilation command on the entire current buffer +(@code{tex-compile}). @end table @findex tex-buffer @@ -1684,6 +1687,15 @@ current buffer's file. Generally, you need to do @kbd{C-c C-f} @kbd{C-c TAB} (@code{tex-bibtex-file}), and then repeat @kbd{C-c C-f} (@code{tex-file}) twice more to get the cross-references correct. +@findex tex-compile +@kindex C-c C-c @r{(@TeX{} mode)} + To invoke some other compilation program on the current @TeX{} +buffer, type @kbd{C-c C-c} (@code{tex-compile}). This command knows +how to pass arguments to many common programs, including +@file{pdflatex}, @file{yap}, @file{xdvi}, and @file{dvips}. You can +select your desired compilation program using the standard completion +keys (@pxref{Completion}). + @node TeX Misc @subsection @TeX{} Mode Miscellany