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
  • Wiki
  • Extra mrow within a math tag

Extra mrow within a math tag · Changes

Page history
Updated Extra mrow within a math tag (markdown) authored Apr 20, 2015 by Volker Sorge's avatar Volker Sorge
Hide whitespace changes
Inline Side-by-side
Extra-mrow-within-a-math-tag.md
View page @ 9254fe6e
......@@ -32,12 +32,12 @@ Version 1 of semantically enriched MathML:
Version 2 of semantically enriched MathML:
```html
<math semantic-type="infixop" semantic-role="addition" semantic-id="5" semantic-children="0,2,4" semantic-content="1,3">
<mi semantic-type="identifier" semantic-role="latinletter" semantic-id="0" semantic-parent="5">a</mi>
<mo semantic-type="operator" semantic-role="addition" semantic-id="1" semantic-operator="infixop,+" semantic-parent="5">+</mo>
<mi semantic-type="identifier" semantic-role="latinletter" semantic-id="2" semantic-parent="5">b</mi>
<mo semantic-type="operator" semantic-role="addition" semantic-id="3" semantic-operator="infixop,+" semantic-parent="5">+</mo>
<mi semantic-type="identifier" semantic-role="latinletter" semantic-id="4" semantic-parent="5">c</mi>
<math type="infixop" role="addition" id="5" children="0,2,4" content="1,3">
<mi type="identifier" role="latinletter" id="0" parent="5">a</mi>
<mo type="operator" role="addition" id="1" operator="infixop,+" parent="5">+</mo>
<mi type="identifier" role="latinletter" id="2" parent="5">b</mi>
<mo type="operator" role="addition" id="3" operator="infixop,+" parent="5">+</mo>
<mi type="identifier" role="latinletter" id="4" parent="5">c</mi>
</math>
```
\ No newline at end of file
Clone repository

MathJax Wiki

  • Contributing
    • Contributor License Agreement etc
    • Quick guide to translating mathjax
  • Development
    • Development Process
      • Release Process Checklist
      • Documentation Update Process
      • Source Control Policies
      • GitHub
    • Design Documents
      • MathJax Roadmap
      • CDN Hosting
        • CDN requirements
        • CDN Hosting at Google Cloud Storage
      • Performance Discussion
      • Profiling and Diagnostics Tools
      • Documentation generation guide
      • Testing
        • Platforms supported
        • Test Machines
  • MathJax web presence