blob: 66d84bd109643d606bf3338d1cdb5f7c2b98ee68 (
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
|
Version: 1.0
Date: September 6, 2015
Author: Nathan Esau
Package: uassign
The purpose of the uassign package is to provide a simple question and solution
environment for typesetting university assignments. Although there exist Latex
classes, such as the exam class, and packages, such as the exercise package,
which could be used for this purpose, the uassign package was designed with the
following objectives in mind:
* Simplicity: two environments, one for questions (question) and one for
solutions (solution)
* Hiding: ability to hide the question or solution environment, using the
hidequestions and hideanswers options.
* Miniminalism: only dependency is ifelse package.
A short list of features of the environments is:
* Automatic question numbering, or headers
* Indentation of question and solution environments
* Ability to hide environments
For more details see the .pdf file.
|