I have created two counters
\newcounter{problem}[section]
\newcounter{solution}[problem]
As expected, problem resets every time section increases.
However, solution does not reset when problem increases.
What is the problem?
|
I have created two counters
As expected, problem resets every time section increases. However, solution does not reset when problem increases. What is the problem? |
||||
|
You have to use If you get |
||||
|
|
|
I suppose you want to present multiple solutions to a problem? Then you could do it like this:
|
|||
|
\advancerather than\stepcounter? – David Carlisle Aug 10 '12 at 9:32