diff options
| author | Richard M. Stallman | 2005-04-26 10:52:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-04-26 10:52:25 +0000 |
| commit | f88761e277f3e61f71d341f31359dc2cc5f7d314 (patch) | |
| tree | a443c5db0c8ba8aadbf1cc0fdd98fb61083209ff | |
| parent | ff9705de923453b2c23dd44b0172c0724318eef7 (diff) | |
| download | emacs-f88761e277f3e61f71d341f31359dc2cc5f7d314.tar.gz emacs-f88761e277f3e61f71d341f31359dc2cc5f7d314.zip | |
(TeX Print): Document tex-compile.
| -rw-r--r-- | man/ChangeLog | 20 | ||||
| -rw-r--r-- | man/text.texi | 12 |
2 files changed, 32 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 562e275faa5..30fc5c1df7a 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2005-04-26 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs.texi (Top): Update submenus from files.texi. | ||
| 4 | |||
| 5 | * files.texi (Filesets): Clarify previous change. | ||
| 6 | |||
| 7 | * dired.texi (Misc Dired Features): Clarify previous change. | ||
| 8 | |||
| 9 | 2005-04-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 10 | |||
| 11 | * ack.texi (Acknowledgments): Delete info about iso-acc.el | ||
| 12 | |||
| 13 | * dired.texi (Misc Dired Features): Document | ||
| 14 | dired-compare-directories. | ||
| 15 | |||
| 16 | * files.texi (Filesets): New node. | ||
| 17 | (File Conveniences): Document Image mode. | ||
| 18 | |||
| 19 | * text.texi (TeX Print): Document tex-compile. | ||
| 20 | |||
| 1 | 2005-04-25 Luc Teirlinck <teirllm@auburn.edu> | 21 | 2005-04-25 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 22 | ||
| 3 | * frames.texi (Tooltips): Tooltip mode is enabled by default. | 23 | * 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 | |||
| 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 |
| @@ -1684,6 +1687,15 @@ current buffer's file. Generally, you need to do @kbd{C-c C-f} | |||
| 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. |
| 1686 | 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}). | ||
| 1698 | |||
| 1687 | @node TeX Misc | 1699 | @node TeX Misc |
| 1688 | @subsection @TeX{} Mode Miscellany | 1700 | @subsection @TeX{} Mode Miscellany |
| 1689 | 1701 | ||