diff options
author | Karl Berry <karl@freefriends.org> | 2007-03-18 23:47:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-03-18 23:47:52 +0000 |
commit | 62a35122f20906892eb4fb29ba3d402da6fe4a3d (patch) | |
tree | 97aa095aee5f5d440a8fa9b8003b088114dff144 /Master/texmf-dist/doc/latex/jeopardy/README | |
parent | c3a905b7d1077a53df18bf3eb2c8b037474d958d (diff) |
new package jeopardy (9mar07)
git-svn-id: svn://tug.org/texlive/trunk@4057 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/jeopardy/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/jeopardy/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/jeopardy/README b/Master/texmf-dist/doc/latex/jeopardy/README new file mode 100644 index 00000000000..18f461a2c3e --- /dev/null +++ b/Master/texmf-dist/doc/latex/jeopardy/README @@ -0,0 +1,19 @@ +The jeopardy.sty style allows to build the jeopardy game with +pdflatex. It is based on the jj_game.cls class and exerquiz.sty and +eforms.sty packages, written by D. P. Story. The author of the game +can use multichoice questions or fill-in questions. The answer for +fill-in questions is either a mathematical formula or a text string +(see the documentation of exerquiz.sty and \RespBoxMath and +\RespBoxTxt commands to learn more about all facilities). JavaScripts +are written to record the score. If the score is greater than a given +value, a hidden string is shown. The option picture allows to build +the game where the user uncovers parts of a hidden image. User should +use the style with some screen presentation package, such as web.sty +or pdfscreen.sty. The option twoplayers allows to build the game for two +players. + +To get jeopardy.sty file run + +latex jeopardy.ins + +command. Have a fun! |