|
|
# Example Page with LaTeX
|
|
|
|
|
|
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
|
|
<script type="text/javascript" id="MathJax-script" async
|
|
|
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
|
|
</script>
|
|
|
|
|
|
## Inline LaTeX
|
|
|
|
|
|
Here’s an inline formula: $E = mc^2$
|
|
|
|
|
|
## Block LaTeX
|
|
|
|
|
|
Here’s a block formula:
|
|
|
|
|
|
$$
|
|
|
\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2}
|
|
|
$$ |
|
|
\ No newline at end of file |