diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-174.html')
-rw-r--r-- | Master/texmf-doc/doc/english/latex2e-html/ltx-174.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-174.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-174.html new file mode 100644 index 00000000000..6cf8f287e3c --- /dev/null +++ b/Master/texmf-doc/doc/english/latex2e-html/ltx-174.html @@ -0,0 +1,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> |