Skip to content

Wrong spacing when operators followed by super-or-subscripts #13

Description

@RadioNoiseE

Hi.

The desired behavior of something like \lambda x.M=_\alpha\lambda y.M^{x\rightarrow y} should have no extra spacing inserted between the $=$ (equivalent sign) and the $_\alpha$ (alpha as subscript).

Image

However the (relevant) MathML output of BlahTeXML is:

<msub>
  <mo lspace="0.278em" rspace="0.278em">=</mo>
  <mi>α</mi>
</msub>

which renders like this:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions