Consider the following minimal example:

  \input texinfo

  @setfilename yyy

  @table @asis
  @item @math{@var{n} < 0}
  @math{@var{n} < 0}
  @end table

  @bye

In the @item command, the spacing is ugly.  This is definitely a bug
since `<' is an active character.  If I say

  @tex
  \gdef\LT{\string<}
  @end tex

  @item @math{@var{n} @LT 0}

I get the right result.


    Werner

_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to