gjtorikian / mathematical

Convert mathematical equations to SVGs, PNGs, or MathML. A general wrapper to Lasem and mtex2MML.
https://gjtorikian.github.io/mathematical/
MIT License
164 stars 31 forks source link

Emits images that are too short #47

Closed gjtorikian closed 9 years ago

gjtorikian commented 9 years ago

For example, skew is a new command that works, but skew too much and the hat exceeds the width of the image:

100:

$$x \skew{100}\hat A x$$

30:

$$x \skew{30}\hat A x$$

You can see these on https://gjtorikian.github.io/mathematical/. The width of the second image shows that the output is always 30px. I'll dig a bit into Lasem before filing a report there.

gjtorikian commented 9 years ago

This is a core Lasem problem that is being tracked: https://bugzilla.gnome.org/show_bug.cgi?id=749701