13 lines
283 B
JavaScript
Executable File
13 lines
283 B
JavaScript
Executable File
require(["gitbook"], function(gitbook) {
|
|
MathJax.Hub.Config({
|
|
tex2jax: {
|
|
inlineMath: [['$','$'], ['\\(','\\)']],
|
|
processEscapes: true
|
|
}
|
|
});
|
|
|
|
|
|
gitbook.events.bind("page.change", function() {
|
|
MathJax.Hub.Typeset()
|
|
});
|
|
}); |