summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/aeb-pro/examples/aebpro_ex1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/aeb-pro/examples/aebpro_ex1.tex')
-rw-r--r--texmf-dist/doc/latex/aeb-pro/examples/aebpro_ex1.tex18
1 files changed, 9 insertions, 9 deletions
diff --git a/texmf-dist/doc/latex/aeb-pro/examples/aebpro_ex1.tex b/texmf-dist/doc/latex/aeb-pro/examples/aebpro_ex1.tex
index 52404840..4123342c 100644
--- a/texmf-dist/doc/latex/aeb-pro/examples/aebpro_ex1.tex
+++ b/texmf-dist/doc/latex/aeb-pro/examples/aebpro_ex1.tex
@@ -2,13 +2,13 @@
% use nopro if you don't have acrobat
\documentclass{article}
\usepackage[%
- web={
- pro,
- designv,
- tight,
- centertitlepage,
- },
- aebxmp,
+ web={
+ pro,
+ designv,
+ tight,
+ centertitlepage,
+ },
+ aebxmp
]{aeb_pro}
@@ -222,12 +222,12 @@ Will the effects defined by these environments appear on this page or the next?
% of the same environment.
%
\begin{addJSToPageOpen}
-var str = "Local open action"
+var str = "Local open action";
console.println(str + ": page " + (this.pageNum+1));
\end{addJSToPageOpen}
\begin{addJSToPageClose}
-var str = "Local Close action!"
+var str = "Local Close action!";
console.println(str + ": page " + (this.pageNum+1));
\end{addJSToPageClose}