[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recursive macros and @html
From: |
Jesper Harder |
Subject: |
Re: Recursive macros and @html |
Date: |
Sat, 28 Feb 2004 16:56:19 +0100 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) |
Alper Ersoy <address@hidden> writes:
> Jesper Harder:
>
>> Another problem is that @html ... @end html forces a newline, which
>> means that you can't use it inside an @example environment.
>
> I tried to fix this one too. Let me know if doesn't work as expected.
>
> Output of above example is now: <p>C<sub>1<sub>a</sub></sub>
Thanks. There's still a small problem if @sub happens to be at the
end of line in the Texinfo source, e.g.
============================================================
@rmacro sub {arg}
@html
<sub>\arg\</sub>
@end html
@end rmacro
Let 1 <= j <= n be the largest number such that
there exists an i where 1 <= i <= m and address@hidden
is a direct superclass of address@hidden; address@hidden is
placed next.
============================================================
gives:
============================================================
<p>Let 1 <= j <= n be the largest number such that
there exists an i where 1 <= i <= m and N<sub>i</sub>
<p>is a direct superclass of C<sub>j</sub>; N<sub>i</sub> is
placed next.
============================================================