doc-src/System/misc.tex
changeset 14932 df56e644da8f
parent 13047 f27cc0a43feb
child 16257 98337d5acd0e
--- a/doc-src/System/misc.tex	Sun Jun 13 15:28:19 2004 +0200
+++ b/doc-src/System/misc.tex	Sun Jun 13 15:28:30 2004 +0200
@@ -28,6 +28,23 @@
 99\% for common ML scripts.
 
 
+\section{Displaying documents --- \texttt{isatool display}}
+
+The \tooldx{display} utility displays documents in DVI format:
+\begin{ttbox}
+Usage: display [OPTIONS] FILE
+
+  Options are:
+    -c           cleanup -- remove FILE after use
+
+  Display document FILE (in DVI format).
+\end{ttbox}
+
+The \texttt{-c} option causes the input file to be removed after use.  The
+program for viewing \texttt{dvi} files is determined by the
+\texttt{DVI_VIEWER} setting.
+
+
 \section{Viewing documentation --- \texttt{isatool doc}} \label{sec:tool-doc}
 
 The \tooldx{doc} utility displays online documentation:
@@ -232,6 +249,22 @@
 \texttt{make} invocation.
 
 
+\section{Printing documents --- \texttt{isatool print}}
+
+The \tooldx{print} utility prints documents:
+\begin{ttbox}
+Usage: print [OPTIONS] FILE
+
+  Options are:
+    -c           cleanup -- remove FILE after use
+
+  Print document FILE.
+\end{ttbox}
+
+The \texttt{-c} option causes the input file to be removed after use.  The
+printer spool command is determined by the \texttt{PRINT_COMMAND} setting.
+
+
 \section{Remove awkward symbol names from theory sources --- \texttt{isatool unsymbolize}}
 
 The \tooldx{unsymbolize} utility tunes Isabelle theory sources to improve