close
Sayahna Sayahna
Search

SFN:TeX4ht: TeX to HTML/MathML — conversion issues


|Back|

The main problems that we faced when converting the TEX sources of Project Gutenberg Ebooks to HTML5/MathML formats are listed here.

HTML

  1. Text coded using {\itshape ...} not appeared as italic.

MathML

  1. The footnote counter in display equations appear in a new line without a link to its corresponding footnote text.
  2. \textstyle does not work for fractions.
  3. \intertext in {gather} is not rendered. It has converted in MathML, but rendering failed due to wrong tagging.
  4. \limits in inline equations does not produce the desired output.
  5. The equation number coded in \tag{} in starred display math environments (eg: equation*, eqnarray*, align* etc.) render without right alignment like normal equation number.
  6. \makebox[][]{} does not produce any code.
  7. The font of equation number differs for equations coded in {equation}, {eqnarray} or any amsmath environements like {align}, {gather} etc.