blob: d3a2a30d6762b3e2223482ecb52fc9e76f48544b (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
LaTeX Package : probsoln v3.02
Last Modified : 2011-12-10
Author : Nicola L.C. Talbot
Files : probsoln.dtx - documented source file
probsoln.ins - installation script
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.
Required packages:
ifthen
amsmath
xkeyval
To extract the code do:
latex probsoln.ins
This will create the file probsoln.sty which should be placed
somewhere on your TeX path. It will also create several
sample documents, sample*.tex, and sample databases used
by the sample documents. If you can't bring yourself to
read the manual, please try out these sample
documents to give yourself an idea of what to do.
To extract the documentation do:
latex probsoln.dtx
latex probsoln.dtx
Comment out \OnlyDescription if you want the documented code.
If you experience difficulties, try reading the
troubleshooting section of the manual. If that doesn't
help try
http://theoval.cmp.uea.ac.uk/~nlct/latex/packages/faq/
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/
|