[asdf-devel] Minor comments regarding manual on HEAD
Nikodemus Siivola
nikodemus at random-state.net
Sat Mar 20 05:40:48 UTC 2010
On 20 March 2010 01:02, Robert Goldman <rpgoldman at sift.info> wrote:
> The manual does not build to hardcopy using TeX right now because it has
> some ampersands in it that confuse TeX. Googling has not revealed to me
> how to escape an `&'.
Put this into the @ifnottex secttion, and use @&key, etc.
@c We use @&key, etc to escape & from TeX in lambda lists --
@c so we need to define them for info as well.
@macro &allow-other-keys
&allow-other-keys
@end macro
@macro &optional
&optional
@end macro
@macro &rest
&rest
@end macro
@macro &key
&key
@end macro
@macro &body
&body
@end macro
Cheers,
-- Nikodemus
More information about the asdf-devel
mailing list