Update templates/math.html
Browse files- templates/math.html +21 -21
templates/math.html
CHANGED
@@ -15,27 +15,27 @@
|
|
15 |
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
16 |
<script>
|
17 |
window.MathJax = {
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
</script>
|
40 |
|
41 |
<!-- Font Awesome pour les ic么nes -->
|
|
|
15 |
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
16 |
<script>
|
17 |
window.MathJax = {
|
18 |
+
tex: {
|
19 |
+
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
20 |
+
displayMath: [['$$', '$$'], ['\\[', '\\]']],
|
21 |
+
processEscapes: true,
|
22 |
+
macros: {
|
23 |
+
R: "{\\mathbb{R}}",
|
24 |
+
N: "{\\mathbb{N}}",
|
25 |
+
Z: "{\\mathbb{Z}}",
|
26 |
+
vecv: ["\\begin{pmatrix}#1\\\\#2\\\\#3\\end{pmatrix}", 3] // Macro pour vecteur vertical
|
27 |
+
}
|
28 |
+
},
|
29 |
+
svg: {
|
30 |
+
fontCache: 'global'
|
31 |
+
},
|
32 |
+
options: {
|
33 |
+
renderActions: {
|
34 |
+
addMenu: []
|
35 |
+
}
|
36 |
+
}
|
37 |
+
};
|
38 |
+
|
39 |
</script>
|
40 |
|
41 |
<!-- Font Awesome pour les ic么nes -->
|