summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/aeb-pro/examples
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/aeb-pro/examples')
-rw-r--r--texmf-dist/doc/latex/aeb-pro/examples/myCoverPage.pdfbin9068 -> 0 bytes
-rw-r--r--texmf-dist/doc/latex/aeb-pro/examples/myCoverPage.tex16
-rw-r--r--texmf-dist/doc/latex/aeb-pro/examples/test_install-basic.tex43
-rw-r--r--texmf-dist/doc/latex/aeb-pro/examples/test_install.pdfbin26896 -> 26346 bytes
-rw-r--r--texmf-dist/doc/latex/aeb-pro/examples/test_install.tex38
5 files changed, 0 insertions, 97 deletions
diff --git a/texmf-dist/doc/latex/aeb-pro/examples/myCoverPage.pdf b/texmf-dist/doc/latex/aeb-pro/examples/myCoverPage.pdf
deleted file mode 100644
index df933661..00000000
--- a/texmf-dist/doc/latex/aeb-pro/examples/myCoverPage.pdf
+++ /dev/null
Binary files differ
diff --git a/texmf-dist/doc/latex/aeb-pro/examples/myCoverPage.tex b/texmf-dist/doc/latex/aeb-pro/examples/myCoverPage.tex
deleted file mode 100644
index 1be13778..00000000
--- a/texmf-dist/doc/latex/aeb-pro/examples/myCoverPage.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-\documentclass{article}
-\usepackage[web=designiv]{aeb_pro}
-
-\thispagestyle{empty}
-
-\begin{document}
-
-\null\vfill
-
-\begin{center}\sffamily\Huge\bfseries
- If you see this, the test worked! AeB Pro is installed correctly.
-\end{center}
-
-\vfill
-
-\end{document} \ No newline at end of file
diff --git a/texmf-dist/doc/latex/aeb-pro/examples/test_install-basic.tex b/texmf-dist/doc/latex/aeb-pro/examples/test_install-basic.tex
deleted file mode 100644
index b501c928..00000000
--- a/texmf-dist/doc/latex/aeb-pro/examples/test_install-basic.tex
+++ /dev/null
@@ -1,43 +0,0 @@
-\documentclass{article}
-\usepackage[designiv]{web}
-\usepackage{eforms}
-
-\begin{defineJS}{\isImportAnFDFKnown}
-console.clear(); console.show();
-if ( typeof aebImportAnFDF == "function" ) {
- app.beep(0);
- console.println("aeb.js is successfully installed, congratulations!");
- console.println("\\nYou're ready to Rock with AcroTeX!");
-} else {
- app.beep(0); app.beep(0);
- console.println("aeb.js is not, repeat NOT, installed correctly!");
-}
-\end{defineJS}
-
-\thispagestyle{empty}
-\parindent0pt\parskip6pt
-
-\begin{document}
-
-This is a file to test your \textsf{AeB} installation.
-
-To test the \textsf{AeB} installation, press this button:
-\pushButton[\CA{Test AeB}\A{\JS{\isImportAnFDFKnown}}]{btnTest}{}{11bp}
-
-Upon pressing the button, if you have installed the \texttt{aeb.js} file
-correctly, a congratulatory message appears in the console window; if the
-installation is not correct, a message informs you so.
-
-On failure, did you close \textsf{Acrobat} before opening this file? (The JS
-files are only read once when the \textsf{Acrobat} application is opened.)
-When all else fails, try rereading the installation instructions again
-(\texttt{install\_jsfiles.pdf}), found in the \texttt{doc} folder, but more
-carefully this time.
-
-Still failing? Do you have \textsf{Acrobat DC}? Perhaps your \textsf{Acrobat}
-needs to be configured. Try reading \texttt{acrobat-in-workflow.pdf}, found
-in the \texttt{doc} folder.
-
-
-
-\end{document}
diff --git a/texmf-dist/doc/latex/aeb-pro/examples/test_install.pdf b/texmf-dist/doc/latex/aeb-pro/examples/test_install.pdf
index 0734eb43..525b8c80 100644
--- a/texmf-dist/doc/latex/aeb-pro/examples/test_install.pdf
+++ b/texmf-dist/doc/latex/aeb-pro/examples/test_install.pdf
Binary files differ
diff --git a/texmf-dist/doc/latex/aeb-pro/examples/test_install.tex b/texmf-dist/doc/latex/aeb-pro/examples/test_install.tex
deleted file mode 100644
index 6f2bbf79..00000000
--- a/texmf-dist/doc/latex/aeb-pro/examples/test_install.tex
+++ /dev/null
@@ -1,38 +0,0 @@
-\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
-
-On failure, did you close \textsf{Acrobat} before opening this file? (The JS
-files are only read once when the \textsf{Acrobat} application is opened.)
-When all else fails, try rereading the installation instructions again
-(\texttt{install\_jsfiles.pdf}), found in the \texttt{doc} folder, but more
-carefully this time.
-
-Still failing? Do you have \textsf{Acrobat DC}? Perhaps your \textsf{Acrobat}
-needs to be configured. Try reading \texttt{acrobat-in-workflow.pdf}, found
-in the \texttt{doc} folder.
-
-
-\end{document}