UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

45 lines (39 loc) 1.23 kB
<!DOCTYPE html> <html> <head> <title>MathJax TeX Test Page</title> <!-- Copyright (c) 2010-2014 The MathJax Consortium --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]}, // errorSettings: {message: undefined}, TeX: { extensions: [ "[Contrib]/siunitx/siunitx.js", "color.js" ] } }); MathJax.Ajax.config.path['Contrib'] = '../..'; </script> <script src="http://cdn.mathjax.org/mathjax/latest/unpacked/MathJax.js?config=TeX-MML-AM_HTMLorMML&delayStartupUntil=configured"></script> <script type="text/javascript" src="select-siunitx-version.js"></script> <style type="text/css"> table.unit-listing pre { margin: 0; } table.unit-listing svg.tex-example { zoom:1.33; } table.unit-listing tr:nth-child(odd){ background: #f0f0f0; } </style> </head> <body> <h2>Automatically generated reference</h2> <table class="unit-listing" id="unittest"> <thead><tr><th>Code</th><th>LaTeX</th><th>MathJax</th></tr></thead> </table> </body> </html>