diff options
Diffstat (limited to 'html-test/ref/Math.html')
-rw-r--r-- | html-test/ref/Math.html | 34 |
1 files changed, 23 insertions, 11 deletions
diff --git a/html-test/ref/Math.html b/html-test/ref/Math.html index 71079bdd..cd642198 100644 --- a/html-test/ref/Math.html +++ b/html-test/ref/Math.html @@ -1,18 +1,24 @@ <html xmlns="http://www.w3.org/1999/xhtml" ><head ><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" + /><meta name="viewport" content="width=device-width, initial-scale=1" /><title >Math</title - ><link href="#" rel="stylesheet" type="text/css" title="Ocean" + ><link href="#" rel="stylesheet" type="text/css" title="NewOcean" + /><link rel="stylesheet" type="text/css" href="#" /><link rel="stylesheet" type="text/css" href="#" /><script src="haddock-bundle.min.js" async="async" type="text/javascript" ></script - ><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript" + ><script type="text/x-mathjax-config" + >MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script + ><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript" ></script ></head ><body ><div id="package-header" - ><ul class="links" id="page-menu" + ><span class="caption empty" + ></span + ><ul class="links" id="page-menu" ><li ><a href="#" >Contents</a @@ -22,8 +28,6 @@ >Index</a ></li ></ul - ><p class="caption empty" - ></p ></div ><div id="content" ><div id="module-header" @@ -47,11 +51,15 @@ >normalDensity</code ></p ><p - >\[ + ><span class="mathjax" + >\[ \int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi} - \]</p + \]</span + ></p ><p - >\(\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\)</p + ><span class="mathjax" + >\(\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\)</span + ></p ></div ></div ><div id="synopsis" @@ -85,8 +93,12 @@ >Math (inline) for <code >normalDensity</code > - \(\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\) - \[\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\]</p + <span class="mathjax" + >\(\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\)</span + > + <span class="mathjax" + >\[\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\]</span + ></p ></div ></div ></div @@ -95,4 +107,4 @@ ></div ></body ></html ->
\ No newline at end of file +> |