tuned;
authorwenzelm
Fri, 28 Sep 2001 14:04:14 +0200
changeset 11616 ee1247ba4941
parent 11615 ca7be12b2cbc
child 11617 9ab0792b2da4
tuned;
doc-src/System/fonts.tex
doc-src/System/misc.tex
doc-src/System/present.tex
--- a/doc-src/System/fonts.tex	Fri Sep 28 11:08:53 2001 +0200
+++ b/doc-src/System/fonts.tex	Fri Sep 28 14:04:14 2001 +0200
@@ -58,8 +58,8 @@
 case, most X11 display servers should be happy by being told about the
 Isabelle fonts directory as follows:
 \begin{ttbox}
-ISABELLE_INSTALLFONTS="xset fp+ $ISABELLE_HOME/lib/fonts; xset fp rehash"%$
-\end{ttbox}
+ISABELLE_INSTALLFONTS="xset fp+ $ISABELLE_HOME/lib/fonts; xset fp rehash"
+\end{ttbox}%$
 The same also works for remote X11 sessions in a largely homogeneous network,
 where any X11 display machine also mounts the Isabelle distribution under the
 \emph{same} name as the client side.
--- a/doc-src/System/misc.tex	Fri Sep 28 11:08:53 2001 +0200
+++ b/doc-src/System/misc.tex	Fri Sep 28 14:04:14 2001 +0200
@@ -187,6 +187,7 @@
 
 
 \section{Isabelle's version of make --- \texttt{isatool make}}
+\label{sec:tool-make}
 
 The Isabelle \tooldx{make} utility is a very simple wrapper for
 ordinary Unix \texttt{make}:
--- a/doc-src/System/present.tex	Fri Sep 28 11:08:53 2001 +0200
+++ b/doc-src/System/present.tex	Fri Sep 28 14:04:14 2001 +0200
@@ -11,9 +11,13 @@
 and \texttt{HOL} from \texttt{Pure}), and application sessions in leaf
 positions.  The latter usually do not have a separate {\ML} image.
 
-The \texttt{usedir} and \texttt{mkdir} utilities provide the prime means for
-managing Isabelle sessions, including proper setup for presentation (see
-\S\ref{sec:tool-usedir} and \S\ref{sec:tool-mkdir}).
+The \texttt{mkdir} (see \S\ref{sec:tool-mkdir}) and \texttt{make} (see
+\S\ref{sec:tool-make}) tools of Isabelle provide the primary means for
+managing Isabelle sessions, including proper setup for presentation.  Here the
+\texttt{usedir} (see \S\ref{sec:tool-usedir}) tool takes care to run any
+additional stages required for document preparation, notably the tools
+\texttt{document} (see \S\ref{sec:tool-document}) and \texttt{latex} (see
+\S\ref{sec:tool-latex}).
 
 
 \section{Generating theory browsing information} \label{sec:info}