just test

This commit is contained in:
numbbbbb
2014-06-03 12:20:34 +08:00
commit 0cd6f031bd
82 changed files with 1738 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()
});
});