On Thu, Nov 11, 2010 at 08:46:37AM +0100, Werner LEMBERG wrote: > > [CVS 2010-Okt-28] > > Using the old makeinfo, it works just fine. The CVS version, however, > aborts with > > line 12: Missing `}' on @deffn line (possibly involving @X)
The simpler example for the bug is in fact
@deffn @{
@end deffn
If I recall well, only matching braces are considered licit
in texi2html. The new Parser is happy with this construct, though.
TeX doesn't like it.
--
Pat
