Docfile commited on
Commit
639d186
·
verified ·
1 Parent(s): 859fc7a

Update templates/math.html

Browse files
Files changed (1) hide show
  1. 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: {