Update templates/math.html
Browse files- templates/math.html +3 -1
templates/math.html
CHANGED
@@ -22,7 +22,9 @@
|
|
22 |
macros: {
|
23 |
R: "{\\mathbb{R}}",
|
24 |
N: "{\\mathbb{N}}",
|
25 |
-
Z: "{\\mathbb{Z}}"
|
|
|
|
|
26 |
}
|
27 |
},
|
28 |
svg: {
|
|
|
22 |
macros: {
|
23 |
R: "{\\mathbb{R}}",
|
24 |
N: "{\\mathbb{N}}",
|
25 |
+
Z: "{\\mathbb{Z}}",
|
26 |
+
vec: ["{\\mathbf{#1}}", 1], // Pour la notation vectorielle
|
27 |
+
uvect: ["\\left(#1\\right)", 1] // Pour
|
28 |
}
|
29 |
},
|
30 |
svg: {
|