summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/mkstmpdad/examples/mkstmp_pro
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/mkstmpdad/examples/mkstmp_pro
Initial commit
Diffstat (limited to 'macros/latex/contrib/mkstmpdad/examples/mkstmp_pro')
-rw-r--r--macros/latex/contrib/mkstmpdad/examples/mkstmp_pro/images/uspres.pdfbin0 -> 112955 bytes
-rw-r--r--macros/latex/contrib/mkstmpdad/examples/mkstmp_pro/uspres_stamps.pdfbin0 -> 124597 bytes
-rw-r--r--macros/latex/contrib/mkstmpdad/examples/mkstmp_pro/uspres_stamps.tex30
3 files changed, 30 insertions, 0 deletions
diff --git a/macros/latex/contrib/mkstmpdad/examples/mkstmp_pro/images/uspres.pdf b/macros/latex/contrib/mkstmpdad/examples/mkstmp_pro/images/uspres.pdf
new file mode 100644
index 0000000000..249537f46d
--- /dev/null
+++ b/macros/latex/contrib/mkstmpdad/examples/mkstmp_pro/images/uspres.pdf
Binary files differ
diff --git a/macros/latex/contrib/mkstmpdad/examples/mkstmp_pro/uspres_stamps.pdf b/macros/latex/contrib/mkstmpdad/examples/mkstmp_pro/uspres_stamps.pdf
new file mode 100644
index 0000000000..eb729c53d2
--- /dev/null
+++ b/macros/latex/contrib/mkstmpdad/examples/mkstmp_pro/uspres_stamps.pdf
Binary files differ
diff --git a/macros/latex/contrib/mkstmpdad/examples/mkstmp_pro/uspres_stamps.tex b/macros/latex/contrib/mkstmpdad/examples/mkstmp_pro/uspres_stamps.tex
new file mode 100644
index 0000000000..06a3f0b7bd
--- /dev/null
+++ b/macros/latex/contrib/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}