Skip to content

\mathop{x} should center single-character x #726

@edemaine

Description

@edemaine

\mathop is a TeX feature, and it has some subtlety in its implementation described in Documentation of \mathop.

Specifically, when the argument to \mathop is a single character, it should get centered vertically. Perhaps this could be implemented by tweaking buildHTML's groupTypes.mclass (when group.value.mclass === 'mop'), e.g. using the in-process \raisebox implementation (#685).

It's a minor bug, but comes up in defining custom symbols such as #657.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions