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
  • msubsup issue

msubsup issue · Changes

Page history
Updated msubsup issue (markdown) authored Apr 20, 2015 by Volker Sorge's avatar Volker Sorge
Show whitespace changes
Inline Side-by-side
msubsup-issue.md
View page @ 9d6519fb
...@@ -54,7 +54,7 @@ naturally ruins the msubsup element. Here's the semantically enriched MathML: ...@@ -54,7 +54,7 @@ naturally ruins the msubsup element. Here's the semantically enriched MathML:
```html ```html
<math> <math>
<msubsup> <msubsup>
<mi>∑</mi> <mo>∑</mo>
<mi>b</mi> <mi>b</mi>
<mi>c</mi> <mi>c</mi>
</msubsup> </msubsup>
...@@ -80,7 +80,7 @@ Semantically enriched MathML: ...@@ -80,7 +80,7 @@ Semantically enriched MathML:
```html ```html
<math> <math>
<msubsup semantic-type="limboth" semantic-role="sum" semantic-id="3" semantic-children="0,1,2"> <msubsup semantic-type="limboth" semantic-role="sum" semantic-id="3" semantic-children="0,1,2">
<mi semantic-type="largeop" semantic-role="sum" semantic-id="0" semantic-parent="3">∑</mi> <mo semantic-type="largeop" semantic-role="sum" semantic-id="0" semantic-parent="3">∑</mo>
<mi semantic-type="identifier" semantic-role="latinletter" semantic-id="1" semantic-parent="3">b</mi> <mi semantic-type="identifier" semantic-role="latinletter" semantic-id="1" semantic-parent="3">b</mi>
<mi semantic-type="identifier" semantic-role="latinletter" semantic-id="2" semantic-parent="3">c</mi> <mi semantic-type="identifier" semantic-role="latinletter" semantic-id="2" semantic-parent="3">c</mi>
</msubsup> </msubsup>
......
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