1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

No @macro around tex cross defintion, not needed and in fact doesn't work.

This commit is contained in:
Kevin Ryde 2005-04-09 01:05:27 +00:00
parent 8ea3dc2e0c
commit 879cdfa3dc

View file

@ -87,11 +87,9 @@ section entitled ``GNU Free Documentation License''.
@c @cross{} is a \times symbol in tex, or an "x" in info. In tex it works
@c inside or outside $ $.
@macro cross
@tex
\gdef\cross{\ifmmode\times\else$\times$\fi}
@end tex
@end macro
@ifnottex
@macro cross
x
@ -139,7 +137,7 @@ x
@comment The title is printed in a large font.
@title Guile Reference Manual
@subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION}
@c @subtitle $Id: guile.texi,v 1.41 2005-04-04 09:38:13 hanwen Exp $
@c @subtitle $Id: guile.texi,v 1.42 2005-04-09 01:05:27 kryde Exp $
@c See preface.texi for the list of authors
@author The Guile Developers