summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2009-12-19 23:26:29 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2009-12-19 23:26:29 +0000
commit95c2df5c60abbb5fcc217bde6efe47bff8e0ac3b (patch)
treebdd1059a3b908ee51c0b85e68d40ff5b92b2c264
parent3d9af0c96644022bfa0a6ca2a10c50e0c70c141c (diff)
downloadguile-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.texi10
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