Latex笔记

一、模板、注释

用%表示

\表示命令

\title 标题

\abstract 摘要

二、正文

  • chapter 章

  • section 节

  • subsection 小节

  • subsubsection 小小节

​ \par 分段

​ \newpage 分页

1
2
3
4
5
6
7
\newtheorem{theorem}{定理}[section]
\newtheorem{definition}[theorem]{Definition}
\newtheorem{theory}[theorem]{Theory}
\newtheorem{property}[theorem]{Property}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{prove}[theorem]{Prove}
\newtheorem{proposition}[theorem]{命题}

用来定义一些模板

1
2
\begin{pmatrix} \\矩阵
\begin{vmatrix} \\行列式