Viewing File: /usr/share/doc/texinfo/html/Texinfo-Mode-Printing.html

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This manual is for GNU Texinfo (version 6.7, 23 September 2019),
a documentation system that can produce both online information and a
printed manual from a single source using semantic markup.

Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997,
1998, 1999, 2001, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 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". -->
<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Texinfo Mode Printing (GNU Texinfo 6.7)</title>

<meta name="description" content="Texinfo Mode Printing (GNU Texinfo 6.7)">
<meta name="keywords" content="Texinfo Mode Printing (GNU Texinfo 6.7)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<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.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {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}
ul.no-bullet {list-style: none}
-->
</style>


</head>

<body lang="en">
<span id="Texinfo-Mode-Printing"></span><div class="header">
<p>
Next: <a href="Compile_002dCommand.html" accesskey="n" rel="next">Compile-Command</a>, Previous: <a href="Within-Emacs.html" accesskey="p" rel="prev">Within Emacs</a>, Up: <a href="Hardcopy.html" accesskey="u" rel="up">Hardcopy</a> &nbsp; [<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">19.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><kbd>C-c C-t C-b</kbd></dt>
<dt><kbd>M-x texinfo-tex-buffer</kbd></dt>
<dd><p>Run <code>texi2dvi</code> on the current buffer.
</p>
</dd>
<dt><kbd>C-c C-t C-r</kbd></dt>
<dt><kbd>M-x texinfo-tex-region</kbd></dt>
<dd><p>Run TeX on the current region.
</p>
</dd>
<dt><kbd>C-c C-t C-i</kbd></dt>
<dt><kbd>M-x texinfo-texindex</kbd></dt>
<dd><p>Sort the indices of a Texinfo file formatted with
<code>texinfo-tex-region</code>.
</p>
</dd>
<dt><kbd>C-c C-t C-p</kbd></dt>
<dt><kbd>M-x texinfo-tex-print</kbd></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><kbd>C-c C-t C-q</kbd></dt>
<dt><kbd>M-x tex-show-print-queue</kbd></dt>
<dd><p>Show the print queue.
</p>
</dd>
<dt><kbd>C-c C-t C-d</kbd></dt>
<dt><kbd>M-x texinfo-delete-from-print-queue</kbd></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><kbd>C-c C-t C-k</kbd></dt>
<dt><kbd>M-x tex-kill-job</kbd></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><kbd>C-c C-t C-x</kbd></dt>
<dt><kbd>M-x texinfo-quit-job</kbd></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><kbd>C-c C-t C-l</kbd></dt>
<dt><kbd>M-x tex-recenter-output-buffer</kbd></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 &lsquo;<samp>*tex-shell*</samp>&rsquo; buffer,
and you can switch to and from and use the &lsquo;<samp>*tex-shell*</samp>&rsquo; 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                  &quot;texi2dvi&quot;
texinfo-tex-command                       &quot;tex&quot;
texinfo-texindex-command                  &quot;texindex&quot;
texinfo-delete-from-print-queue-command   &quot;lprm&quot;
texinfo-tex-trailer                       &quot;@bye&quot;
tex-start-of-header                       &quot;%**start&quot;
tex-end-of-header                         &quot;%**end&quot;
tex-dvi-print-command                     &quot;lpr -d&quot;
tex-show-queue-command                    &quot;lpq&quot;
</pre></div>

<p>You can change the values of these variables with the <kbd>M-x
set-variable</kbd> command (see <a 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 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 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 &lsquo;<samp>Development/Docs/Texinfo</samp>&rsquo; group, once you invoke
the <kbd>M-x customize</kbd> command.
</p>

<hr>
<div class="header">
<p>
Next: <a href="Compile_002dCommand.html" accesskey="n" rel="next">Compile-Command</a>, Previous: <a href="Within-Emacs.html" accesskey="p" rel="prev">Within Emacs</a>, Up: <a href="Hardcopy.html" accesskey="u" rel="up">Hardcopy</a> &nbsp; [<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>
Back to Directory File Manager