Skip to content

Commit

Permalink
set mathjax configuration using window.MathJax (shogun-toolbox#4512)
Browse files Browse the repository at this point in the history
  • Loading branch information
p16i committed Feb 12, 2019
1 parent a4971bf commit 866d36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/cookbook/source/static/mathconf.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
MathJax.Hub.Config({
window.MathJax = {
TeX: {
Macros: {
argmax: ["\\mathop{\\rm arg\\,max}\\limits"],
argmin: ["\\mathop{\\rm arg\\,min}\\limits"]
}
}
});
};

0 comments on commit 866d36c

Please sign in to comment.