我有一份家庭作业。讲师选择的问题通常不是按算术顺序排列的,所以我必须手动更改问题计数器(及其解决方案计数器)。
\documentclass[preview,varwidth,border=12pt]{standalone}
\usepackage{exsheets}
\SetupExSheets
{
solution/print=true, % default false
}
\begin{document}
\begin{question}
How to change the counter of problems or questions and solutions to start from any number?
\end{question}
\begin{solution}
I don't know the counter name!
\end{solution}
\end{document}
答案1
\setcounter{question}{99}
您可以猜测它是question
,或者它可能已被记录下来,或者您可以查看记录每个计数器分配的日志:
\c@question=\count146