【LaTeX代码】
\documentclass[UTF8]{article}
\usepackage{ctex}
\usepackage{amsmath}
\DeclareMathOperator\dif{d\!} %声明微分算子d
\begin{document}
$\max_n f(n) = \sum_{i=0}^n A_i$
\[ \max_n f(n) = \sum_{i=0}^n A_i \]
$A = 90^\circ$ %用\circ表示。
\[ \int_0^1 f(t) \dif t = \iint_D g(x,y) \dif x \dif y \]
\begin{equation}
a+b=b+a \label{eq:commutative}
\end{equation}
$U_i^k=V^k_i$ \qquad $H_{n_i}=H_{2^i}=2^{n_i}=2^{2^i}$
$a=a'$, $b_0'=b_0''$, ${c'}^2=(c')^2$
$\text{被加数} + \text{加数} = \text{和}$
本例给定的变量有 $a$, $b$, $c$ 和 $d$。
$\overset{*}{Y}$ \qquad
$\underset{*}{Y}$ \qquad
$\overset{*}{\underset{\dag}{Y}}$
\end{document}
【输出结果】