blob: fccd89989bd0431393011d31ee83faaf0bf561f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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/
|