summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-08 23:37:15 +0000
committerKarl Berry <karl@freefriends.org>2010-04-08 23:37:15 +0000
commit63d129fdafcca92fbfcc868ac054833d6547fd70 (patch)
treeaf1cc481dd53aae0c2a4daa2be85e9adc44bc04e /Master
parent04feebd31995270dc7dadba6b82c74abd1ee6ac4 (diff)
jeopardy 1.1a (7apr10)
git-svn-id: svn://tug.org/texlive/trunk@17757 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/README7
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/blackpanel.tex26
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game1-two.pdfbin98123 -> 144901 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game1.pdfbin96611 -> 143357 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game1a.pdfbin150100 -> 196814 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game2.pdfbin260174 -> 235474 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game2.tex16
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game2a.pdfbin322298 -> 297332 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game2a.tex15
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game3-CZ.pdfbin0 -> 232072 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game3-CZ.tex (renamed from Master/texmf-dist/doc/latex/jeopardy/example/game3.tex)19
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game3-oneplayer-CZ.pdfbin0 -> 230920 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game3-oneplayer-CZ.tex (renamed from Master/texmf-dist/doc/latex/jeopardy/example/jeopardy-CZ.tex)27
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game3.pdfbin285874 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game4.pdfbin320544 -> 270278 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/game4.tex18
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/jeopardy-CZ.pdfbin284715 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/logo-bc.jpgbin50346 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/example/pdfscreen.cfg42
-rw-r--r--Master/texmf-dist/doc/latex/jeopardy/jeopardy.pdfbin130603 -> 239721 bytes
-rw-r--r--Master/texmf-dist/source/latex/jeopardy/jeopardy.dtx11
-rw-r--r--Master/texmf-dist/tex/latex/jeopardy/jeopardy.sty2
22 files changed, 29 insertions, 154 deletions
diff --git a/Master/texmf-dist/doc/latex/jeopardy/README b/Master/texmf-dist/doc/latex/jeopardy/README
index 18f461a2c3e..dcd452de411 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/README
+++ b/Master/texmf-dist/doc/latex/jeopardy/README
@@ -12,8 +12,7 @@ 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
+To get jeopardy.sty file run "latex jeopardy.ins" command. Have a fun!
-latex jeopardy.ins
-
-command. Have a fun!
+Acknowledgement: Supported by the grant 18/2006 of the Fund for
+Developement of Czech Universities.
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/blackpanel.tex b/Master/texmf-dist/doc/latex/jeopardy/example/blackpanel.tex
deleted file mode 100644
index e29da914575..00000000000
--- a/Master/texmf-dist/doc/latex/jeopardy/example/blackpanel.tex
+++ /dev/null
@@ -1,26 +0,0 @@
-\definecolor{panelbackground}{rgb}{0,0,0}
-\definecolor{stara}{rgb}{.992, .96187, .902}
-\definecolor{svetlehneda}{rgb}{0.93, 0.73, 0.49}
-\definecolor{svetlehnedaB}{rgb}{0.92, 0.87, 0.79}
-\definecolor{vybledlazluta}{rgb}{0.97,0.87,0.52}
-\backgroundcolor{vybledlazluta}
-\backgroundcolor{svetlehnedaB}
-\edef\restoreAtCatcode{\noexpand\catcode64 =\the\catcode64 }%
-
-
-\makeatletter
-\long\def\contentsline#1#2#3#4{\def\@@cHead{#1}%
- \ifx\@@cHead\@@secHead\stepcounter{NUM}%
- \ifnum\thepanel@section=\theNUM%
- {\definecolor{panelbackground}{gray}{0}%
- \definecolor{fgcolor}{rgb}{1,0,0}%
- \hyperlink{#4}{\,\scrNormalButton{.965\panelwidth}{\truncate{.9\panelwidth}{#2}}}%
- }\par\vskip1truept%
- \else
- {\definecolor{panelbackground}{gray}{0}%%
- \definecolor{fgcolor}{gray}{0.5}%
- \hyperlink{#4}{\,\scrNormalButton{.965\panelwidth}{\truncate{.9\panelwidth}{#2}}}%
- }\par\vskip1truept%
- \fi\fi}
-
-\restoreAtCatcode
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game1-two.pdf b/Master/texmf-dist/doc/latex/jeopardy/example/game1-two.pdf
index 230ffeddd5e..94c216ea196 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/example/game1-two.pdf
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game1-two.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game1.pdf b/Master/texmf-dist/doc/latex/jeopardy/example/game1.pdf
index 2971ceb22a6..3b1a55702b5 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/example/game1.pdf
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game1a.pdf b/Master/texmf-dist/doc/latex/jeopardy/example/game1a.pdf
index c7767e1d886..e975075b9b6 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/example/game1a.pdf
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game1a.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game2.pdf b/Master/texmf-dist/doc/latex/jeopardy/example/game2.pdf
index 901c613c7f5..e735877dd7a 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/example/game2.pdf
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game2.tex b/Master/texmf-dist/doc/latex/jeopardy/example/game2.tex
index 245e5ba33d2..c9589b5cb31 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/example/game2.tex
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game2.tex
@@ -8,27 +8,17 @@
\DeclareMathOperator{\arctg}{arctg}
\everymath{\displaystyle}
-%\usepackage[pdftex,designi]{web}
+\usepackage[pdftex,designi]{web}
\usepackage[noxcolor,pdftex]{exerquiz}
\usepackage[ImplMulti]{dljslib}
\parindent 0pt
-\usepackage[screen,gray, panelright, paneltoc]{pdfscreen}
-\panelwidth=0.5in
-\setlength\buttonwidth{.9\panelwidth}
-\setlength\smallbuttonwidth{.45\panelwidth}
-\addtolength{\smallbuttonwidth}{-1.2pt}
-\margins{0.2in}{0.2in}{0.2in}{0.2in}
-\screensize{3in}{4in}
-\urlid{www.mendelu.cz/user/marik}
-\backgroundcolor{black}
-\color{white}
\def\correctColor{color.green}
\def\wrongColor{color.red}
\usepackage[twoplayers]{jeopardy}
-
-\everyCategoryHead{\color{yellow}\tiny}
+\pagestyle{empty}
+\everyCategoryHead{\color{darkgreen}\tiny}
\def\logoB{\rotatebox{90}{%
\vbox{\normalsize\hbox{\color{red}{Robert Ma\v{r}\'{i}k}}
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game2a.pdf b/Master/texmf-dist/doc/latex/jeopardy/example/game2a.pdf
index 4f349af6366..76a943c5533 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/example/game2a.pdf
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game2a.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game2a.tex b/Master/texmf-dist/doc/latex/jeopardy/example/game2a.tex
index b093fa47ea4..7bdc9d5c798 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/example/game2a.tex
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game2a.tex
@@ -8,21 +8,11 @@
\DeclareMathOperator{\arctg}{arctg}
\everymath{\displaystyle}
-%\usepackage[pdftex,designi]{web}
+\usepackage[pdftex,designi]{web}
\usepackage[noxcolor,pdftex]{exerquiz}
\usepackage[ImplMulti]{dljslib}
\parindent 0pt
-\usepackage[screen,gray, panelright, paneltoc]{pdfscreen}
-\panelwidth=0.5in
-\setlength\buttonwidth{.9\panelwidth}
-\setlength\smallbuttonwidth{.45\panelwidth}
-\addtolength{\smallbuttonwidth}{-1.2pt}
-\margins{0.2in}{0.02in}{0.02in}{0.02in}
-\screensize{3in}{4in}
-\urlid{www.mendelu.cz/user/marik}
-\backgroundcolor{black}
-\color{white}
\def\correctColor{color.green}
\def\wrongColor{color.red}
@@ -32,7 +22,8 @@
\def\ChampionMsg{Have a fun with math!}
\GrandPoohbahtoks{\textColor{1 1 0 rg}\textSize{0}}
-\everyCategoryHead{\color{yellow}\tiny}
+\everyCategoryHead{\color{darkgreen}\tiny}
+\pagestyle{empty}
\def\logoB{\rotatebox{90}{%
\vbox{\normalsize\hbox{\color{red}{Robert Ma\v{r}\'{i}k}}
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game3-CZ.pdf b/Master/texmf-dist/doc/latex/jeopardy/example/game3-CZ.pdf
new file mode 100644
index 00000000000..4b9e4d50d8f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game3-CZ.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game3.tex b/Master/texmf-dist/doc/latex/jeopardy/example/game3-CZ.tex
index 595c02f3d55..c84c11aa88c 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/example/game3.tex
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game3-CZ.tex
@@ -2,7 +2,7 @@
\documentclass{article}
-\usepackage[czech]{babel}
+%\usepackage[czech]{babel}
\usepackage[IL2]{fontenc}
\usepackage{color}
@@ -10,6 +10,7 @@
\DeclareMathOperator{\arctg}{arctg}
\everymath{\displaystyle}
+\usepackage[pdftex,designi]{web}
\usepackage[noxcolor,pdftex]{exerquiz}
\usepackage[ImplMulti]{dljslib}
@@ -24,18 +25,6 @@
% \usepackage{multicol}
\parindent 0pt
-\usepackage[screen,gray, panelright, paneltoc]{pdfscreen}
-\panelwidth=0.5in
-\setlength\buttonwidth{.9\panelwidth}
-\setlength\smallbuttonwidth{.45\panelwidth}
-\addtolength{\smallbuttonwidth}{-1.2pt}
-\margins{0.2in}{0.2in}{0.2in}{0.2in}
-\urlid{www.mendelu.cz/user/marik}
-\screensize{4in}{5.2in}
-
-\def\logoB{\rotatebox{90}{\vbox{\normalsize\hbox{\color{red}{Robert Ma\v{r}\'{i}k}}
- \hbox{\color{green}Matematika I}}}
- \vfill}
\let\rmdefault\sfdefault
\hypersetup{pdfpagemode=Window, pdfnewwindow=true, pdfmenubar=true,%
@@ -53,10 +42,10 @@ finetune
\Playertoks{\BC{1 0 0}\textColor{0 1 0 rg}}
+\pagestyle{empty}
\let\phi\varphi
\def\title{Matematika I}
-\backgroundcolor{black}
-%\backgroundcolor{blue}
+\pagecolor{black}
\color{white}
\def\correctColor{color.green}
\def\wrongColor{color.red}
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game3-oneplayer-CZ.pdf b/Master/texmf-dist/doc/latex/jeopardy/example/game3-oneplayer-CZ.pdf
new file mode 100644
index 00000000000..9eecdf70d3c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game3-oneplayer-CZ.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/jeopardy-CZ.tex b/Master/texmf-dist/doc/latex/jeopardy/example/game3-oneplayer-CZ.tex
index 3bb53428400..8f9384b84ee 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/example/jeopardy-CZ.tex
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game3-oneplayer-CZ.tex
@@ -10,32 +10,15 @@
\DeclareMathOperator{\arctg}{arctg}
\everymath{\displaystyle}
+\usepackage[pdftex,designi]{web}
\usepackage[noxcolor,pdftex]{exerquiz}
\usepackage[ImplMulti]{dljslib}
+\pagestyle{empty}
-
-
-% \usepackage{keyval}
-% \usepackage{mdwlist}
-% \usepackage{amsmath}
-% \def\R{\mathbb{R}}
- \def\dx{\,\text{d}x}
- \def\dt{\,\text{d}t}
-% \usepackage{multicol}
+\def\dx{\,\text{d}x}
+\def\dt{\,\text{d}t}
\parindent 0pt
-\usepackage[screen,gray, panelright, paneltoc]{pdfscreen}
-\panelwidth=0.5in
-\setlength\buttonwidth{.9\panelwidth}
-\setlength\smallbuttonwidth{.45\panelwidth}
-\addtolength{\smallbuttonwidth}{-1.2pt}
-\margins{0.2in}{0.2in}{0.2in}{0.2in}
-\urlid{www.mendelu.cz/user/marik}
-\screensize{4in}{5.2in}
-
-\def\logoB{\rotatebox{90}{\vbox{\normalsize\hbox{\color{red}{Robert Ma\v{r}\'{i}k}}
- \hbox{\color{green}Matematika I}}}
- \vfill}
\let\rmdefault\sfdefault
\hypersetup{pdfpagemode=Window, pdfnewwindow=true, pdfmenubar=true,%
@@ -47,7 +30,7 @@
\let\phi\varphi
\def\title{Matematika I}
-\backgroundcolor{black}
+\pagecolor{black}
\color{white}
\def\correctColor{color.green}
\def\wrongColor{color.red}
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game3.pdf b/Master/texmf-dist/doc/latex/jeopardy/example/game3.pdf
deleted file mode 100644
index 81c461527cf..00000000000
--- a/Master/texmf-dist/doc/latex/jeopardy/example/game3.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game4.pdf b/Master/texmf-dist/doc/latex/jeopardy/example/game4.pdf
index e160432c835..66133ccc6a8 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/example/game4.pdf
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game4.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/game4.tex b/Master/texmf-dist/doc/latex/jeopardy/example/game4.tex
index 70e745d9eba..dc2e110706f 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/example/game4.tex
+++ b/Master/texmf-dist/doc/latex/jeopardy/example/game4.tex
@@ -1,26 +1,14 @@
\documentclass{article}
\usepackage{amsmath}
+\usepackage[pdftex,designi]{web}
\usepackage[pdftex]{exerquiz}
\usepackage[pdftex]{eforms}
\usepackage[ImplMulti]{dljslib}
\everymath{\displaystyle}
\parindent 0pt
-\usepackage[screen,gray, panelright, paneltoc]{pdfscreen}
-\panelwidth=0.5in
-\setlength\buttonwidth{.9\panelwidth}
-\setlength\smallbuttonwidth{.45\panelwidth}
-\addtolength{\smallbuttonwidth}{-1.2pt}
-\margins{0.2in}{0.2in}{0.2in}{0.2in}
-\screensize{3in}{4in}
-\urlid{www.mendelu.cz/user/marik}
\definecolor{pozadi}{rgb}{1,1,0.9}
-\backgroundcolor{pozadi}
-%\backgroundcolor{black}
-%\color{white}
-%\def\correctColor{color.green}
-%\def\wrongColor{color.red}
-%\everyCategoryHead{\color{yellow}\tiny}
+\pagecolor{pozadi}
\usepackage[picture,finetune]{jeopardy}
\def\JeopardyPictureFile{aleq.jpg}
@@ -35,7 +23,7 @@
\hypersetup{pdfpagemode=Window, pdfnewwindow=true, pdfmenubar=true,%
pdftoolbar=true,colorlinks, pdfwindowui=false,
pdfpagemode=Window}
-
+\pagestyle{empty}
\begin{insDLJS}[dljslibRMbbbb]{dljsliRMbbbb}{RMbbbb}
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/jeopardy-CZ.pdf b/Master/texmf-dist/doc/latex/jeopardy/example/jeopardy-CZ.pdf
deleted file mode 100644
index 3ecf8e274bd..00000000000
--- a/Master/texmf-dist/doc/latex/jeopardy/example/jeopardy-CZ.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/logo-bc.jpg b/Master/texmf-dist/doc/latex/jeopardy/example/logo-bc.jpg
deleted file mode 100644
index 659e859c234..00000000000
--- a/Master/texmf-dist/doc/latex/jeopardy/example/logo-bc.jpg
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jeopardy/example/pdfscreen.cfg b/Master/texmf-dist/doc/latex/jeopardy/example/pdfscreen.cfg
deleted file mode 100644
index c2f6e86497d..00000000000
--- a/Master/texmf-dist/doc/latex/jeopardy/example/pdfscreen.cfg
+++ /dev/null
@@ -1,42 +0,0 @@
-\def\@@logo#1{%
- \global\setbox0=\hbox{\includegraphics{#1}}%
- \ifdim\ht0>\wd0%
- \includegraphics[height=0.9\hsize]{#1}%
- \else%
- \ifdim\wd0>\ht0%
- \includegraphics[width=0.9\hsize]{#1}%
- \else%
- \ifdim\wd0=\ht0%%
- \includegraphics[width=0.9\hsize]{#1}%
- \fi\fi\fi
-}
-
-\def\panel{%
- \begin{minipage}[t][\paperheight][c]{\panelwidth}%
- \normalsfcodes%
- \centering%
- %\null
- \vspace*{3pt}%\vfill%
- \ifx\@emblema\@empty\relax\else%
- \@@logo{\@emblema}\par\vfill\fi%
- \ifx\logoB\undefined\else\logoB\fi
- \if@paneltoc%
- \@panel@toc\par\vfill\else\relax\fi%
- \color{blue}%
- \NavigationPanel%
- \par%\vfill
- %\null
- \vspace*{1pt}%
- \end{minipage}%
-}
-
-\def\pfill{\vskip 0.5pt}
-\emblema{logo-bc.jpg}
-\urlid{www.mendelu.cz/user/marik}
-
-\hypersetup{pdfpagemode=Window, pdfnewwindow=true, pdfmenubar=true,%
- pdftoolbar=true,colorlinks, pdfwindowui=true,
- pdfpagemode=UseOutlines}
-
-\input blackpanel
-\endinput
diff --git a/Master/texmf-dist/doc/latex/jeopardy/jeopardy.pdf b/Master/texmf-dist/doc/latex/jeopardy/jeopardy.pdf
index 70135c80912..d5ba30e72a6 100644
--- a/Master/texmf-dist/doc/latex/jeopardy/jeopardy.pdf
+++ b/Master/texmf-dist/doc/latex/jeopardy/jeopardy.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/jeopardy/jeopardy.dtx b/Master/texmf-dist/source/latex/jeopardy/jeopardy.dtx
index 1ed342ac62c..a2101cce5d1 100644
--- a/Master/texmf-dist/source/latex/jeopardy/jeopardy.dtx
+++ b/Master/texmf-dist/source/latex/jeopardy/jeopardy.dtx
@@ -22,7 +22,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{jeopardy}
%<*package>\ProvidesPackage{jeopardy}
-[2007/03/12 v1.1 .dtx jeopardy file]
+[2010/04/07 v1.1a .dtx jeopardy file]
%</package>
%
%<*driver>
@@ -65,6 +65,7 @@
% \changes{v1.02a}{2006/11/3}{Minor update: Option bgpicture
% added.}
% \changes{v1.1}{2007/03/12}{Option twoplayers.}
+% \changes{v1.1a}{2010/04/07}{Examples redesigned to work in TeXlive 2009.}
%
% \GetFileInfo{jeopardy.dtx}
%
@@ -75,8 +76,10 @@
%
%
% \title{The \textsf{jeopardy} package\thanks{This document
-% corresponds to \textsf{jeopardy}~\fileversion, dated \filedate.}}
-% \author{Robert Ma\v r\'\i k \\ \texttt{marik@mendelu.cz}}
+% corresponds to \textsf{jeopardy}~\fileversion, dated
+% \filedate.}} \author{Robert Ma\v r\'\i k \\
+% \texttt{marik@mendelu.cz}\thanks{Supported by the grant 18/2006 of
+% the Fund for Developement of Czech Universities.}}
%
% \maketitle
%
@@ -99,7 +102,7 @@
% \item Option |bgpicture| is used to place the picture below the
% buttons (|graphicx| package is used). The name of the picture is
% stored in the |\JeopardyPictureFile| command. Default value is
-% |picture.jpg|. You can change it by
+% |picture.jpg|. You can change it by using command like
% |\def\JeopardyPictureFile{blabla.jpg}|. If you use this option,
% you may also consider the (rather tricky) option |finetune|. This
% option is described with the corresponding code at the end of this
diff --git a/Master/texmf-dist/tex/latex/jeopardy/jeopardy.sty b/Master/texmf-dist/tex/latex/jeopardy/jeopardy.sty
index f6a32ac332e..fa158fb8506 100644
--- a/Master/texmf-dist/tex/latex/jeopardy/jeopardy.sty
+++ b/Master/texmf-dist/tex/latex/jeopardy/jeopardy.sty
@@ -22,7 +22,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{jeopardy}
-[2007/03/12 v1.1 .dtx jeopardy file]
+[2010/04/07 v1.1a .dtx jeopardy file]
\ifx\shortquiz\undefined
\PackageWarning{Jeopardy}{!!!!!!!!!!!!! Load exerquiz package !!!!!!!!!!!}