bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS Texinfo fails to build the Autoconf manual (from git)


From: Karl Berry
Subject: Re: CVS Texinfo fails to build the Autoconf manual (from git)
Date: Mon, 23 Jul 2012 18:00:23 GMT

    > >    * Macro arguments cannot cross lines.
    > 
    > Is that restriction limited to a per-argument basis (but you can have
    > newlines between arguments), or is it global to the entire macro call?

    My guess is that it is per-argument.  Maybe Karl can comment on that.

I couldn't get the current texinfo.tex to fail with newlines in the
arguments.  They come out as spaces or newlines, depending on the
environment.  Whether that's actually what one wants is another
question.  My little test file is below ... I don't doubt there are more
complicated cases where it might fail.

Anyway, I gather the practical problem is solved.  Glad for that.

k

\input texinfo
@setfilename mac-argnl.info

@macro mymac {a, b}
\a\ + \b\
@end macro

@example
Hello @mymac{uu,
vv}.
Hello @mymac{x
x,
yy}.
@end example

@bye



reply via email to

[Prev in Thread] Current Thread [Next in Thread]