diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/probsoln/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/probsoln/CHANGES | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/probsoln/CHANGES b/Master/texmf-dist/doc/latex/probsoln/CHANGES index d360323d06f..831d13648ec 100644 --- a/Master/texmf-dist/doc/latex/probsoln/CHANGES +++ b/Master/texmf-dist/doc/latex/probsoln/CHANGES @@ -1,5 +1,25 @@ probsoln package versions: +version 3.01: + + * Problems may now contain floats in their definition + + * Problems with arguments may now specify a default argument + to be used with \foreachproblem and new package option + "usedefaultargs" + + * Added \foreachsolution + + * Fixed bug in random number generator when n = 7. (Use + \PSNuseoldrandom to ensure compatibility with older versions.) + + * \loadrandomproblems generates a warning instead of an error + when more problems are requested than the maximum number + + * Added \loadexceptproblems and \loadrandomexcept + + * substr package no longer required + Version 3.0: Rewrote package to use data sets to make it easy to reuse problems so that the solutions can be placed in a different section of the document to the questions. |