[l2h] extra horizontal space in {\tt text}

Stephen J. Sherman Stephen J. Sherman" <sjs@stimpy.irvine.com
Tue, 27 Apr 1999 15:12:23 -0700


latex2html 98.2beta8 translates the following latex:
  link={\tt MAINPROG}
incorrectly into the following HTML:
  link=<TT> MAINPROG</TT>

Since latex skips white space after the \tt command, the HTML should
not have the space between "<TT>" and "MAINPROG."  Therefore, correct
HTML would be: 
  link=<TT>MAINPROG</TT>

Is there a way to patch this bug?

-- Steve Sherman
-- Irvine Compiler
-- Irvine, CA
-- USA

--