Skip to content

Commit cc9b96f

Browse files
committed
add escape chars
1 parent 7cb34b7 commit cc9b96f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ sphinx:
2929
mathjax_config:
3030
TeX:
3131
Macros:
32-
"argmax" : "arg\,max"
33-
"argmin" : "arg\,min"
32+
"argmax" : "arg\\,max"
33+
"argmin" : "arg\\,min"
3434
rediraffe_redirects:
3535
index_toc.md: intro.md
3636
tojupyter_static_file_path: ["source/_static", "_static"]

0 commit comments

Comments
 (0)