Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +4 -1
templates/index.html
CHANGED
@@ -14,7 +14,10 @@
|
|
14 |
inlineMath: [['$', '$']],
|
15 |
displayMath: [['$$', '$$']],
|
16 |
processEscapes: true,
|
17 |
-
//
|
|
|
|
|
|
|
18 |
packages: {'[+]': ['autoload','ams']}
|
19 |
},
|
20 |
options: {
|
|
|
14 |
inlineMath: [['$', '$']],
|
15 |
displayMath: [['$$', '$$']],
|
16 |
processEscapes: true,
|
17 |
+
// Ajout de la macro pour \boxed
|
18 |
+
macros: {
|
19 |
+
boxed: ['\\fbox{#1}', 1]
|
20 |
+
},
|
21 |
packages: {'[+]': ['autoload','ams']}
|
22 |
},
|
23 |
options: {
|