probsoln package FAQ
Something's wrong-perhaps a missing
\item 🔗This error occurs when you have a list type of environment without any items. So if the data set is empty (i.e. you haven’t defined any problems yet, or you have loaded all the problems into a different data set) then the following code
\begin{enumerate}
\foreachproblem{\item\thisproblem}
\end{enumerate}
will produce this error message (because the body of the loop never gets implemented because there aren’t any problems).2020-07-03 11:14:42
Permalink: https://www.dickimaw-books.com/faq.php?id=157
Alternative link: https://www.dickimaw-books.com/faq.php?itemlabel=prsmissingitem
Category: probsoln package
Topic:
Error Messages
