bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

@math alternative


From: Werner LEMBERG
Subject: @math alternative
Date: Fri, 26 Apr 2002 08:02:24 +0200 (CEST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]