I'm trying to make a database of physics questions that I can quickly use to generate assignments. I looked around and came across the probsoln package (http://www.ctan.org/pkg/probsoln) that does pretty much everything that I need.
I would like a way to automatically display all problems (not just a selection). The package suggests this:
Code: Select all
\begin{enumerate}
\foreachproblem{\item\thisproblem}
\end{enumerate}
Does anyone know of a way to get around this problem? What I would like to do is have a way to specify a default value for the argument. For example,
Code: Select all
\begin{enumerate}
\foreachproblem{\item\thisproblem[<the default value>]}
\end{enumerate}