1
ChapterSummary
EthanDeng edited this page 2019-11-16 10:31:40 +08:00

We create a introduction environment to display the structure of chapter. The basic useage is as follows

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

you will get:

You can change the title of this environment by modifying the optional argument of this environment.

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