章节摘要
EthanDeng edited this page 2019-11-16 10:58:33 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

模板新增了一个章节摘要环境introduction使用示例

\begin{introduction}
  \item Definition of Theorem
  \item Ask for help
  \item Optimization Problem
  \item Property of Cauchy Series
  \item Angle of Corner
\end{introduction}

效果如下:

环境的标题文字可以通过这个环境的可选参数进行修改,修改方法为:

\begin{introduction}[Brief Introduction]
...
\end{introduction}