I'd like to add mathjax to tumblr site, although I'm a bit confused as to where to begin. Mathjax doesn't offer documentation for tumblr, just sites like wordpress and some others.
Thanks
|
I'd like to add mathjax to tumblr site, although I'm a bit confused as to where to begin. Mathjax doesn't offer documentation for tumblr, just sites like wordpress and some others. Thanks |
|||
|
|
|
In addition to Barry's answer, you need to add some additional data to let Tumblr know what to do with the '$' and '$$' that you typically use with MathJax. Try adding these lines after what's posted above.
[props to http://blog.angjookanazawa.com/post/15081007922/how-to-write-in-latex-use-mathjax-in-tumblr] for providing these. |
|||
|
|
|
We've just released a video tutorial on using MathJax with Tumblr. See http://www.mathjax.org/demos/use-in-web-platforms/ Hope that's useful. |
|||
|
|
|
MathJax is now available through a CDN, so you don't have to install it on a server any more. All you need to do is include a few lines in your html header and you can start using mathematics in your posts. To do this, go to Theme -> Use custom HTML, and insert the following just above the
Save changes, and you're ready to include mathematics on your Tumblr pages. Try, for example
Good luck, hope this helps. |
||||
|
|
Looking through the MathJax install notes it appears all you need to do is link to the JavaScript file. For Tumblr, this means you will need to customize your HTML Theme. From what I can gather you will need to add this line just before the
Where e.g.
|
|||
|