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
  • #1687
Closed
Open
Issue created Jan 11, 2017 by Administrator@rootContributor

Allow "markers" that simply retain their position

Created by: binomial0

I would like to specify a certain position in my LaTeX source and see where that position ends up in the generated math. (I'm trying to display a cursor within the math output). At the moment, I cannot see a way to achieve this.

This use case could be made possible by changing both the input and output jaxes to allow for "marker" symbols that do not affect processing, except that they retain their position through all processing stages.

I tried using arbitrary characters for this (and finding them later in the generated HTML), but they do affect processing. For example, when I use the marker |, the output of f|_1 is spaced differently from that of f_1 (even after subsequently removing the |).

The proposed change would allow measuring the proportions of generated math, which would enable applications adding custom annotations, cursors, tooltips etc. to it.

Assignee
Assign to
Time tracking