About This Blog

This is my long-term blog project. I use it to serve as my own repository for expositions, research update and teaching.

I always like to take a philosophical and intuition-guided attitude towards many deep and interesting mathematics/computational sciences when I encounter them in my research, not just to reiterate what I have seen elsewhere.  So I give my blog the name "old and new" to always remind me of this purpose. I have chosen the Creative Commons Attribution 4.0 International License to feel free to use the content in this blog.
-----------------------------
About the math typesetting: I embedded the standard MathJax functions in the html and I use Luca's python package that converts latex to WordPress style html.  In case someone wants to use the template, here is the code I use


<script src='http://cdn.mathjax.org/mathjax/latest/MathJax.js' type='text/javascript'>
MathJax.Hub.Config({
  "HTML-CSS": {
    scale: 94
  }
});
MathJax.Hub.Config({
  "HTML-CSS": {
    preferredFont: "TEX"
  }
});
MathJax.Hub.Config({
 extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
 jax: ["input/TeX", "output/HTML-CSS"],
 tex2jax: {
     inlineMath: [ ['$','$'], ["\\(","\\)"] ],
     displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
 },
 "HTML-CSS": { availableFonts: ["TeX"] }
});
</script >

Just put this piece of code in the <head> section.

Also, the style CSS used here is from Terry Tao
------------------------------
Recently I found KaTex to be more efficient at generating rendered maths.

No comments:

Post a Comment