關於將Blogger 使用 Latex 語法的使用方法其參考網址如下:
http://www.ptt.cc/bbs/Blog/M.1374443955.A.CCA.html
另外附上 線上Latex 語法
http://www.codecogs.com/latex/eqneditor.php
安裝過程如下:
1. 點擊 "設計" => "範本" => "編輯HTML"
在底下的原始檔中尋找段落由 <head> 開頭以 </head> 為結尾的段落,
在 <head> 下加入底下的原始碼:
<script src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' type='text/javascript'>
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } },
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true },
'HTML-CSS': { scale: 90 },
displayIndent: '2em'
});
</script>
2. 之後將要顯示的 latex 數學符號前後加入錢字號即可
例如:$ \frac{a}{b} $
沒有留言:
張貼留言