summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/aeb_pro/acrosort/docs/acrosort-man.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/aeb_pro/acrosort/docs/acrosort-man.tex')
-rw-r--r--macros/latex/contrib/aeb_pro/acrosort/docs/acrosort-man.tex25
1 files changed, 12 insertions, 13 deletions
diff --git a/macros/latex/contrib/aeb_pro/acrosort/docs/acrosort-man.tex b/macros/latex/contrib/aeb_pro/acrosort/docs/acrosort-man.tex
index 14fb507e1b..3db8c6f150 100644
--- a/macros/latex/contrib/aeb_pro/acrosort/docs/acrosort-man.tex
+++ b/macros/latex/contrib/aeb_pro/acrosort/docs/acrosort-man.tex
@@ -36,21 +36,19 @@
email={dpstory@acrotex.net},
subject={Documentation for AcroSort},
talksite={\url{www.acrotex.net}},
- version={1.6}, %2020/06/02 v1.6
-versionLabel={Version},
-%version={2020/06/02},
-version={1.6},
-copyrightyears={2006-\the\year},
-prepared={2020/06/02},
-preparedLabel={Distribution Dated:},
- keywords={Adobe Acrobat, JavaScript, LaTeX, JavaScript, sort, slicing},
+ version={1.6.1},
+ versionLabel={Version},
+ copyrightyears={2006-\the\year},
+ prepared={2020/06/17},
+ preparedLabel={Distribution Dated:},
+ keywords={Adobe Acrobat, JavaScript, LaTeX, JavaScript, bubble sort, tiling},
copyrightStatus=True,
copyrightNotice={Copyright (C) \the\year, D. P. Story},
copyrightInfoURL={http://www.acrotex.net}
}
\nocopyright
\usepackage{acroman}
-\usepackage[active]{srcltx}
+%\usepackage[active]{srcltx}
\def\nhfootnote#1{\begin{NoHyper}\footnote{#1}\end{NoHyper}}
@@ -276,7 +274,7 @@ of \ameta{name}.\normalbaselines
Use \ameta{KV-pairs} to change the appearance of the fields, where
\ameta{KV-pairs} are \pkg{eforms} field key-value pairs. The \ameta{name} argument
(\cs{StartSort} and \cs{ClearSort}) is the name of the graphics to be controlled.
-(\ameta{name} must match up with the \ameta{name} argument of \cs{asEmbedTiles} and
+(\ameta{name} must match up with the \ameta{name} argument of \cs{asEmbedTiles} and
\cs{insertTiles}.) The \ameta{wd} and \ameta{ht} are the width and height of the push button fields.
If a caption is provided, set \ameta{wd} to \texttt{\darg{}} and \pkg{eforms} will automatically
calculate the width based on the value of the \cs{CA} key.
@@ -308,8 +306,8 @@ Some simple examples; assume there is a text field by the name of
f.value="Begin sorting choo";
}
\renewcommand{\customFinishJS}{%
- var f=this.getField("message");
- f.value="Finished sorting choo";
+ var f=this.getField("message");
+ f.value="Finished sorting choo";
}
\end{Verbatim}
@@ -326,7 +324,8 @@ commands they effect. The other command (\cs{customFinishJS}), which is marked a
Use the package \pkg{tile-graphic}\FmtMP{\pkg{tile-graphic} pkg} to tile a
graphics file. In the \texttt{examples} folder there are two demo files, \texttt{as1.tex}
and \texttt{as2.tex}, that use the graphics in the \texttt{emoji} and \texttt{choo} folders.
-In each of the two folders is a file named \texttt{create-tg.tex}. The one in the \texttt{emoji}
+These two folders contain files \texttt{tg-emoji.tex} and \texttt{tg-choo.tex} that were used to produce
+the tiled graphics. The one in the \texttt{emoji}
folder is reproduced
below.\FmtMP[-3\baselineskip]{\texttt{pdfcreator=\mbox{\hskip20pt}\\pdflatex\string|\\lualatex\string|\\xelatex\string|\\distiller}}
\begin{Verbatim}[fontsize=\small]