diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/probsoln/README | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/probsoln/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/probsoln/README | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/probsoln/README b/Master/texmf-dist/doc/latex/probsoln/README new file mode 100644 index 00000000000..fccd89989bd --- /dev/null +++ b/Master/texmf-dist/doc/latex/probsoln/README @@ -0,0 +1,36 @@ +LaTeX Package : probsoln v 2.0 + +Last Modified : 21 Mar 2001 + +Author : N.L.C. Talbot + +Files : probsoln.dtx - documented source file + probsoln.ins - installation script + sample.tex - example file + samples - directory containing files used in sample.tex + + +The package probsoln.sty is designed for lecturers who have to generate +new problem sheets for their students on a regular basis (e.g. yearly) +by randomly selecting a specified number of problems defined in another file. +This means that you can easily generate a new problem sheet that is different +from the previous year, thus alieviating the temptation of students to seek +out the previous year's students and checking out their answers. +The solutions to the problems can be defined along with the problem, making +it easy to generate the solution sheet from the same source code. + +To extract the code do: + +latex probsoln.ins + +To extract the documentation do: + +latex probsoln.dtx +latex probsoln.dtx + +A sample file, sample.tex which loads in problems from samples/*.tex, is provided to illustrate +the use of this package. + +This material is subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the details of that license. + +http://theoval.cmp.uea.ac.uk/~nlct/ |