summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/exam.tlpsrc
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-06-18 14:07:29 +0000
committerNorbert Preining <preining@logic.at>2007-06-18 14:07:29 +0000
commit7fb60a74aab3febff8b73f2c8485f038d6a5e8cf (patch)
tree4f53da62ca86575bffd6cab33eddf4ec1bedce6c /Master/tlpkg/tlpsrc/exam.tlpsrc
parent251011941e0fbafdda83480a711735c118a7fca0 (diff)
its tlpsrc, not tlsrc now ...
updates to many of the tlpsrc git-svn-id: svn://tug.org/texlive/trunk@4468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/exam.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/exam.tlpsrc25
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]