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

-- 

Reply via email to