JezK
Edit File: Texinfo-Mode-Printing.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by GNU Texinfo 6.8, https://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!-- This manual is for GNU Texinfo (version 6.8, 8 June 2021), a documentation system that can produce both online information and a printed manual from a single source using semantic markup. Copyright (C) 1988, 1990-1993, 1995-1999, 2001-2021 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". --> <title>Texinfo Mode Printing (GNU Texinfo 6.8)</title> <meta name="description" content="Texinfo Mode Printing (GNU Texinfo 6.8)"> <meta name="keywords" content="Texinfo Mode Printing (GNU Texinfo 6.8)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="texi2any"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="index.html" rel="start" title="Top"> <link href="Command-and-Variable-Index.html" rel="index" title="Command and Variable Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Hardcopy.html" rel="up" title="Hardcopy"> <link href="Compile_002dCommand.html" rel="next" title="Compile-Command"> <link href="Within-Emacs.html" rel="prev" title="Within Emacs"> <style type="text/css"> <!-- a.copiable-anchor {visibility: hidden; text-decoration: none; line-height: 0em} a.summary-letter {text-decoration: none} blockquote.indentedblock {margin-right: 0em} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} kbd {font-style: oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} span.nolinebreak {white-space: nowrap} span.roman {font-family: initial; font-weight: normal} span.sansserif {font-family: sans-serif; font-weight: normal} span:hover a.copiable-anchor {visibility: visible} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en"> <div class="section" id="Texinfo-Mode-Printing"> <div class="header"> <p> Next: <a href="Compile_002dCommand.html" accesskey="n" rel="next">Using the Local Variables List</a>, Previous: <a href="Within-Emacs.html" accesskey="p" rel="prev">Printing From an Emacs Shell</a>, Up: <a href="Hardcopy.html" accesskey="u" rel="up">Formatting and Printing Hardcopy</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Command-and-Variable-Index.html" title="Index" rel="index">Index</a>]</p> </div> <hr> <span id="Formatting-and-Printing-in-Texinfo-Mode"></span><h3 class="section">18.6 Formatting and Printing in Texinfo Mode</h3> <span id="index-Region-printing-in-Texinfo-mode"></span> <span id="index-Format-and-print-in-Texinfo-mode"></span> <span id="index-Print-and-format-in-Texinfo-mode"></span> <p>Texinfo mode provides several predefined key commands for TeX formatting and printing. These include commands for sorting indices, looking at the printer queue, killing the formatting job, and recentering the display of the buffer in which the operations occur. </p> <dl compact="compact"> <dt><span><kbd>C-c C-t C-b</kbd></span></dt> <dt><span><kbd>M-x texinfo-tex-buffer</kbd></span></dt> <dd><p>Run <code>texi2dvi</code> on the current buffer. </p> </dd> <dt><span><kbd>C-c C-t C-r</kbd></span></dt> <dt><span><kbd>M-x texinfo-tex-region</kbd></span></dt> <dd><p>Run TeX on the current region. </p> </dd> <dt><span><kbd>C-c C-t C-i</kbd></span></dt> <dt><span><kbd>M-x texinfo-texindex</kbd></span></dt> <dd><p>Sort the indices of a Texinfo file formatted with <code>texinfo-tex-region</code>. </p> </dd> <dt><span><kbd>C-c C-t C-p</kbd></span></dt> <dt><span><kbd>M-x texinfo-tex-print</kbd></span></dt> <dd><p>Print a DVI file that was made with <code>texinfo-tex-region</code> or <code>texinfo-tex-buffer</code>. </p> </dd> <dt><span><kbd>C-c C-t C-q</kbd></span></dt> <dt><span><kbd>M-x tex-show-print-queue</kbd></span></dt> <dd><p>Show the print queue. </p> </dd> <dt><span><kbd>C-c C-t C-d</kbd></span></dt> <dt><span><kbd>M-x texinfo-delete-from-print-queue</kbd></span></dt> <dd><p>Delete a job from the print queue; you will be prompted for the job number shown by a preceding <kbd>C-c C-t C-q</kbd> command (<code>texinfo-show-tex-print-queue</code>). </p> </dd> <dt><span><kbd>C-c C-t C-k</kbd></span></dt> <dt><span><kbd>M-x tex-kill-job</kbd></span></dt> <dd><p>Kill the currently running TeX job started by either <code>texinfo-tex-region</code> or <code>texinfo-tex-buffer</code>, or any other process running in the Texinfo shell buffer. </p> </dd> <dt><span><kbd>C-c C-t C-x</kbd></span></dt> <dt><span><kbd>M-x texinfo-quit-job</kbd></span></dt> <dd><p>Quit a TeX formatting job that has stopped because of an error by sending an <tt class="key">x</tt> to it. When you do this, TeX preserves a record of what it did in a <samp>.log</samp> file. </p> </dd> <dt><span><kbd>C-c C-t C-l</kbd></span></dt> <dt><span><kbd>M-x tex-recenter-output-buffer</kbd></span></dt> <dd><p>Redisplay the shell buffer in which the TeX printing and formatting commands are run to show its most recent output. </p></dd> </dl> <p>Thus, the usual sequence of commands for formatting a buffer is as follows (with comments to the right): </p> <div class="example"> <pre class="example">C-c C-t C-b <span class="roman">Run <code>texi2dvi</code> on the buffer.</span> C-c C-t C-p <span class="roman">Print the DVI file.</span> C-c C-t C-q <span class="roman">Display the printer queue.</span> </pre></div> <p>The Texinfo mode TeX formatting commands start a subshell in Emacs called the <samp>*tex-shell*</samp>. The <code>texinfo-tex-command</code>, <code>texinfo-texindex-command</code>, and <code>tex-dvi-print-command</code> commands are all run in this shell. </p> <p>You can watch the commands operate in the ‘<samp>*tex-shell*</samp>’ buffer, and you can switch to and from and use the ‘<samp>*tex-shell*</samp>’ buffer as you would any other shell buffer. </p> <p>The formatting and print commands depend on the values of several variables. The default values are: </p> <div class="example"> <pre class="example"> <span class="roman">Variable</span> <span class="roman">Default value</span> texinfo-texi2dvi-command "texi2dvi" texinfo-tex-command "tex" texinfo-texindex-command "texindex" texinfo-delete-from-print-queue-command "lprm" texinfo-tex-trailer "@bye" tex-start-of-header "%**start" tex-end-of-header "%**end" tex-dvi-print-command "lpr -d" tex-show-queue-command "lpq" </pre></div> <p>You can change the values of these variables with the <kbd>M-x set-variable</kbd> command (see <a data-manual="emacs" href="../emacs/Examining.html#Examining">Examining and Setting Variables</a> in <cite>The GNU Emacs Manual</cite>), or with your <samp>.emacs</samp> initialization file (see <a data-manual="emacs" href="../emacs/Init-File.html#Init-File">Init File</a> in <cite>The GNU Emacs Manual</cite>). </p> <span id="index-Customize-Emacs-package-_0028Development_002fDocs_002fTexinfo_0029"></span> <p>Beginning with version 20, GNU Emacs offers a user-friendly interface, called <em>Customize</em>, for changing values of user-definable variables. See <a data-manual="emacs" href="../emacs/Easy-Customization.html#Easy-Customization">Easy Customization Interface</a> in <cite>The GNU Emacs Manual</cite>, for more details about this. The Texinfo variables can be found in the ‘<samp>Development/Docs/Texinfo</samp>’ group, once you invoke the <kbd>M-x customize</kbd> command. </p> </div> <hr> <div class="header"> <p> Next: <a href="Compile_002dCommand.html">Using the Local Variables List</a>, Previous: <a href="Within-Emacs.html">Printing From an Emacs Shell</a>, Up: <a href="Hardcopy.html">Formatting and Printing Hardcopy</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Command-and-Variable-Index.html" title="Index" rel="index">Index</a>]</p> </div> </body> </html>