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
  • #490
Closed
Open
Issue created Jun 03, 2013 by Administrator@rootContributor

\overline does not cope well with text-style limits on operators

Created by: EmilJ

$\overline{\lim_{n\to\infty}}$ or $\overline{\sum_{n=0}^N}$ are rendered with a short line in a superscript position after the main expression instead of an overline. (Yes, I know about \varlimsup, that’s not the point.) The bug seems to affect only named operators with \nolimits-style subscripts or superscripts, but without an explicit \nolimits declaration. The following all render corerctly: $\overline{\lim}$, $$\overline{\lim_{n\to\infty}}$$, $\overline{\lim\limits_{n\to\infty}}$, $\overline{\lim\nolimits_{n\to\infty}}$, $\overline{\operatorname{lim}_{n\to\infty}}$, $\overline{X_{n\to\infty}}$, $\overline{\int_n}$.

I’ve been testing it with the HTML–CSS output of MathJax versions 2.2 and 2.0, using local TeX fonts, in Firefox 14.0.1 and Opera 11.61 on Linux.

Assignee
Assign to
Time tracking