The following input file fails with texinfo.tex 1999-09-25.10.
I get this error
Oh dear :(. Zack, do you have any time to look at this or shall I see
if I can get a clue?
Thanks,
Karl
Date: Fri, 29 Oct 1999 15:34:16 EDT
From: Stephen Gildea <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: @itemize in @macro fails
The following input file fails with texinfo.tex 1999-09-25.10.
I get this error
! Extra }, or forgotten @endgroup.
@starti ...i}@scanmacro {@itemize @bullet}@egroup
It works fine with makeinfo.
\input texinfo
@setfilename start-end
@macro starti
@itemize @bullet
@end macro
@macro endi
@end itemize
@end macro
@starti
@item an item
@item another
@endi
@bye