diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/uassign/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/uassign/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/uassign/README.md b/Master/texmf-dist/doc/latex/uassign/README.md new file mode 100644 index 00000000000..f25aa8d81e4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/uassign/README.md @@ -0,0 +1,27 @@ +Version: 1.01 +Date: September 23, 2015 +Author: Nathan Esau +Package: uassign + +# Overview + +## Description + +The purpose of the uassign package is to provide simple question and solution +style environments for typesetting university assignments. The uassign package +was designed with the following objectives in mind: + +* Simplicity: uassign package is small and easy to modify +* Hide environments: ability to produce a question sheet (questions only) and + solution sheet (solutions only) or both. This is done by passing the + hidequestion or hideanswers option to the package +* Flexibility: the uassign package doesn't create conflicts with other packages, + such as hyperref when included. Commands which could cause conflicts with + other packages are used only when certain options are passed to the uassign + package + +Environments: question, solution, example, exsolution, definition +Commands: ientry +Options: hidequestions, hideanswer, assignheader, notesheader, links +Packages used: ifthen, hyperref, bookmark, color, enumerate, amsmath, amsthm, + fancyhdr, titlesec |