i wanted to do the following… Problem 3.
in latex i use the following
\newtheorem{prob}{Problem}
\begin{prob}
...
\end{prob}
it starts as follows Problem 1., is it possible to to Problem 3. instead,… can you show me how? thanks a lot!
Use the
\setcountermacro:Be careful that the value is zero-based, so Problem 1 corresponds to a counter value of 0.
For example, to start with Problem 3: