summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/aebenvelope/examples
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2018-06-11 12:23:22 +0900
committerNorbert Preining <norbert@preining.info>2018-06-11 12:23:22 +0900
commit69aed6c627813afde6fb1983e8b673ed5b8ec0d5 (patch)
tree15ee93d167337a2629594c56e34cbf92d072d279 /texmf-dist/doc/latex/aebenvelope/examples
parent17e285e7733468f00b6e8d096fdd7ffe818f09c8 (diff)
add aebenvelope
Diffstat (limited to 'texmf-dist/doc/latex/aebenvelope/examples')
-rw-r--r--texmf-dist/doc/latex/aebenvelope/examples/ape1.tex60
-rw-r--r--texmf-dist/doc/latex/aebenvelope/examples/ape2.tex46
-rw-r--r--texmf-dist/doc/latex/aebenvelope/examples/ape3.tex52
-rw-r--r--texmf-dist/doc/latex/aebenvelope/examples/ape4.tex65
-rw-r--r--texmf-dist/doc/latex/aebenvelope/examples/dearmom.pdfbin0 -> 96164 bytes
5 files changed, 223 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/aebenvelope/examples/ape1.tex b/texmf-dist/doc/latex/aebenvelope/examples/ape1.tex
new file mode 100644
index 00000000..8c9f0fc9
--- /dev/null
+++ b/texmf-dist/doc/latex/aebenvelope/examples/ape1.tex
@@ -0,0 +1,60 @@
+\documentclass{article}
+\usepackage[
+ web={pro,usetemplates},
+ attachsource={tex},
+% attachments={<specify attachments>},
+ aebxmp
+]{aeb_pro}
+\usepackage[envelope=aeb1,donotmail]{aeb_envelope}
+
+\begin{comment}
+This is a general file for creating an eEnvelope, try each of the
+standard values for the envelope key. Try the donotmail option as well.
+
+The options of aeb_envelope are
+ envelope=aeb1 | aeb2 | adobe1 | adobe2,
+ nodotmail,
+ path2folder=<path> % See ../custom/aebEnv_demo.tex for usage
+\end{comment}
+
+%
+% Documented in aeb_man.pdf of the AcroTeX eDucation Bundle (AeB)
+%
+\DeclareDocInfo
+{
+ university={\AcroTeX.Net},
+ title={The AeB Professional: The eEnvelope System},
+ author={D. P. Story, J. Gilg, S. Singer},
+ email={dpstory@acrotex.net},
+ subject={eEnvelope System of AeB Pro},
+ talksite={\url{www.acrotex.net}},
+ version={1.0},
+ keywords={Adobe Acrobat, JavaScript, eEnvelope, AcroTeX},
+ copyrightStatus=True,
+ copyrightNotice={Copyright (C) \the\year, D. P. Story},
+ copyrightInfoURL={http://www.acrotex.net}
+}
+
+%
+% Documented in aebenv_man.pdf
+%
+\mailTo
+{
+ UI=true,
+ ToName=John Q. Public,
+ From={D. P. Story at \href{http://www.acrotex.net}{AcroTeX.Net}},
+ To=<email recipient(s) address(es)>,
+% CC=,
+% BCC=,
+ Subject=Testing the AeB eEnvelope Delivery System,
+ MessageEnvelope={Attached to this PDF are the documents you ordered.},
+ MessageBody={%
+ This is the latest communication from AcroTeX.Net.\n\n
+ Here, I use a Adobe eEnvelope and adapted the commands\n
+ Source files attached.\n\n
+ Open the PDF attachment, the documents you ordered are attached to it.\n\n
+ dps, dpstory@acrotex.net
+ },
+}
+
+\assembleEnvelope
diff --git a/texmf-dist/doc/latex/aebenvelope/examples/ape2.tex b/texmf-dist/doc/latex/aebenvelope/examples/ape2.tex
new file mode 100644
index 00000000..05fbd4bd
--- /dev/null
+++ b/texmf-dist/doc/latex/aebenvelope/examples/ape2.tex
@@ -0,0 +1,46 @@
+\documentclass{article}
+\usepackage[
+ web={pro,usetemplates},eforms,
+ attachsource={tex},
+ attachments={aeb_envelope.dtx}
+]{aeb_pro}
+\usepackage[donotmail,envelope=adobe2]{aeb_envelope}
+
+\DeclareDocInfo
+{
+ university={\AcroTeX.Net},
+ title={The eEnvelope System of AeB Pro},
+ author={D. P. Story, J. Gilg, S. Singer},
+ email={dpstory@acrotex.net},
+ subject={eEnvelope System of AeB Pro},
+ talksite={\url{www.acrotex.net}},
+ version={1.0},
+ keywords={Adobe Acrobat, JavaScript, eEnvelope, AcroTeX},
+ copyrightStatus=True,
+ copyrightNotice={Copyright (C) \the\year, D. P. Story},
+ copyrightInfoURL={http://www.acrotex.net}
+}
+\DeclareInitView{windowoptions={showtitle}}
+
+\mailTo
+{
+ UI=true,
+ ToName=John Q. Public,
+ From={D. P. Story at \href{http://www.acrotex.net}{AcroTeX.Net}},
+ To=<email addresses of recipient(s)>,
+% CC=,
+% BCC=,
+ Subject=Testing the AeB eEnvelope Delivery System,
+ MessageEnvelope={Attached to this PDF are the documents you ordered.
+ \toggleAttachmentsPanel{red}{Click to view attachments.}},
+ MessageBody={%
+ This is the latest communication from AcroTeX.Net.\n\n
+ I've made a simple aeb_envelope package, and changed the method\n
+ of showing the text on the envelope; now I use the template feature.\n
+ Of course, the package is still under development.\n\n
+ Open the PDF attachment, the documents you ordered are attached to it.\n\n
+ dps, dpstory@acrotex.net
+ },
+}
+
+\assembleEnvelope
diff --git a/texmf-dist/doc/latex/aebenvelope/examples/ape3.tex b/texmf-dist/doc/latex/aebenvelope/examples/ape3.tex
new file mode 100644
index 00000000..2623a4c0
--- /dev/null
+++ b/texmf-dist/doc/latex/aebenvelope/examples/ape3.tex
@@ -0,0 +1,52 @@
+\documentclass{article}
+\usepackage[
+ web={pro,usetemplates},
+ attachments={dearmom.pdf},
+ linktoattachments,
+ eforms,
+ aebxmp
+]{aeb_pro}
+\usepackage[envelope=aeb1,donotmail]{aeb_envelope}
+
+\begin{attachmentNames}
+\autolabelNum*{1}{The\u0020Pride\u0020o'\u0020Dundee}
+\end{attachmentNames}
+
+\DeclareDocInfo
+{
+ university={\AcroTeX.Net},
+ title={AeB Pro eEnvelope System (APES)},
+ author={D. P. Story, J. Gilg, S. Singer},
+ email={dpstory@acrotex.net},
+ subject={eEnvelope System of AeB Pro: Linking to an attachment},
+ talksite={\url{www.acrotex.net}},
+ version={1.0},
+ keywords={Adobe Acrobat, JavaScript, eEnvelope, AcroTeX},
+ copyrightStatus=True,
+ copyrightNotice={Copyright (C) \the\year, D. P. Story},
+ copyrightInfoURL={http://www.acrotex.net}
+}
+\nocopyright
+
+\mailTo
+{
+ UI=true,
+ ToName=Mom,
+ From=D. P. Story,
+ To=<recipient(s) address>,
+% CC=,
+% BCC=,
+ Subject=Who or what is the Pride o' Dundee?,
+ MessageEnvelope={Who or What is the Pride o' Dundee?
+ Click to open the envelope: \ahyperref{attach1}{The Pride o' Dundee}},
+ MessageBody={%
+ Juergen,\n\n
+ Enjoy!\n\n
+ Now, I must get back to my retirement!\n\n
+ dps\n
+ dpstory@acrotex.net\n
+ dpstory@uakron.edu
+ },
+}
+
+\assembleEnvelope
diff --git a/texmf-dist/doc/latex/aebenvelope/examples/ape4.tex b/texmf-dist/doc/latex/aebenvelope/examples/ape4.tex
new file mode 100644
index 00000000..b6737f63
--- /dev/null
+++ b/texmf-dist/doc/latex/aebenvelope/examples/ape4.tex
@@ -0,0 +1,65 @@
+\documentclass{article}
+\usepackage[
+ web={pro,usetemplates},eforms,
+ attachsource={tex},
+% attachments={<attachments list>}
+]{aeb_pro}
+\usepackage[donotmail]{aeb_envelope}
+
+\DeclareDocInfo
+{
+ university={\AcroTeX.Net},
+ title={The AeB Professional: The eEnvelope System},
+ author={D. P. Story, J. Gilg, S. Singer},
+ email={dpstory@acrotex.net},
+ subject={eEnvelope System of AeB Pro},
+ talksite={\url{www.acrotex.net}},
+ version={1.0},
+ keywords={Adobe Acrobat, JavaScript, eEnvelope, AcroTeX},
+ copyrightStatus=True,
+ copyrightNotice={Copyright (C) \the\year, D. P. Story},
+ copyrightInfoURL={http://www.acrotex.net}
+}
+
+\mailTo
+{
+ UI=true,
+ ToName=John Q. Public,
+ From={D. P. Story at \href{http://www.acrotex.net}{AcroTeX.Net}},
+ To=<email recipient(s) address(es)>,
+% CC=,
+% BCC=,
+ Subject=AeB Pro eEnvelope System,
+ MessageEnvelope={Attached to this PDF are the documents you ordered.},
+ MessageBody={%
+ This is the latest communication from AcroTeX.Net.\n\n
+ Open the PDF attachment, the documents you ordered are attached to it.\n\n
+ dps, dpstory@acrotex.net
+ },
+}
+
+\begin{comment}
+ This file illustrates how to modify one of the standard
+ addresses for the aeb1. The name of the commands, for aeb1, to
+ put the address on the envelope is \addressEnvAebi. We wish to
+ put buttons over the stamp that appears in the upper right
+ corner. We insert a roll over effect that displays the names of
+ the AcroTeX team.
+\end{comment}
+
+\def\includeAuthors{\put(252,105){\mbox{%
+ \pushButton[\TU{D. P. Story}\BC{}\BG{}\W{1}\H{N}\S{S}]{Story}{16.3pt}{36pt}\kern1bp
+ \pushButton[\TU{Simon Singer}\BC{}\BG{}\W{1}\H{N}\S{S}]{Singer}{16.3pt}{36pt}\kern1bp
+ \pushButton[\TU{J\string\374rgen Gilg}\W{1}\BC{}\BG{}\H{N}\S{S}]{Gilg}{16.3pt}{36pt}%
+}}}
+%
+% Save the old definition of \addressEnvAebi
+%
+\let\addressEnvAebiOld\addressEnvAebi
+%
+% Redefine \addressEnvAebi by including the old definition (\put commands)
+% with additional \put commands in the form of \includeAuthors
+%
+\renewcommand{\addressEnvAebi}{\addressEnvAebiOld\includeAuthors}
+
+\assembleEnvelope
diff --git a/texmf-dist/doc/latex/aebenvelope/examples/dearmom.pdf b/texmf-dist/doc/latex/aebenvelope/examples/dearmom.pdf
new file mode 100644
index 00000000..e35066d8
--- /dev/null
+++ b/texmf-dist/doc/latex/aebenvelope/examples/dearmom.pdf
Binary files differ