Tagged Questions
3
votes
1answer
81 views
Manual exercise question numbering
I am using exercise package to list exercises/questions.
I am defining exercise list like this:
\begin{ExerciseList}
\Exercise{Exercise title}
\ExeText
Some exercise introduction
...
5
votes
2answers
273 views
The numbering of exercises automatically on table
I have several hundred exercises in form
\begin{exercise}
\end{exercise}
where each one is a small own file.
I input those through \input{...} on master documend.
I have done some other ...
9
votes
3answers
871 views
Number exercises according to chapter
I'm using the exercise package together with memoir class. How do I number my exercises according to chapter number, in the same way that display equations are numbered? Here's a minimal example
...