mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
(nicode): New macro.
This commit is contained in:
parent
44e874b5c8
commit
206858042f
1 changed files with 17 additions and 1 deletions
|
@ -84,6 +84,7 @@ notice identical to this one except for the removal of this paragraph
|
||||||
@macro vnew{VERSION}
|
@macro vnew{VERSION}
|
||||||
@end macro
|
@end macro
|
||||||
|
|
||||||
|
|
||||||
@c @m{T,N} is $T$ in tex or @math{N} otherwise. This is an easy way to give
|
@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.
|
@c different forms for math in tex and info.
|
||||||
@iftex
|
@iftex
|
||||||
|
@ -97,6 +98,21 @@ notice identical to this one except for the removal of this paragraph
|
||||||
@end macro
|
@end macro
|
||||||
@end ifnottex
|
@end ifnottex
|
||||||
|
|
||||||
|
@c @nicode{S} is plain S in info, or @code{S} elsewhere. This can be
|
||||||
|
@c used when the quotes that @code{} gives in info aren't wanted, but
|
||||||
|
@c the fontification in tex or html is wanted.
|
||||||
|
@ifinfo
|
||||||
|
@macro nicode {S}
|
||||||
|
\S\
|
||||||
|
@end macro
|
||||||
|
@end ifinfo
|
||||||
|
@ifnotinfo
|
||||||
|
@macro nicode {S}
|
||||||
|
@code{\S\}
|
||||||
|
@end macro
|
||||||
|
@end ifnotinfo
|
||||||
|
|
||||||
|
|
||||||
@c @iftex
|
@c @iftex
|
||||||
@c @cropmarks
|
@c @cropmarks
|
||||||
@c @end iftex
|
@c @end iftex
|
||||||
|
@ -113,7 +129,7 @@ notice identical to this one except for the removal of this paragraph
|
||||||
@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}
|
||||||
@subtitle $Id: guile.texi,v 1.22 2003-05-15 23:39:56 kryde Exp $
|
@subtitle $Id: guile.texi,v 1.23 2003-07-18 00:50:23 kryde Exp $
|
||||||
|
|
||||||
@c AUTHORS
|
@c AUTHORS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue