diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2009-12-19 23:26:29 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-12-19 23:26:29 +0000 |
commit | 95c2df5c60abbb5fcc217bde6efe47bff8e0ac3b (patch) | |
tree | bdd1059a3b908ee51c0b85e68d40ff5b92b2c264 | |
parent | 3d9af0c96644022bfa0a6ca2a10c50e0c70c141c (diff) | |
download | guile-95c2df5c60abbb5fcc217bde6efe47bff8e0ac3b.tar.gz |
Format `Revised^n' more nicely in TeX
* doc/ref/intro.texi (Introduction): Format Revised^n differently for
TeX.
-rw-r--r-- | doc/ref/intro.texi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/ref/intro.texi b/doc/ref/intro.texi index 4fabb4880..fc4e4d6eb 100644 --- a/doc/ref/intro.texi +++ b/doc/ref/intro.texi @@ -10,8 +10,14 @@ Guile is an implementation of the Scheme programming language. Scheme (@url{schemers.org}) is an elegant and conceptually simple dialect of Lisp, originated by Guy Steele and Gerald Sussman, and since evolved -mainly by the series of reports known as RnRS (the Revised^n Reports -on Scheme). +by the series of reports known as RnRS (the +@tex +Revised$^n$ +@end tex +@ifnottex +Revised^n +@end ifnottex +Reports onScheme). Unlike -- for example -- Python or Perl, Scheme has no benevolent dictator. There are many Scheme implementations, with different |