Latex 数学公式使用示例
Latex 数学公式命令中,数学符号都使用反斜杠(backslash, '\')转义英文缩略词 , 一些简单的数学符号命令:
其使用大括号(curly braces, '{}')传入额外的输入 :
下划线(underscore,'_')和脱字符(caret,'^')在 Latex 数学公式中,有特殊的用法。
注:使用 \displaystyle
,可以使内置的数学公式获得更大的字体和更多的垂直空间。
希腊字母表
Jupyter Notebook
本文的 Latex 数学公式在 Jupyter Notebook 的编辑并展示,下载地址为 百度网盘 。
参考资料
- Some examples of using ( \LaTeX ) in R Markdown documents. http://www.calvin.edu/~rpruim/courses/m343/F12/RStudio/LatexExamples.html
- LaTeX/Mathematics. https://en.wikibooks.org/wiki/LaTeX/Mathematics