mathjax / mathjax/MathJax

Limits of sum incorrectly placed if sum is entered as unicode character

Open
#3,349 2 comments 0 reactions 1 assignee View on GitHub

@dpvc is already working on this.

Since Aug 14, 2025.

Accepted Code Example v3 v4
Dominant language
JavaScript
Stars
10.9k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Issue Summary

There is a difference in rendering if the macro \sum or the corresponding unicode character ∑ is used. LuaLaTeX rendering leads to identical placement of limits, while MathJax always treats limit positions for ∑ with inline style.
This issue occurs with Safari and OS X.

Steps to Reproduce:

Rendering

$$ ∑_{k=1}^{n} - \sum_{k=1}^n $$

yields the following output:

Image

With LuaLaTeX on the same snippet both sum signs and placement of limits look identical.

Technical details:
  • MathJax Version: 3.2
  • Client OS: (e.g., Mac OS X 10.8.4)
  • Browser: (e.g., Chrome 29.0.1547.57)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.