mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 14:50:19 +02:00
No @macro around tex cross defintion, not needed and in fact doesn't work.
This commit is contained in:
parent
8ea3dc2e0c
commit
879cdfa3dc
1 changed files with 1 additions and 3 deletions
|
@ -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 @cross{} is a \times symbol in tex, or an "x" in info. In tex it works
|
||||||
@c inside or outside $ $.
|
@c inside or outside $ $.
|
||||||
@macro cross
|
|
||||||
@tex
|
@tex
|
||||||
\gdef\cross{\ifmmode\times\else$\times$\fi}
|
\gdef\cross{\ifmmode\times\else$\times$\fi}
|
||||||
@end tex
|
@end tex
|
||||||
@end macro
|
|
||||||
@ifnottex
|
@ifnottex
|
||||||
@macro cross
|
@macro cross
|
||||||
x
|
x
|
||||||
|
@ -139,7 +137,7 @@ x
|
||||||
@comment The title is printed in a large font.
|
@comment The title is printed in a large font.
|
||||||
@title Guile Reference Manual
|
@title Guile Reference Manual
|
||||||
@subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION}
|
@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
|
@c See preface.texi for the list of authors
|
||||||
@author The Guile Developers
|
@author The Guile Developers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue