unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* doco slib tweaks
@ 2003-05-08  0:41 Kevin Ryde
  0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2003-05-08  0:41 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

I've applied this change, which I think should be uncontroversial.

        * slib.texi (JACAL): Fix @ref title.
        Add index entries, use @file and @code variously.


[-- Attachment #2: slib.texi.indexing.diff --]
[-- Type: text/plain, Size: 1602 bytes --]

--- 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
+@cindex 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
 
+@cindex @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
-@code{/usr/local/share/guile/site/slibcat}.
+@file{/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
+@cindex 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}
 
 

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-08  0:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-08  0:41 doco slib tweaks Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).