add chaper 1

This commit is contained in:
numbbbbb
2014-06-03 14:18:07 +08:00
parent 08edd4aece
commit 4ba4179a37
91 changed files with 2706 additions and 60 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()
});
});