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
  • Semantic Embedding Examples

Semantic Embedding Examples · Changes

Page history
Updated Semantic Embedding Examples (markdown) authored Apr 14, 2015 by Volker Sorge's avatar Volker Sorge
Hide whitespace changes
Inline Side-by-side
Semantic-Embedding-Examples.md
View page @ a2b15dc4
Some simple examples of embedded semantic tree. Note that for readability the attributes have been abbreviated Some simple examples of embedded semantic tree. Note that for readability the attributes have been abbreviated
Original MathML: Original MathML:
<math> ```html
<mi>5</mi> <math>
<mo>=</mo> <mi>5</mi>
<mi>3</mi> <mo>=</mo>
<mo>+</mo> <mi>3</mi>
<mi>2</mi> <mo>+</mo>
</math> <mi>2</mi>
</math>
```
Enriched MathML: Enriched MathML:
```html
<math> <math>
<mrow semantic-type="relseq" semantic-role="equality" id="6" semantic-content="1" semantic-children="0,5"> <mrow semantic-type="relseq" semantic-role="equality" id="6" semantic-content="1" semantic-children="0,5">
<mi semantic-type="number" semantic-role="integer" id="0" semantic-parent="0">5</mi> <mi semantic-type="number" semantic-role="integer" id="0" semantic-parent="0">5</mi>
...@@ -20,4 +23,5 @@ Enriched MathML: ...@@ -20,4 +23,5 @@ Enriched MathML:
<mi semantic-type="number" semantic-role="integer" id="4" semantic-parent="4">2</mi> <mi semantic-type="number" semantic-role="integer" id="4" semantic-parent="4">2</mi>
</mrow> </mrow>
</mrow> </mrow>
</math> </math>
\ No newline at end of file ```
\ 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
    • 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