Processing math: 100%

2013年1月5日 星期六

如何在Blogger上打Latex的數學符號

Inline type 使用1個美金符號!!
ab
Display type  使用2個美金符號!! 並且置中。
ab

範例
The Lorenz Equations
˙x=σ(yx)˙y=ρxyxz˙z=βz+xy

A Cross Product Formula
V1×V2=|ijkXuYu0XvYv0|

使用方法
版面配置=>新增小工具=> [HTML/Javascript]
標題可打可不打,我是打上MathJax,打的話就會在右上角出現MathJax。
然後把下面指令貼入內容


<script type="text/x-mathjax-config">
  MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']],
                       displayMath: [['\\[','\\]'], ['$$','$$']]}});
  blogger.ui().viewType_.prototype.onRenderComplete=function(){MathJax.Hub.Queue(['Typeset',MathJax.Hub])};
</script>
<script type="text/javascript"
  src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>


之後只要在要打的數學符號前面加上錢字號即可了囉!!

http://www.mathjax.org/

2013/01/05 新的開始

上次寫blog 是5年前的事了,我以為我的帳號已經被砍掉了,沒想到還在啊!
聽說blogger 現在可以使用Latex的數學語法,這真的是太好了。