Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/static/MathJax/test/index3.html
blob: bf3fffcef4a6eafb8eb6d74859940dcb6d648966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html  xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>MathJax Test Page</title>

<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    extensions: ["tex2jax.js"],
    jax: ["input/TeX","output/HTML-CSS"],
    "HTML-CSS": {
      availableFonts:[],
      styles: {".MathJax_Preview": {visibility: "hidden"}}
    }
  });
</script>
<script type="text/javascript" src="http://localhost:8000/static/MathJax/MathJax.js"></script>
</head>
<body>

<h1>MathJax Test Page</h1>

$$ \frac{-b\pm\sqrt{b^2-4ac}}{2a} $$

</body>
</html>