mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
(@le, @ge): New macros for ifnottex.
This commit is contained in:
parent
32b435f201
commit
17bf4bfa21
1 changed files with 13 additions and 1 deletions
|
@ -73,6 +73,18 @@ section entitled "GNU Free Documentation License".
|
||||||
@end macro
|
@end macro
|
||||||
|
|
||||||
|
|
||||||
|
@c The following, @le{} and @ge{}, are standard tex directives, given
|
||||||
|
@c definitions for use in non-tex.
|
||||||
|
@c
|
||||||
|
@ifnottex
|
||||||
|
@macro ge
|
||||||
|
>=
|
||||||
|
@end macro
|
||||||
|
@macro le
|
||||||
|
<=
|
||||||
|
@end macro
|
||||||
|
@end ifnottex
|
||||||
|
|
||||||
@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 $ $.
|
||||||
@tex
|
@tex
|
||||||
|
@ -125,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.32 2004-07-24 00:45:02 kryde Exp $
|
@c @subtitle $Id: guile.texi,v 1.33 2004-07-28 00:53:09 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