change it

This commit is contained in:
numbbbbb
2014-06-03 12:21:35 +08:00
parent 0cd6f031bd
commit 999404b3e8
82 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,13 @@
require(["gitbook"], function(gitbook) {
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
}
});
gitbook.events.bind("page.change", function() {
MathJax.Hub.Typeset()
});
});