summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eCards
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/eCards')
-rw-r--r--Master/texmf-dist/doc/latex/eCards/README29
-rw-r--r--Master/texmf-dist/doc/latex/eCards/eCard.cus9
-rw-r--r--Master/texmf-dist/doc/latex/eCards/eCardsman.pdfbin0 -> 105076 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/eCardsman_p.pdfbin0 -> 87950 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/eCardstst.pdfbin0 -> 298743 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/eCardstst.tex241
-rw-r--r--Master/texmf-dist/doc/latex/eCards/graphics/uakron.bb5
-rw-r--r--Master/texmf-dist/doc/latex/eCards/graphics/uakron.epsbin0 -> 169822 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/graphics/uakron.jpgbin0 -> 10866 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/graphics/uakron.pdfbin0 -> 12567 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/graphics/uakron.pngbin0 -> 11182 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/gw1.bb5
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/gw1.epsbin0 -> 140910 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/gw1.jpgbin0 -> 16176 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/gw1.pdfbin0 -> 18445 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/ja2.bb4
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/ja2.epsbin0 -> 139746 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/ja2.jpgbin0 -> 63418 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/ja2.pdfbin0 -> 65705 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/ja6.bb5
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/ja6.epsbin0 -> 146034 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/ja6.jpgbin0 -> 12734 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/ja6.pdfbin0 -> 15015 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/jm4.bb5
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/jm4.epsbin0 -> 153666 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/jm4.jpgbin0 -> 8790 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/jm4.pdfbin0 -> 11058 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/jm5.bb5
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/jm5.epsbin0 -> 150738 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/jm5.jpgbin0 -> 10723 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/jm5.pdfbin0 -> 12992 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/tj3.bb5
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/tj3.epsbin0 -> 146366 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/tj3.jpgbin0 -> 10705 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eCards/presidents/tj3.pdfbin0 -> 12986 bytes
35 files changed, 313 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/eCards/README b/Master/texmf-dist/doc/latex/eCards/README
new file mode 100644
index 00000000000..5d2b65e046e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/README
@@ -0,0 +1,29 @@
+eCards Pacakge: Version 1.0
+
+The eCards package for LaTeX enables you to create a series of
+electronic (flash) cards. The demo file for this package is named
+eCardstst.pdf. The document author provides questions, hints and
+answers to a series of questions. Users can test their knowledge
+by responding to the questions. The questions are delivered in
+random order.
+
+The distribution:
+ eCards.zip : All the files you need except for
+ the manuals.
+ eCardsman.pdf : An onscreen version of the manual.
+ The manual is somewhat terse, most concepts are
+ illustrated in the demo file eCardstst.tex, provided
+ in eCards.zip.
+ eCardsman_p.pdf : a printable version of eCardsman.pdf.
+ eCardstst.pdf : The pdf version of the demo file.
+
+Note: This package requires the AcroTeX eDucation Bundle.
+
+Enjoy!
+
+D. P. Story
+05/20/03
+
+This material is subject to the LaTeX Project Public License. See
+http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
+for the details of that license.
diff --git a/Master/texmf-dist/doc/latex/eCards/eCard.cus b/Master/texmf-dist/doc/latex/eCards/eCard.cus
new file mode 100644
index 00000000000..54d1cf0a719
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/eCard.cus
@@ -0,0 +1,9 @@
+% Customize to your heart's content in this file.
+% Here is a simple example. When the listing option is taken change "Hint" to
+% "Try This!".
+\ifecListing
+\renewcommand{\listing@headHint}
+{%
+ \unskip\par\textit{Try this}!\space\ignorespaces
+}
+\fi
diff --git a/Master/texmf-dist/doc/latex/eCards/eCardsman.pdf b/Master/texmf-dist/doc/latex/eCards/eCardsman.pdf
new file mode 100644
index 00000000000..5483e353874
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/eCardsman.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/eCardsman_p.pdf b/Master/texmf-dist/doc/latex/eCards/eCardsman_p.pdf
new file mode 100644
index 00000000000..a844f20be0e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/eCardsman_p.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/eCardstst.pdf b/Master/texmf-dist/doc/latex/eCards/eCardstst.pdf
new file mode 100644
index 00000000000..3f35db6c7b0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/eCardstst.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/eCardstst.tex b/Master/texmf-dist/doc/latex/eCards/eCardstst.tex
new file mode 100644
index 00000000000..a1cca4450e4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/eCardstst.tex
@@ -0,0 +1,241 @@
+\documentclass{article}
+% \usepackage{srcltx}
+\usepackage{amsmath}
+\usepackage{graphicx}
+% Use these three for on screen presentation.
+\usepackage[dvipsone,tight,nodirectory,rightpanel]{web} %,usetemplates ,rightpanel
+\usepackage[execJS]{exerquiz}
+\usepackage[memLogo]{eCards}
+
+% Use these three to get a listing of all questions, hints, and answers; useful
+% for checking your work.
+%\usepackage[dvipsone,forpaper,tight,nodirectory]{web} % ,usetemplates
+%\usepackage[execJS,solutionsafter,proofing,preview]{exerquiz}
+%\usepackage[memLogo,listing]{eCards}
+
+% begin Web commands
+\margins{.25in}{.25in}{24pt}{.25in} % left,right,top, bottom
+\screensize{3.72in}{366.24bp}
+\subject{Electronic Flash Cards}
+\keywords{Flash Cards, LaTeX, PDF}
+\university{THE UNIVERSITY OF AKRON\\
+ Theoretical and Applied Mathematics}
+\email{dpstory@uakron.edu}
+\version{1.0}
+\copyrightyears{\the\year}
+\author{D. P. Story}
+\title{The U.S. Presidents by Number\texorpdfstring{\\}{,} Numbers 1--6}
+
+\definecolor{logoblue}{rgb}{0,0,0.267}
+\panelBgColor{logoblue}
+
+\renewcommand\hproportionwebtitle{.9}
+
+\newcommand\aebLogo{\parbox{2.15in}{\large \color{red}\textsl{eCards: U.S. Presidents}\\
+ \small\smash{\raisebox{3pt}{\color{blue}\textsl{Acro\!\TeX{} eDucation Bundle}\hfill}}}}
+
+\makeatletter
+\ifecListing\else
+ \ifnum\@panelconfig>0\relax
+ \renewcommand\optionalpagematter{\par\minimumskip\vspace{\stretch{1}}
+ \begin{center}
+ \fcolorbox{blue}{webyellow}{
+ \begin{minipage}{.85\linewidth}
+ \textbf{\textcolor{red}{Instructions:}}
+ Click on the \textcolor{webblue}{Begin} button to view the
+ first randomly selected card. Click on \textcolor{webblue}{FS} to view
+ the flash cards in full screen mode (works only outside a web browser). The
+ \textcolor{webblue}{Home} button on the first page goes to the
+ \textbf{\textcolor{red}{Acro\!\TeX}} home page; otherwise, the
+ \textcolor{webblue}{Home} button returns to this page.
+ The \textcolor{webblue}{Close} button closes the document (use
+ outside a web browser).\par\smallskip
+ \textbf{\textcolor{red}{Source:}}
+ \href{http://www.whitehouse.gov/history/presidents/}{The White House Presidents Page}
+ \end{minipage}}
+ \end{center}
+ }
+ \else
+ \renewcommand\optionalpagematter{\par\minimumskip\vspace{\stretch{1}}
+ \begin{center}
+ \fcolorbox{blue}{webyellow}{
+ \begin{minipage}{.67\linewidth}
+ Click on the \textcolor{webblue}{Begin} button to view the
+ first randomly selected card. Click on
+ \textcolor{webblue}{FS} to put the viewer into full screen
+ mode (use outside a web browser).\par\smallskip
+ \centering
+ \Begin\ \FullScreen
+ \end{minipage}}
+ \end{center}
+ }
+ \fi
+\fi
+\makeatother
+% end Web commands
+
+% begin eCards commands
+% \ecLogo{\includegraphics[scale=.2]{presidents/gw1}}
+\ecLogoLink{http://www.uakron.edu/}
+\cardsFinishedMsg{You've seen all the Presidents, at least the ones presented
+ in these cards.}
+\renewcommand\noHintJSAction{app.alert("No hints provided!")}
+% end eCards commands
+
+\def\rescale{.4} % common rescaling parameter for presidents
+\parindent0pt % not's not indent, ok?
+
+
+\begin{document}
+
+\maketitle
+
+\ifecListing
+ \begin{center}\Large\bfseries
+ Listing of Questions, Hints, and Answers
+ \end{center}\bigskip
+\fi
+
+\begin{card}
+ Who was the first President of the United States?
+ \begin{response}
+ \begin{hint}
+ Legend has it, he chopped down the cherry tree and couldn't tell a lie.
+ \end{hint}
+ \begin{answer}
+ \ifecListing
+ George Washington (1789-1797)
+ \else
+ \begin{center}
+ \includegraphics[scale=\rescale]{presidents/gw1}\\
+ George Washington\\
+ 1789-1797
+ \end{center}
+ \fi
+ \end{answer}
+ \end{response}
+\end{card}
+
+\begin{card}
+ Who was the second President of the United States?
+ \begin{response}
+ \begin{hint}
+ He was Washington's Vice President.
+ \end{hint}
+ \begin{answer}
+ \ifecListing
+ John Adams (1797-1801)
+ \else
+ \begin{center}
+ \includegraphics[scale=\rescale]{presidents/ja2}\\
+ John Adams\\
+ 1797-1801
+ \end{center}
+ \fi
+ \end{answer}
+ \end{response}
+\end{card}
+
+\end{document}
+
+
+\begin{card}
+ Who was the third President of the United States?
+ \begin{multiChoice}{2}
+ \Ans0 Geo. Washington &\Ans0 Ben Franklin \\
+ \Ans1 Thomas Jefferson &\Ans0 James Madison
+ \end{multiChoice}
+ \begin{response}
+ \begin{hint}
+ He was one of the authors of the Declaration of Independence.
+ \begin{multiChoice}{2}
+ \Ans0 Geo. Washington &\Ans0 Ben Franklin \\
+ \Ans1 Thomas Jefferson &\Ans0 James Madison
+ \end{multiChoice}
+ \end{hint}
+ \begin{answer}
+ \ifecListing
+ Thomas Jefferson (1801-1809)
+ \else
+ \begin{center}
+ \includegraphics[scale=\rescale]{presidents/tj3}\\
+ Thomas Jefferson\\
+ 1801-1809
+ \end{center}
+ \fi
+ \end{answer}
+ \end{response}
+\end{card}
+
+\begin{card}
+ \raggedright Who was the fourth President of the United States?\ifecListing\newline\fi
+ \begin{fillIn}
+ \RespBoxTxt{0}{0}{2}{James Madison}{Madison}
+ \end{fillIn}
+ \begin{response}
+ \begin{hint}\raggedright
+ He coauthored the \textsl{Federalists Essays} along with
+ John Jay and Alexander Hamilton.
+ \begin{fillIn}
+ \RespBoxTxt{0}{0}{2}{James Madison}{Madison}
+ \end{fillIn}
+ \end{hint}
+ \begin{answer}
+ \ifecListing
+ James Madison (1809-1817)
+ \else
+ \begin{center}
+ \includegraphics[scale=\rescale]{presidents/jm4}\\
+ James Madison\\
+ 1809-1817
+ \end{center}
+ \fi
+ \end{answer}
+ \end{response}
+\end{card}
+
+\begin{card}
+ Who was the fifth President of the United States?
+ \begin{response}
+ \begin{hint}
+ In foreign affairs, this President proclaimed a doctrine that
+ bears his name, ``\dots the American continents'', he stated, ``by the
+ free and independent condition which they have assumed and
+ maintain, are henceforth not to be considered as subjects for
+ future colonization by any European Power.''
+ \end{hint}
+ \begin{answer}
+ \ifecListing
+ James Monroe (1817-1825)
+ \else
+ \begin{center}
+ \includegraphics[scale=\rescale]{presidents/jm5}\\
+ James Monroe\\
+ 1817-1825
+ \end{center}
+ \fi
+ \end{answer}
+ \end{response}
+\end{card}
+
+\begin{card}
+ Who was the sixth President of the United States?
+ \begin{response}
+ \begin{hint}
+ He was the first President who was the son of a President.
+ \end{hint}
+ \begin{answer}
+ \ifecListing
+ John Quincy Adams (1825-1829)
+ \else
+ \begin{center}
+ \includegraphics[scale=\rescale]{presidents/ja6}\\
+ John Quincy Adams\\
+ 1825-1829
+ \end{center}
+ \fi
+ \end{answer}
+ \end{response}
+\end{card}
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eCards/graphics/uakron.bb b/Master/texmf-dist/doc/latex/eCards/graphics/uakron.bb
new file mode 100644
index 00000000000..37d2a325533
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/graphics/uakron.bb
@@ -0,0 +1,5 @@
+%%Title: ./uakron.jpg
+%%Creator: ebb Version 0.5.2
+%%BoundingBox: 0 0 89 89
+%%CreationDate: Wed Oct 16 18:49:32 2002
+
diff --git a/Master/texmf-dist/doc/latex/eCards/graphics/uakron.eps b/Master/texmf-dist/doc/latex/eCards/graphics/uakron.eps
new file mode 100644
index 00000000000..b3653c1eef4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/graphics/uakron.eps
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/graphics/uakron.jpg b/Master/texmf-dist/doc/latex/eCards/graphics/uakron.jpg
new file mode 100644
index 00000000000..eec6ca8cec4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/graphics/uakron.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/graphics/uakron.pdf b/Master/texmf-dist/doc/latex/eCards/graphics/uakron.pdf
new file mode 100644
index 00000000000..b802baca96e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/graphics/uakron.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/graphics/uakron.png b/Master/texmf-dist/doc/latex/eCards/graphics/uakron.png
new file mode 100644
index 00000000000..a6398e09b18
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/graphics/uakron.png
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/gw1.bb b/Master/texmf-dist/doc/latex/eCards/presidents/gw1.bb
new file mode 100644
index 00000000000..8e7e22e2152
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/gw1.bb
@@ -0,0 +1,5 @@
+%%Title: ./gw1.jpg
+%%Creator: ebb Version 0.5.2
+%%BoundingBox: 0 0 128 186
+%%CreationDate: Sat May 17 15:45:31 2003
+
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/gw1.eps b/Master/texmf-dist/doc/latex/eCards/presidents/gw1.eps
new file mode 100644
index 00000000000..54d8e0a74af
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/gw1.eps
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/gw1.jpg b/Master/texmf-dist/doc/latex/eCards/presidents/gw1.jpg
new file mode 100644
index 00000000000..3fcbf885758
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/gw1.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/gw1.pdf b/Master/texmf-dist/doc/latex/eCards/presidents/gw1.pdf
new file mode 100644
index 00000000000..2e54ef71b06
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/gw1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/ja2.bb b/Master/texmf-dist/doc/latex/eCards/presidents/ja2.bb
new file mode 100644
index 00000000000..74943e98fba
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/ja2.bb
@@ -0,0 +1,4 @@
+%%Title: ./ja2.jpg
+%%Creator: ebb Version 0.5.2
+%%BoundingBox: 0 0 128 186
+%%CreationDate: Sat May 17 15:45:42 2003
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/ja2.eps b/Master/texmf-dist/doc/latex/eCards/presidents/ja2.eps
new file mode 100644
index 00000000000..def5ffbb7f8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/ja2.eps
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/ja2.jpg b/Master/texmf-dist/doc/latex/eCards/presidents/ja2.jpg
new file mode 100644
index 00000000000..a3b53c66a23
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/ja2.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/ja2.pdf b/Master/texmf-dist/doc/latex/eCards/presidents/ja2.pdf
new file mode 100644
index 00000000000..db0ba8d9de6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/ja2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/ja6.bb b/Master/texmf-dist/doc/latex/eCards/presidents/ja6.bb
new file mode 100644
index 00000000000..e27f4d87ec8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/ja6.bb
@@ -0,0 +1,5 @@
+%%Title: ./ja6.jpg
+%%Creator: ebb Version 0.5.2
+%%BoundingBox: 0 0 130 187
+%%CreationDate: Sat May 17 15:45:51 2003
+
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/ja6.eps b/Master/texmf-dist/doc/latex/eCards/presidents/ja6.eps
new file mode 100644
index 00000000000..1a72df1c054
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/ja6.eps
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/ja6.jpg b/Master/texmf-dist/doc/latex/eCards/presidents/ja6.jpg
new file mode 100644
index 00000000000..a8213dd2996
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/ja6.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/ja6.pdf b/Master/texmf-dist/doc/latex/eCards/presidents/ja6.pdf
new file mode 100644
index 00000000000..4698214b294
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/ja6.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/jm4.bb b/Master/texmf-dist/doc/latex/eCards/presidents/jm4.bb
new file mode 100644
index 00000000000..d69d7cbdd8b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/jm4.bb
@@ -0,0 +1,5 @@
+%%Title: ./jm4.jpg
+%%Creator: ebb Version 0.5.2
+%%BoundingBox: 0 0 128 188
+%%CreationDate: Sat May 17 15:45:59 2003
+
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/jm4.eps b/Master/texmf-dist/doc/latex/eCards/presidents/jm4.eps
new file mode 100644
index 00000000000..406306ca669
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/jm4.eps
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/jm4.jpg b/Master/texmf-dist/doc/latex/eCards/presidents/jm4.jpg
new file mode 100644
index 00000000000..dc4d258594c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/jm4.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/jm4.pdf b/Master/texmf-dist/doc/latex/eCards/presidents/jm4.pdf
new file mode 100644
index 00000000000..70b37487adf
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/jm4.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/jm5.bb b/Master/texmf-dist/doc/latex/eCards/presidents/jm5.bb
new file mode 100644
index 00000000000..8cb7625429f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/jm5.bb
@@ -0,0 +1,5 @@
+%%Title: ./jm5.jpg
+%%Creator: ebb Version 0.5.2
+%%BoundingBox: 0 0 123 187
+%%CreationDate: Sat May 17 15:46:10 2003
+
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/jm5.eps b/Master/texmf-dist/doc/latex/eCards/presidents/jm5.eps
new file mode 100644
index 00000000000..65286598891
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/jm5.eps
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/jm5.jpg b/Master/texmf-dist/doc/latex/eCards/presidents/jm5.jpg
new file mode 100644
index 00000000000..bba5e98b19f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/jm5.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/jm5.pdf b/Master/texmf-dist/doc/latex/eCards/presidents/jm5.pdf
new file mode 100644
index 00000000000..b3f35edf350
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/jm5.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/tj3.bb b/Master/texmf-dist/doc/latex/eCards/presidents/tj3.bb
new file mode 100644
index 00000000000..383d4f87e2e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/tj3.bb
@@ -0,0 +1,5 @@
+%%Title: ./tj3.jpg
+%%Creator: ebb Version 0.5.2
+%%BoundingBox: 0 0 127 187
+%%CreationDate: Sat May 17 15:46:18 2003
+
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/tj3.eps b/Master/texmf-dist/doc/latex/eCards/presidents/tj3.eps
new file mode 100644
index 00000000000..441f1b9681a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/tj3.eps
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/tj3.jpg b/Master/texmf-dist/doc/latex/eCards/presidents/tj3.jpg
new file mode 100644
index 00000000000..8fc75c7d67e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/tj3.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eCards/presidents/tj3.pdf b/Master/texmf-dist/doc/latex/eCards/presidents/tj3.pdf
new file mode 100644
index 00000000000..d2d7493d98c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eCards/presidents/tj3.pdf
Binary files differ