我正在使用考試文檔類別來寫我的數學作業。我希望能夠為每個問題設定具體的數字。因此,例如,當教授佈置問題 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。