1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 23:00:22 +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 Guile is an implementation of the Scheme programming language. Scheme
(@url{schemers.org}) is an elegant and conceptually simple dialect of (@url{schemers.org}) is an elegant and conceptually simple dialect of
Lisp, originated by Guy Steele and Gerald Sussman, and since evolved Lisp, originated by Guy Steele and Gerald Sussman, and since evolved
mainly by the series of reports known as RnRS (the Revised^n Reports by the series of reports known as RnRS (the
on Scheme). @tex
Revised$^n$
@end tex
@ifnottex
Revised^n
@end ifnottex
Reports onScheme).
Unlike -- for example -- Python or Perl, Scheme has no benevolent Unlike -- for example -- Python or Perl, Scheme has no benevolent
dictator. There are many Scheme implementations, with different dictator. There are many Scheme implementations, with different