Reference:
LaTeX Tutorial
https://hackmd.io/@CynthiaChuang/Basic-LaTeX-Commands
宣告一般論文
\documentclass[a4paper,12pt]{article}%
a4paper是A4 的頁面
12pt是字體的大小
article指的是論文格式
其他格式report、book、slides、letter
註解符號
%
這些字不會被編輯進去
文章開頭
\begin{document}
文章結尾
\end{document}
引用指令集
\usepackage{指令集}
表示引用一個指令集
數學上常用指令集
\usepackage{amsmath,amsthm,amsfonts,amssymb}
內文
$$
在其中包上數學式,是包含在內文的 LaTeX
單行
$$
$$
包在其中是單行的 LaTex
Example
內文
單行
各種符號: https://oeis.org/wiki/List_of_LaTeX_mathematical_symbols