Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 404 Bytes

math_theorems.md

File metadata and controls

30 lines (20 loc) · 404 Bytes

LaTeX 筆記首頁數學


定理

先寫下來,之後再補內文

\newtheorem{thm}{Theorem}
\newtheorem{lem}[theorem]{Lemma}

\theoremstyle{definition}
\newtheorem*{def*}{Definition}
\begin{thm}
\end{thm}
\begin{proof}
\end{proof}

LaTeX 筆記首頁數學