--- slib.texi.~1.4.~ 2002-09-25 10:06:38.000000000 +1000 +++ slib.texi 2003-05-07 17:08:02.000000000 +1000 @@ -1,6 +1,7 @@ @page @node SLIB @chapter SLIB address@hidden SLIB Before the SLIB facilities can be used, the following Scheme expression must be executed: @@ -9,6 +10,7 @@ (use-modules (ice-9 slib)) @end smalllisp address@hidden @code{require} @code{require} can then be used as described in @ref{Top, , SLIB, slib, The SLIB Manual}. @@ -32,7 +34,7 @@ @enumerate @item -Unpack slib somewhere, e.g., /usr/local/share/slib. +Unpack slib somewhere, e.g., @file{/usr/local/share/slib}. @item Create a symlink in the Guile site directory to slib, e.g.,: @@ -52,7 +54,7 @@ @end example The catalog data should now be in address@hidden/usr/local/share/guile/site/slibcat}. address@hidden/usr/local/share/guile/site/slibcat}. If instead you get an error such as: @@ -61,7 +63,7 @@ @end example then a solution is to get a newer version of Guile, -or to modify ice-9/slib.scm to use define-public for the +or to modify @file{ice-9/slib.scm} to use @code{define-public} for the offending variables. @item @@ -77,6 +79,7 @@ @node JACAL @section JACAL address@hidden JACAL @cindex Jaffer, Aubrey @cindex symbolic math @@ -96,7 +99,7 @@ @noindent For complete documentation on Jacal, please read the Jacal manual. If it has been installed on line, you can look at @ref{Top, , Jacal, jacal, -The SLIB Manual}. Otherwise you can find it on the web at +JACAL Symbolic Mathematics System}. Otherwise you can find it on the web at @url{http://www-swiss.ai.mit.edu/~jaffer/JACAL.html}