在blogspot 後台 範本、編輯HTML中,將以下的程式碼貼在<head>......</head>中。
<script src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' type='text/javascript'> MathJax.Hub.Config({ extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"], TeX: { equationNumbers: { autoNumber: "AMS"} }, jax: ['input/TeX', 'output/HTML-CSS'], tex2jax: {inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ], processEscapes: true }, 'HTML-CSS': { scale: 90, availableFonts: ["TeX"]}, displayIndent: '2em' }); </script>
在以下符號之間,輸入 LaTex 數學方程式。
- $$...$$
- \[...\]
- 表示式:$$\Large x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$ 顯示:$$\Large x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$
- 表示式:$$\Large\sum_a^b x^2 $$ 顯示:$$\Large\sum_a^b x^2 $$
- 表示式:$$\Large\left| \begin{matrix} a_1 & a_2 \\ b_1 & b_2 \end{matrix} \right|$$ 顯示:$$\Large\left| \begin{matrix} a_1 & a_2 \\ b_1 & b_2 \end{matrix} \right|$$
Mathjax說明:
Mathjax符號:
線上編輯方程式:
- Online LaTeX Equation Editor - create, integrate and download
- Dynamic Preview of Textarea with MathJax Content
- Live markdown editor based on MathJax and Marked
- Retractable Dialog with MathJax | CodePen
- Math Jax test | CodePen
- Daum Equation Editor
- ScienceSoft - LaTeX
- MetaPost Previewer
- mathtextutorial.html
- 線上編譯 LaTeX Online LaTeX Editor
- Mathjax与LaTex公式简介 | Ryan Zhao
- [How To] 在Blogger上使用MathJax
- 使用Markdown + MathJax 在博客裡插入數學公式
- [Web] 顯示數學方程式 MathJax
- 在 blogspot 顯示數學符號