1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title></title>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$', '$'], ["\\(", "\\)"]],
processEscapes: true
},
AssistiveMML: {disabled: true},
MathMenu: {
showFontMenu: true
},
menuSettings: {
inTabOrder: true
},
showMathMenu: false
});
</script>
<script id="MathJax-script" src="/javascript/mathjax/MathJax.js"></script>
<script src="/javascript/mj-context-menu/ContextMenu.js"></script>
<script src="mathjaxmenu.js"></script>
<!-- <script src="annotation_menu.js"></script> -->
</head>
<body>
<h1 id="header">MathJax 2 with context menu</h1>
<script>document.getElementById('header').innerHTML = document.getElementById('header').innerHTML + ' ' + ContextMenu.version;</script>
$x^1$
$x^2$
$x^3$
$x^4$
\[x^5\]
\[x^6\]
\[x^7\]
\[x^8\]
\[x^9\]
\[x^{10}\]
\[x^{11}\]
\[x^{12}\]
\[x^{13}\]
\[x^{14}\]
\[x^{15}\]
\[x^{16}\]
\[x^{17}\]
\[x^{18}\]
\[x^{19}\]
\[x^{20}\]
\[x^{21}\]
\[x^{22}\]
\[x^{23}\]
\[x^{24}\]
\[x^{25}\]
\[x^{26}\]
\[x^{27}\]
\[x^{28}\]
\[x^{29}\]
\[x^{30}\]
\[x^{31}\]
\[x^{32}\]
\[x^{33}\]
\[x^{34}\]
\[x^{35}\]
\[x^{36}\]
\[x^{37}\]
\[x^{38}\]
\[\int_{x=n}^{100} x^{39}\]
\[\frac{1}\]
<hr>
<address></address>
<!-- hhmts start -->
Last modified: Thu May 21 10:53:54 BST 2020
<!-- hhmts end -->
</body> </html>
|