{
  "slug": "latex-to-mathml",
  "name": "gizza-ai/latex-to-mathml",
  "version": "0.1.0",
  "title": "LaTeX to MathML Converter — gizza.ai",
  "description": "Convert LaTeX math to MathML in your browser — accessible <math> markup for HTML, EPUB and Office, with block or inline mode and pretty-print. Free, private.",
  "tags": [
    "latex to mathml",
    "mathml",
    "latex",
    "math markup",
    "accessible math",
    "html math",
    "epub math",
    "tex to mathml",
    "mathml converter"
  ],
  "category": "documents",
  "urls": {
    "page": "https://gizza.ai/tools/latex-to-mathml/",
    "markdown": "https://gizza.ai/tools/latex-to-mathml/index.md",
    "descriptor": "https://gizza.ai/tools/latex-to-mathml/tool.json",
    "deep_link_example": "https://gizza.ai/tools/latex-to-mathml/?latex=%5Cfrac%7B-b%20%5Cpm%20%5Csqrt%7Bb%5E2%20-%204ac%7D%7D%7B2a%7D&display=block&pretty=true"
  },
  "cli": "gizza tool latex-to-mathml '\\frac{-b \\pm \\sqrt{b^2 - 4ac}}{2a}'",
  "tool": {
    "description": "Convert a LaTeX math expression into MathML markup (a <math> element). Accessible, selectable and reusable in HTML, EPUB and Office documents. Supports fractions, roots, super/subscripts, Greek letters, big operators, delimiters and matrices; block or inline display; optional pretty-print.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "display": {
          "default": "block",
          "enum": [
            "block",
            "inline"
          ],
          "type": "string"
        },
        "latex": {
          "type": "string"
        },
        "pretty": {
          "default": false,
          "type": "boolean"
        }
      },
      "required": [
        "latex"
      ],
      "type": "object"
    }
  }
}