Welcome to FutureAppLaboratory

v=(*^ワ^*)=v

Import MathJax to Octopress

| Comments

What is MathJax?

MathJax is an open source JavaScript display engine for mathematics that works in all browsers.

By importing MathJax to Octopress(Jekeyll), you can write formulars in Latex style. That’s cool!

How to import?

  1. Copy this ruby plugin into plugin folder.
  2. Add <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"> </script> in source/_includes/custom/head.html.
  3. Write your formulars between tags math, m or endmath, em.

For example,
MathJax snapshot
will become

Enjoy it!

Comments