我正在使用考试文档类来写我的数学作业。我希望能够为每个问题设置具体的数字。因此,例如,当教授布置问题 1、4、7、12 时,我希望有以下内容:
1. some text
4. some text
7. some text
12. some text
代替
1. some text
2. some text
3. some text
4. some text.
先感谢您!
答案1
谢谢约翰·科米洛回答这个问题。
\setcounter{question}{n-1} \question
显示问题 n。
例如:
\setcounter{question}{3} \question
显示问题 4。