diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-27 01:43:32 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-27 01:43:32 +0200 |
commit | 14c436f5f8d73fe80da40eda382c7a76aacb3ef1 (patch) | |
tree | aea636fb12bd0f56f08e96a71aad159f671b796e /doc/geiser.texi | |
parent | 96ed8b7a404e3caafda5f08e8e54201819a871a5 (diff) | |
download | geiser-14c436f5f8d73fe80da40eda382c7a76aacb3ef1.tar.gz geiser-14c436f5f8d73fe80da40eda382c7a76aacb3ef1.tar.bz2 |
A new tutorial bit
Diffstat (limited to 'doc/geiser.texi')
-rw-r--r-- | doc/geiser.texi | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/geiser.texi b/doc/geiser.texi index f5abc93..31ca5ce 100644 --- a/doc/geiser.texi +++ b/doc/geiser.texi @@ -40,12 +40,16 @@ The document was typeset with @c Output the table of the contents at the beginning. @contents -@include top.texi +@ifnottex +@node Top, Introduction, (dir), (dir) +@top Geiser + +@insertcopying @menu * Introduction:: * Installation:: -* Tutorial:: +* The REPL:: * Index:: @detailmenu @@ -62,12 +66,18 @@ Installation * Setting it up:: * Friends:: +The REPL + +* Starting the REPL:: + @end detailmenu @end menu +@end ifnottex + @include intro.texi @include install.texi -@include tutorial.texi +@include repl.texi @include index.texi @bye |