From 206858042f27cb7da08c8da628a21d4b2adc27a2 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 18 Jul 2003 00:50:23 +0000 Subject: [PATCH] (nicode): New macro. --- doc/ref/guile.texi | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index 206965b08..d4b8a2661 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -84,6 +84,7 @@ notice identical to this one except for the removal of this paragraph @macro vnew{VERSION} @end macro + @c @m{T,N} is $T$ in tex or @math{N} otherwise. This is an easy way to give @c different forms for math in tex and info. @iftex @@ -97,6 +98,21 @@ notice identical to this one except for the removal of this paragraph @end macro @end ifnottex +@c @nicode{S} is plain S in info, or @code{S} elsewhere. This can be +@c used when the quotes that @code{} gives in info aren't wanted, but +@c the fontification in tex or html is wanted. +@ifinfo +@macro nicode {S} +\S\ +@end macro +@end ifinfo +@ifnotinfo +@macro nicode {S} +@code{\S\} +@end macro +@end ifnotinfo + + @c @iftex @c @cropmarks @c @end iftex @@ -113,7 +129,7 @@ notice identical to this one except for the removal of this paragraph @comment The title is printed in a large font. @title Guile Reference Manual @subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION} -@subtitle $Id: guile.texi,v 1.22 2003-05-15 23:39:56 kryde Exp $ +@subtitle $Id: guile.texi,v 1.23 2003-07-18 00:50:23 kryde Exp $ @c AUTHORS