[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Recursive macros and @html
From: |
Jesper Harder |
Subject: |
Recursive macros and @html |
Date: |
Fri, 27 Feb 2004 18:53:33 +0100 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) |
Suppose that we define a subscript macro for HTML:
@rmacro sub {arg}
@html
<sub>\arg\</sub>
@end html
@end rmacro
If it's used recursively
address@hidden@sub{a}}
you get
C<sub>1<sub>a</sub>
</sub>
It would be nice if it worked.
Another problem is that @html ... @end html forces a newline, which
means that you can't use it inside an @example environment.
- Recursive macros and @html,
Jesper Harder <=