<!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>Printing (GNU Texinfo 6.7)</title>
<meta name="description" content="Printing (GNU Texinfo 6.7)">
<meta name="keywords" content="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="Texinfo-Mode.html" rel="up" title="Texinfo Mode">
<link href="Texinfo-Mode-Summary.html" rel="next" title="Texinfo Mode Summary">
<link href="Info-Formatting.html" rel="prev" title="Info Formatting">
<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="Printing"></span><div class="header">
<p>
Next: <a href="Texinfo-Mode-Summary.html" accesskey="n" rel="next">Texinfo Mode Summary</a>, Previous: <a href="Info-Formatting.html" accesskey="p" rel="prev">Info Formatting</a>, Up: <a href="Texinfo-Mode.html" accesskey="u" rel="up">Texinfo Mode</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="Printing-1"></span><h3 class="section">D.7 Printing</h3>
<span id="index-Formatting-for-printing"></span>
<span id="index-Printing-a-region-or-buffer"></span>
<span id="index-Region-formatting-and-printing"></span>
<span id="index-Buffer-formatting-and-printing"></span>
<span id="index-Part-of-file-formatting-and-printing"></span>
<p>Typesetting and printing a Texinfo file is a multi-step process in
which you first create a file for printing (called a DVI file), and
then print the file. Optionally, you may also create indices. To do
this, you must run the <code>texindex</code> command after first running the
<code>tex</code> typesetting command; and then you must run the <code>tex</code>
command again. Or else run the <code>texi2dvi</code> command which
automatically creates indices as needed (see <a href="Format-with-texi2dvi.html">Format with <code>texi2dvi</code></a>).
</p>
<p>Often, when you are writing a document, you want to typeset and print
only part of a file to see what it will look like. You can use the
<code>texinfo-tex-region</code> and related commands for this purpose. Use
the <code>texinfo-tex-buffer</code> command to format all of a
buffer.
</p>
<dl compact="compact">
<dt><kbd>C-c C-t C-b</kbd></dt>
<dt><kbd>M-x texinfo-tex-buffer</kbd></dt>
<dd><span id="index-texinfo_002dtex_002dbuffer"></span>
<p>Run <code>texi2dvi</code> on the buffer. In addition to running TeX on the
buffer, this command automatically creates or updates indices as
needed.
</p>
</dd>
<dt><kbd>C-c C-t C-r</kbd></dt>
<dt><kbd>M-x texinfo-tex-region</kbd></dt>
<dd><span id="index-texinfo_002dtex_002dregion"></span>
<p>Run TeX on the region.
</p>
</dd>
<dt><kbd>C-c C-t C-i</kbd></dt>
<dt><kbd>M-x texinfo-texindex</kbd></dt>
<dd><p>Run <code>texindex</code> to sort the indices of a Texinfo file formatted with
<code>texinfo-tex-region</code>. The <code>texinfo-tex-region</code> command does
not run <code>texindex</code> automatically; it only runs the <code>tex</code>
typesetting command. You must run the <code>texinfo-tex-region</code> command
a second time after sorting the raw index files with the <code>texindex</code>
command. (Usually, you do not format an index when you format a region,
only when you format a buffer. Now that the <code>texi2dvi</code> command
exists, there is little or no need for this command.)
</p>
</dd>
<dt><kbd>C-c C-t C-p</kbd></dt>
<dt><kbd>M-x texinfo-tex-print</kbd></dt>
<dd><span id="index-texinfo_002dtex_002dprint"></span>
<p>Print the file (or the part of the file) previously formatted with
<code>texinfo-tex-buffer</code> or <code>texinfo-tex-region</code>.
</p></dd>
</dl>
<p>For <code>texinfo-tex-region</code> or <code>texinfo-tex-buffer</code> to work, the
file <em>must</em> start with a ‘<samp>\input texinfo</samp>’ line and must
include a <code>@settitle</code> line. The file must end with <code>@bye</code>
on a line by itself. (When you use <code>texinfo-tex-region</code>, you must
surround the <code>@settitle</code> line with start-of-header and
end-of-header lines.)
</p>
<p>See <a href="Hardcopy.html">Hardcopy</a>, for a description of the other TeX related
commands, such as <code>tex-show-print-queue</code>.
</p>
<hr>
<div class="header">
<p>
Next: <a href="Texinfo-Mode-Summary.html" accesskey="n" rel="next">Texinfo Mode Summary</a>, Previous: <a href="Info-Formatting.html" accesskey="p" rel="prev">Info Formatting</a>, Up: <a href="Texinfo-Mode.html" accesskey="u" rel="up">Texinfo Mode</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>