\documentclass{article}
\author{jiuer}
\title{Hello World}
\begin{document}
\maketitle
\section{Hello China} China is in the east of China.
\subsection{Hello Beijing} Beijing is the capital.
\subsection{Hello Dongcheng District}
\paragraph{Ti'an Square} is in the center.
\subparagraph{Chairman Mao} is the great man.
\subsection{Hello Guangzhou}
\paragraph{Sun University} is here
\end{document}
空一行即另起一段,自带段首空格;
\\
用于行内强制换行
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\author{jiuer}
\title{Hello World}
\begin{document}
\maketitle
this is F=ma
this is $F=ma$
this is
$$F=ma$$
this is
\[F=ma\]
that is $\eta$ and $\mu$
and this is $\frac{a}{b}$
power is $a^b$
subscript $a_b$
derivate $\frac{\partial y}{\partial t}$
vector $\vec{n}$
bold $\mathbf{n}$
time differential $\dot{F}$
Equation(\& for aligning different rows)
\begin{align}
a+b&=c\\
d&=e+f+g
\end{align}
\[
\left\{
\begin{aligned}
&a+b=c\\
&d=e+f+g
\end{aligned}
\right.
\]
\end{document}
-
$...$
行内数学模式 -
$$...$$
另起一行并居中开始数学模式
输入公式的话可以参考latex数学符号
编译参考文献时需要先把bib文件用utf-8方式编码,否则会can't find a database entry
- latex编译
- bib编译
- 再进行latex编译
以上才能确保参考文献编译正确。
然后是自己第一次使用过程中发现的。
ctexart 模板中不支持关键词,在abstract中使用
\\\\\textbf:
空两行然后加入关键词;\label{}
和\ref{}
一起使用,实现动态引用;equation*
环境用于不带编号的公式,或者使用命令\notag
;数学模式中括号使用时候要带上
\left(
和\right)
;