What do you think about this command
@mathtex{for TeX}{for other output}
Example:
@item @mathtex{0 \le @var{n} \le 1000}{0 <= @var{n} <= 1000}
Currently, I have to do this:
@tex
\gdef\LE{\le}
@end tex
@macro LE
<=
@end macro
@item @math{0 @LE @var{n} @LE 1000}
using the fact that @LE isn't expanded during -E if in an @item
command.
Werner
_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo
