diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/exam.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/exam.tlpsrc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/exam.tlpsrc b/Master/tlpkg/tlpsrc/exam.tlpsrc new file mode 100644 index 00000000000..238534ad244 --- /dev/null +++ b/Master/tlpkg/tlpsrc/exam.tlpsrc @@ -0,0 +1,25 @@ +name exam +category Package +shortdesc Package for typesetting exam scripts. +longdesc The exam documentclass, together with its documentation file +longdesc examdoc.tex, attempts to make it easy for even a LaTeX novice to +longdesc prepare exams. Simple commands are provided to: -- Create +longdesc questions, parts of questions, subparts of parts, and subsubparts +longdesc of subparts, all with optional point values. -- Create a grading +longdesc table, indexed either by question number (listing each question +longdesc and the total possible points for that question) or by page number +longdesc (listing each page with points and the total possible points for +longdesc that page). -- Create headers and footers that are each specified +longdesc in three parts: One part to be left justified, one part to be +longdesc centered, and one part to be right justified. Headers and/or +longdesc footers can be different on the first page of the exam, can be +longdesc different on the last page of the exam, and can vary depending on +longdesc whether the page number is odd or even, or on whether the current +longdesc page continues a question from a previous page, or on whether the +longdesc last question on the current page continues onto the following +longdesc page. Multiple line headers and/or footers are allowed, and it's +longdesc easy to increase the part of the page devoted to headers and/or +longdesc footers to allow for this. Note that the bundles examdesign and +longdesc exams also provide a file exam.cls; these bundles therefore +longdesc clash, and should not be installed on the same system. +longdesc [description copied from TeX Catalogue] |