On 1 August 2015 at 22:43, Karl Berry <[email protected]> wrote:
> Thanks Ralph. I installed that change (with different names).
> @math{\hat o} works for me now in the main text.
>
> I see that something like
> @chapter @math{\hat o}
> still fails, because the catcode of \ is fixed as other when the
> argument is read. Fixing that would be a big job, and I didn't try ... -k
@chapter @math{@hat o} works for processing as TeX, but makeinfo
doesn't like it. It would be easier to fix makeinfo to ignore
@-commands it doesn't know about in @math (perhaps only counting
matching braces, and not doing any @-command interpretation at all),
than whatever would have to be done to get the backslash to work with
TeX.