setting base_path is now optional
authorclasohm
Mon, 18 Dec 1995 13:09:17 +0100
changeset 1409 3cc3fde8d005
parent 1408 fcb3346c9922
child 1410 324aa8134639
setting base_path is now optional
doc-src/Ref/theories.tex
--- a/doc-src/Ref/theories.tex	Mon Dec 18 13:02:45 1995 +0100
+++ b/doc-src/Ref/theories.tex	Mon Dec 18 13:09:17 1995 +0100
@@ -607,10 +607,12 @@
 not correct if you use someone else's database or a database derived
 from it.
 
-In that case you first have to set {\tt base_path} to the value of
-{\em your} Isabelle main directory, i.e. the directory that contains
-the subdirectories where standard logics like {\tt FOL} and {\tt HOL}
-or your own logics are stored.
+In that case you first should set {\tt base_path} to the value of {\em
+your} Isabelle main directory, i.e. the directory that contains the
+subdirectories where standard logics like {\tt FOL} and {\tt HOL} or
+your own logics are stored. If you do not do this, the generated HTML
+files will still be usable but may contain incomplete titles and lack
+some hypertext links.
 
 It's also a good idea to set {\tt gif_path} which points to the
 directory containing two GIF images used in the HTML
@@ -621,7 +623,7 @@
 paths) and also causes trouble if the database's maker (re)moves the
 GIFs.
 
-Here's what you have to do before invoking {\tt init_html} using
+Here's what you should do before invoking {\tt init_html} using
 someone else's \ML{} database:
 
 \begin{ttbox}