# `math/tex` Custom Script Type Extension This is an extension to automatically display code inside `script` tags with `type=math/tex` using KaTeX. This script type is commonly used by MathJax, so this can be used to support compatibility with MathJax. ### Usage This extension isn't part of KaTeX proper, so the script should be separately included in the page, in addition to KaTeX. Load the extension by adding the following line to your HTML file. ```html ``` You can download the script and use it locally, or from a local KaTeX installation instead. For example, in the following simple page, we first load KaTeX as usual. Then, in the body, we use a `math/tex` script to typeset the equation `x+\sqrt{1-x^2}`. ```html ``` ECMAScript module is also available: ```html