-
Notifications
You must be signed in to change notification settings - Fork 400
章后习题
EthanDeng edited this page Nov 16, 2019
·
5 revisions
前面我们介绍了例题和练习两个环境,这里我们再加一个,章后习题(problemset
)环境,用于在每一章结尾,显示本章的练习。使用方法如下
\begin{problemset}
\item exercise 1
\item exercise 2
\item exercise 3
\end{problemset}
效果如下:
注 如果你想把 problemset
环境的的标题改为其他文字,你可以类似于 introduction
环境修改 problemset
的可选参数。另外,目前这个环境会自动出现在目录中,但是不会出现在页眉页脚信息中(待解决)。