Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Issues
  • #2221
Closed
Open
Issue created Oct 18, 2019 by Administrator@rootContributor

Superscript of \sum cannot be rendered properly

Created by: memakura

When I use \sum_{i=1}^{n} x_i without other equations, it seems the superscript n cannot be rendered properly. (n becomes a subscript together with i=1.) But when I use the equation with other symbol, such as \int_a^b, it works.

<!DOCTYPE html>
<html lang="en-US">
<head>
    <script async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" id="MathJax-script"></script>
    <!-- <script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js?config=TeX-AMS_CHTML"></script> -->
</head>
<body>

<p>When I use only this line, the superscript in \(\sum_{i=1}^{n} x_i\) does not work.</p>
<!-- <p>When I use only this line, the superscript in \(\sum_{i=1}^{n} x_i, \int_a^b\) works.</p> -->

<!-- <p>\(\int_a^b\) has no problem.</p> -->

</body>
</html>
Assignee
Assign to
Time tracking