change it
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
require(["gitbook"], function(gitbook) {
|
||||
MathJax.Hub.Config({
|
||||
tex2jax: {
|
||||
inlineMath: [['$','$'], ['\\(','\\)']],
|
||||
processEscapes: true
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
gitbook.events.bind("page.change", function() {
|
||||
MathJax.Hub.Typeset()
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user