mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
MathJax: Support for \gdef (#4407)
Backport of https://github.com/jupyterlab/jupyterlab/pull/5997
This commit is contained in:
parent
45d9f38d36
commit
5aba3b824c
@ -19,6 +19,9 @@ define([
|
|||||||
processEscapes: true,
|
processEscapes: true,
|
||||||
processEnvironments: true
|
processEnvironments: true
|
||||||
},
|
},
|
||||||
|
TeX: {
|
||||||
|
extensions: ['newcommand.js', 'begingroup.js'] // For \gdef
|
||||||
|
},
|
||||||
MathML: {
|
MathML: {
|
||||||
extensions: ['content-mathml.js']
|
extensions: ['content-mathml.js']
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user