summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/mkstmpdad/examples
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/mkstmpdad/examples')
-rw-r--r--texmf-dist/doc/latex/mkstmpdad/examples/aeb_dad/dd_uspres.pdfbin0 -> 167752 bytes
-rw-r--r--texmf-dist/doc/latex/mkstmpdad/examples/aeb_dad/dd_uspres.tex67
-rw-r--r--texmf-dist/doc/latex/mkstmpdad/examples/mkstmp_pro/images/uspres.pdfbin0 -> 112955 bytes
-rw-r--r--texmf-dist/doc/latex/mkstmpdad/examples/mkstmp_pro/uspres_stamps.pdfbin0 -> 124597 bytes
-rw-r--r--texmf-dist/doc/latex/mkstmpdad/examples/mkstmp_pro/uspres_stamps.tex30
5 files changed, 97 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/mkstmpdad/examples/aeb_dad/dd_uspres.pdf b/texmf-dist/doc/latex/mkstmpdad/examples/aeb_dad/dd_uspres.pdf
new file mode 100644
index 00000000..8bbaed4f
--- /dev/null
+++ b/texmf-dist/doc/latex/mkstmpdad/examples/aeb_dad/dd_uspres.pdf
Binary files differ
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}
diff --git a/texmf-dist/doc/latex/mkstmpdad/examples/mkstmp_pro/images/uspres.pdf b/texmf-dist/doc/latex/mkstmpdad/examples/mkstmp_pro/images/uspres.pdf
new file mode 100644
index 00000000..249537f4
--- /dev/null
+++ b/texmf-dist/doc/latex/mkstmpdad/examples/mkstmp_pro/images/uspres.pdf
Binary files differ
diff --git a/texmf-dist/doc/latex/mkstmpdad/examples/mkstmp_pro/uspres_stamps.pdf b/texmf-dist/doc/latex/mkstmpdad/examples/mkstmp_pro/uspres_stamps.pdf
new file mode 100644
index 00000000..eb729c53
--- /dev/null
+++ b/texmf-dist/doc/latex/mkstmpdad/examples/mkstmp_pro/uspres_stamps.pdf
Binary files differ
diff --git a/texmf-dist/doc/latex/mkstmpdad/examples/mkstmp_pro/uspres_stamps.tex b/texmf-dist/doc/latex/mkstmpdad/examples/mkstmp_pro/uspres_stamps.tex
new file mode 100644
index 00000000..06a3f0b7
--- /dev/null
+++ b/texmf-dist/doc/latex/mkstmpdad/examples/mkstmp_pro/uspres_stamps.tex
@@ -0,0 +1,30 @@
+\documentclass{article}
+\usepackage[web=designi]{aeb_pro}
+\usepackage{mkstmp_pro}
+\pagestyle{empty}
+
+\title{U. S. Presidents Stamps}
+\author{D. P. Story}
+
+\setStampPath{C:/Users/Public/Documents/%
+ My TeX Files/tex/latex/aeb/aebpro/mkstmpdad/%
+ examples/mkstmp_pro/images/uspres.pdf}
+\makeStamps{%
+ {name=George Washington,page=0}
+ {name=John Adams,page=1}
+ {name=Thomas Jefferson,page=4}
+ {name=James Madison,page=3}
+ {name=John Quincy Adams,page=2}
+}
+
+\begin{docassembly}
+\insertPreDocAssembly
+\end{docassembly}
+
+\begin{document}
+\null\vfil
+\begin{center}
+\huge\sffamily\bfseries U. S. Presidents Stamps
+\end{center}
+\vfil
+\end{document}