(cross): New macro.
authorKevin Ryde <user42@zip.com.au>
Thu, 12 Feb 2004 00:21:26 +0000 (00:21 +0000)
committerKevin Ryde <user42@zip.com.au>
Thu, 12 Feb 2004 00:21:26 +0000 (00:21 +0000)
doc/ref/guile.texi

index 5cf44d4..c2e250d 100644 (file)
@@ -76,6 +76,17 @@ this GNU Manual.''
 @end macro
 
 
+@c  @cross{} is a \times symbol in tex, or an "x" in info.  In tex it works
+@c  inside or outside $ $.
+@tex
+\gdef\cross{\ifmmode\times\else$\times$\fi}
+@end tex
+@ifnottex
+@macro cross
+x
+@end macro
+@end ifnottex
+
 @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
@@ -120,7 +131,7 @@ this GNU Manual.''
 @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.27 2004-01-21 22:43:36 mvo Exp $
+@subtitle $Id: guile.texi,v 1.28 2004-02-12 00:21:26 kryde Exp $
 
 @c AUTHORS