mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-30 18:35:12 +00:00
26 lines
715 B
HTML
26 lines
715 B
HTML
|
<!--
|
||
|
This file is loaded from main.js (phantomjs).
|
||
|
-->
|
||
|
<html>
|
||
|
<head>
|
||
|
<script type="text/x-mathjax-config">
|
||
|
MathJax.Hub.Config({
|
||
|
jax: ["input/TeX","output/SVG","output/NativeMML"],
|
||
|
showProcessingMessages: false,
|
||
|
messageStyle: "none",
|
||
|
tex2jax: {
|
||
|
inlineMath: [["$","$"],["\\(","\\)"]]
|
||
|
}
|
||
|
});
|
||
|
</script>
|
||
|
<script type="text/javascript"
|
||
|
src="../modules/MathJax/MathJax.js?config=TeX-AMS-MML_SVG-full">
|
||
|
<!-- src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_SVG-full"> -->
|
||
|
</script>
|
||
|
<script type="text/javascript" src="engine.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="math">${}$</div>
|
||
|
</body>
|
||
|
</html>
|