AllenDowney / plastex-oreilly

Branch of plastex that generates DocBook 4.5 that meets O'Reilly style guidelines.
7 stars 7 forks source link

some math is still getting imaged, and has negative depth #32

Open AllenDowney opened 12 years ago

AllenDowney commented 12 years ago

Math that gets imaged generates some funny things, like depth="-90", which the back end does not like.

One option is to generate imaged math correctly, but since the goal is to eliminate imaged math, that's probably the better option.

The particular case that raised this issue was an eqnarray.

I have updated the tree_cleaner to use tralics to translate eqnarray and eqnarry* commands.