2018年10月8日 星期一

如何輸入Latex數學符號語法

要先嵌入js檔
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"> </script>
view raw gistfile1.txt hosted with ❤ by GitHub


[inline mode]- 文字跟數學符號寫在一起

在數學符號前號加上$  $

例如
$\overline{x}$ 表示 x bar
$\mu$ 表示 mu
$X_{1}$ 表示X1下標
$X^{2}$ 表示X平方



常用符號





參考連結

http://mohu.org/info/symbols/symbols.htm

沒有留言:

張貼留言