summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/aeb-pro/examples/test_install.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2017-07-13 10:25:48 +0900
committerNorbert Preining <norbert@preining.info>2017-07-13 10:25:48 +0900
commitcfe306ba1b7ec40855a300580b7981845d56edeb (patch)
treee2feaf2adf8a8afe43a995528097913793874d01 /texmf-dist/doc/latex/aeb-pro/examples/test_install.tex
parent32d0671418a3cc6ad0465b06539ed54d96f77784 (diff)
add aeb-mlink aeb-pro aebxmp graphicxsp annot-pro
Diffstat (limited to 'texmf-dist/doc/latex/aeb-pro/examples/test_install.tex')
-rw-r--r--texmf-dist/doc/latex/aeb-pro/examples/test_install.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/aeb-pro/examples/test_install.tex b/texmf-dist/doc/latex/aeb-pro/examples/test_install.tex
new file mode 100644
index 00000000..20a2216f
--- /dev/null
+++ b/texmf-dist/doc/latex/aeb-pro/examples/test_install.tex
@@ -0,0 +1,27 @@
+\documentclass{article}
+\usepackage[web=designiv,eforms]{aeb_pro}
+
+\begin{defineJS}{\insertSomePages}
+aebTrustedFunctions( this, aebInsertPages, {nPage: -1,cPath: "myCoverPage.pdf",nStart: 0} );
+\end{defineJS}
+
+\thispagestyle{empty}
+\parindent0pt\parskip6pt
+
+\begin{document}
+
+This is a file to test your AeB Pro installation.
+
+To test the \textsf{AeB Pro} installation, press this button: \pushButton[\CA{Test AeB
+Pro}\A{\JS{\insertSomePages}}]{btnTest}{}{11bp}
+
+Upon pressing the button, if you have installed the \texttt{aeb\_pro.js} file
+correctly, a cover page should be inserted as the first page. If the cover
+page does not appear, check the \textsf{Acrobat} console window
+\texttt{Ctrl+J} for an error message. If you did place \texttt{aeb\_pro.js}
+in the use JavaScript folder, and the file was not imported, then either you
+haven't closed and opened \textsf{Acrobat} after you installed \texttt{aeb\_pro.js},
+or the cover page document \texttt{myCoverPage.pdf} does not exist or has
+been moved from this folder
+
+\end{document}