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
  • #873
Closed
Open
Issue created Jul 19, 2014 by Davide P. Cervone@dpvcContributor

Combine array of elements when typesetting

Currently, MathJax.Hub.Typeset() and its brethren accept an array of containers whose contents should be typeset, but it handles each as a separate typeset call. These should be combined in order to take advantage of chunking and prevent unwanted reflows. The worst-case scenario is when the array is of individual elements that should be typeset, as this would force reflows between each equation.

Instead, the expressions from all the elements in the array should be combined into one list, and that processed all at once in order to take advantage of the optimizations for multiple expressions.

Assignee
Assign to
Time tracking