mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
(cross): New macro.
This commit is contained in:
parent
b55d48bb0c
commit
27281a53e3
1 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue