summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/mkstmpdad/examples/aeb_dad/dd_uspres.tex
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/mkstmpdad/examples/aeb_dad/dd_uspres.tex')
-rw-r--r--texmf-dist/doc/latex/mkstmpdad/examples/aeb_dad/dd_uspres.tex67
1 files changed, 67 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/mkstmpdad/examples/aeb_dad/dd_uspres.tex b/texmf-dist/doc/latex/mkstmpdad/examples/aeb_dad/dd_uspres.tex
new file mode 100644
index 00000000..a7e35c66
--- /dev/null
+++ b/texmf-dist/doc/latex/mkstmpdad/examples/aeb_dad/dd_uspres.tex
@@ -0,0 +1,67 @@
+\listfiles
+\documentclass{article}
+\usepackage{web}
+\usepackage{eforms}
+\usepackage{aeb_dad}
+
+\marginsize{.25in}{.25in}{24pt}{.25in}
+\screensize{4.5in}{6.5in}
+
+\title{Using Stamps in a Matching Game}
+\author{D. P. Story}
+\university{Acro\negthinspace\TeX.Net}
+\subject{Demo for using stamps as part of a drag and drop game}
+\keywords{acrotex,forms,stamps}
+\email{dpstory@acrotex.net}
+\version{1.0}
+
+\pagestyle{empty}
+
+\setAnnotOptions{title={D.P. Story}}
+
+\parindent0pt\parskip6pt
+
+\optionalPageMatter{\begin{center}
+\fbox{\begin{minipage}{.67\linewidth}
+\textbf{\textcolor{red}{Important:}} This document needs to be viewed
+using \textsf{Adobe Reader XI}, or later; otherwise, the functionality of
+the game presented here is lost. The document will behave as designed when
+viewed using \textsf{Adobe Acrobat}, any version. Also, for the drag and
+drop matching to work, this file needs to be \emph{viewed outside of a
+browser}.
+\end{minipage}}
+\end{center}}
+
+\begin{document}
+
+\maketitle
+
+\initDDGame{Presidents}
+
+\ddDimens
+{%
+ iconwidth=1in,iconheight=1.5in,
+ targetwidth=1in,targetheight=1.5in
+}
+
+\centering
+
+\ddGameIcon{George Washington}\quad
+\ddGameIcon{John Adams}\quad
+\ddGameIcon{Thomas Jefferson}\quad
+\ddGameIcon{James Madison}\quad
+\ddGameIcon{John Quincy Adams}
+
+\ddTargetFmt{\sffamily\small\bfseries}
+
+
+\ddTargetOfIcon{John Quincy Adams}{John Quincy Adams}\quad
+\ddTargetOfIcon{Thomas Jefferson}{Thomas Jefferson}\quad
+\ddTargetOfIcon{James Madison}{James Madison}\quad
+\ddTargetOfIcon{George Washington}{George Washington}\quad
+\ddTargetOfIcon{John Adams}{John Adams}
+
+\ddReset
+
+
+\end{document}