File: test-mathjax-menu.html

package info (click to toggle)
node-mj-context-menu 0.9.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 5,980 kB
  • sloc: javascript: 2,173; sh: 35; makefile: 7
file content (77 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download | duplicates (2)
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
<!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: false
},
menuSettings: {
inTabOrder: true
},
showMathMenu: false
});
</script>
<script src="/javascript/mathjax/MathJax.js"></script>
<script src="/javascript/mj-context-menu/ContextMenu.js"></script>
<script src="mathjaxmenu.js"></script>
</head>

<body>
<h1></h1>

$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: Tue Jan 31 22:48:07 GMT 2017
<!-- hhmts end -->
</body> </html>