Skip to content

Handle op-limits (e.g. \oint) in KaTeX #1675

@gnprice

Description

@gnprice

From our TeX content survey, at #mobile-team > KaTeX survey results @ 💬, @rajveermalviya writes:

"""

514 messages failed because of unsupported css class: op-limits.

This seems to be used to align some elements in the center.

.op-limits {
    > .vlist-t {
        text-align: center;
    }
}

This should be straightforward to implement.
"""

If I understand correctly, an example where this appears is $$ \oint $$ ($$\oint$$), with the circle centered over the integral sign.

This was the 5th item after all the functionality included in releases so far (#46 (comment)).

Metadata

Metadata

Assignees

No one assigned

    Labels

    a-contentParsing and rendering Zulip HTML content, notably message contentsa-texTeX/LaTeX content, as rendered by KaTeX

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions