AmerMathSoc / texml-to-html

Converting AmerMathSoc/texml output to raw HTML
Apache License 2.0
3 stars 2 forks source link

avoid whitespace around tex-math #433

Closed pkra closed 10 months ago

pkra commented 11 months ago

Via https://github.com/AmerMathSoc/gsm/pull/20

We currently turn

<inline-formula content-type="math/tex"><tex-math>N</tex-math></inline-formula>-Waves, Inviscid Dissipation

into

<span data-ams-doc="math inline"> <tex-math>N</tex-math> </span>-Waves, Inviscid Dissipation</h2>

Note the added space around the tex-math in the output. This causes unwanted space.

pkra commented 11 months ago

Also https://github.com/AmerMathSoc/gsm/pull/4

pkra commented 11 months ago

From more GSM regenerations, this probably was a bad interaction from older texml markup.

If gsm/215 turns out this way, I'll close here.

pkra commented 11 months ago

Maybe not. we'll have to see.

pkra commented 10 months ago

This seems to have resolved itself through full regenerations.