diff --git a/notebook/static/notebook/js/mathjaxutils.js b/notebook/static/notebook/js/mathjaxutils.js index b6307b888..296f15e27 100644 --- a/notebook/static/notebook/js/mathjaxutils.js +++ b/notebook/static/notebook/js/mathjaxutils.js @@ -19,6 +19,9 @@ define([ processEscapes: true, processEnvironments: true }, + TeX: { + extensions: ['newcommand.js', 'begingroup.js'] // For \gdef + }, MathML: { extensions: ['content-mathml.js'] },