The trap for LATEX convertors
Sergej V. Znamenskij
svz@latex.pereslavl.ru
This file contains absolutely legal and ordinary (thought somevhere miningless)
mathematical constructions in LATEX text to facilitate visual
detection of image alignement algorithm flaws in LATEX to HTML convertion.
The problem comes with the large height and (or) depth formulae.
Usually such a formula as
for example has
larger height, then depth. As a corollary, converto may add inproper large gap (vskip) before the next
line. The case of equal height and width
is more controllable,
as far as we do not try to get images scaled
togater with text changing.
The other most rare and very hard to resolve situation is a formula with a large depth, but a very small height:
.
I will appreciate any idea to keep proper interline distance in such a case without
additional vskip over this formula thought suppoce it to be impossible: I failed to find a hint in html
specifications how to force browser to leave a proper place lower image witout extra gup over it.
All dots in the line are to be exactly alighned for any browser and selected text size.
.
.
.
..
.
The simple convertion algorithm can fail due to the following reasons:
- HTML lacks opportunity to reproduce LATEX layout directly;
- Some kind of HTML markup has different visual representation in different browser versions;
- Usable image convertion libraries and tools do not care reference point position in the image while cropping;
- LATEX box dimensions (width, height and depth) usually differs from its visual width, height, or depth.
See the source.