1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Format `Revised^n' more nicely in TeX

* doc/ref/intro.texi (Introduction): Format Revised^n differently for
  TeX.
This commit is contained in:
Neil Jerram 2009-12-19 23:26:29 +00:00
parent 3d9af0c966
commit 95c2df5c60

View file

@ -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