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
  • #1023
Closed
Open
Issue created Jan 27, 2015 by Administrator@rootContributor

\middle preceded by primed symbol gives an error.

Created by: nberth

The following code gives me an error "\middle must be within \left and \right" when I render it in my browser (Firefox 21.0, MathJax v2.4.0):

  • \left\{q\in Q \middle| P(q)\right\} works;
  • \left\{q\in Q' \middle| P(q)\right\} doesn't, nor \left\{q\in Q'' \middle| P(q)\right\} incidentally. This also happens when Q' is the result of macro expansion:
  • \newcommand{\Q}{Q} \left\{q\in \Q \middle| P(q)\right\} works;
  • \newcommand{\Q}{Q'} \left\{q\in \Q \middle| P(q)\right\} doesn't.

The error is reproducible (though no error message is displayed) on the dynamic rendering page [1], yet I did not try it on the development branch for lack of time to install it (can anyone try?).

[1] http://cdn.mathjax.org/mathjax/latest/test/sample-dynamic.html

Assignee
Assign to
Time tracking