blob: b466a07ef25ec12cfd9c796453cb2d0ca7d6c70a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<html>
<head><title>Help On LaTeX \typein</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">\typein</font></h1>
<tt>\typein[cmd]{msg}</tt>
<p>
Prints <tt>msg</tt> on the terminal and causes LaTeX to stop and wait for you
to type a line of input, ending with return. If the <tt>cmd</tt> argument is
missing, the typed input is processed as if it had been included in
the input file in place of the <tt>\typein</tt> command. If the <tt>cmd</tt>
argument is present, it must be a command name. This command name is then
defined or redefined to be the typed input.
<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>
|