blob: 6cf8f287e3cdcf3dbcf01c25af7d4b72aa9b6021 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<html><head><title>Help On LaTeX \typeout</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000">
<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">\typeout</font></h1>
<p>
<tt>\typeout{msg}</tt>
<p>
Prints <tt>msg</tt> on the terminal and in the log file. Commands in
<tt>msg</tt> that are defined with <a href="ltx-18.html"><tt>\newcommand</tt>
or <tt>\renewcommand</tt></a> are replaced by their
definitions before being printed.
<p>
LaTeX's usual rules for treating multiple spaces as a single space and
ignoring spaces after a command name apply to <tt>msg</tt>.
A <a href="ltx-431.html"<tt>\<space></tt></a> command
in <tt>msg</tt> causes a single space to be printed.
<hr>
See also <A href="ltx-173.html">Terminal Input and Output</A><br>
Go to <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 29 Sep 1995.
</address>
</body>
</html>
|