2013-01-18 at

LaTex: on Blogger, and iOS

Now I need to make some time to figure out MathJax (source), so that I can blog in LaTex.
MathJax test

inline:

\(x={-b \pm \sqrt{b^2 - 4ac} \over 2a}\)

displayed:

\[x={-b \pm \sqrt{b^2 - 4ac} \over 2a}\]
Well that's done it, then.

I couldn't add a gadget in Blogger, so I added the following to the Head tag of my HTML template:
<script type="text/x-mathjax-config;executed=true">
MathJax.Hub.Config({
  TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
</script>
(source)

On iOS I am using LaTex Assistant Lite, for quick LaTex reference, and I am using MathBot for drafting Latex. I am also using the PDF-d LaTeX WikiBook as a more general reference.

No comments :

Post a Comment