Docfile commited on
Commit
109eed5
verified
1 Parent(s): 639d186

Update templates/math.html

Browse files
Files changed (1) hide show
  1. 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
- tex: {
19
- inlineMath: [['$', '$'], ['\\(', '\\)']],
20
- displayMath: [['$$', '$$'], ['\\[', '\\]']],
21
- processEscapes: true,
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: {
31
- fontCache: 'global'
32
- },
33
- options: {
34
- renderActions: {
35
- addMenu: []
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 -->