On 20 March 2010 01:02, Robert Goldman <rpgold...@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

_______________________________________________
asdf-devel mailing list
asdf-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to