Closed mmcky closed 5 years ago
Custom mathjax macros can be added in html such as.
html
// Declare MathJax Macros for the Appropriate Macros MathJax.Hub.Config({ TeX: { Macros: { Var: "\\mathop{\\mathrm{Var}}", trace: "\\mathop{\\mathrm{trace}}", } }
Can custom mathjax macros be supported in Jupyter notebooks?
See #165
Custom mathjax macros can be added in
html
such as.Can custom mathjax macros be supported in Jupyter notebooks?