added isatool display and isatool print;
authorwenzelm
Sun, 13 Jun 2004 15:28:30 +0200
changeset 14932 df56e644da8f
parent 14931 7d3c1cca5341
child 14933 3fd8c03e3ee6
added isatool display and isatool print;
doc-src/System/misc.tex
--- 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