[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: macro bug in CVS makeinfo
From: |
Werner LEMBERG |
Subject: |
Re: macro bug in CVS makeinfo |
Date: |
Thu, 11 Nov 2010 14:40:49 +0100 (CET) |
> 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.
Yes, for TeX I'm using a different construct, thus the @set command
(which is originally embedded in an @ifnottex clause).
Werner