summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/acrotex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-11-21 03:01:06 +0000
committerNorbert Preining <norbert@preining.info>2020-11-21 03:01:06 +0000
commita66b0031e302fc53a3e94a2c80485bbbd923a299 (patch)
tree8eb50e9638a8589ad16f7dec1bd997a5d277a159 /macros/latex/contrib/acrotex
parent9fd41d05ec3aeb960a242af4f054e5c2d21de4e1 (diff)
CTAN sync 202011210301
Diffstat (limited to 'macros/latex/contrib/acrotex')
-rw-r--r--macros/latex/contrib/acrotex/README.md5
-rw-r--r--macros/latex/contrib/acrotex/eforms.dtx6
2 files changed, 8 insertions, 3 deletions
diff --git a/macros/latex/contrib/acrotex/README.md b/macros/latex/contrib/acrotex/README.md
index d84905f9c7..c4c3e1edd7 100644
--- a/macros/latex/contrib/acrotex/README.md
+++ b/macros/latex/contrib/acrotex/README.md
@@ -1,6 +1,6 @@
The AcroTeX eDucation Bundle
Author: D. P. Story
-Dated: 2020-11-11
+Dated: 2020-11-20
AeB contains the following:
@@ -18,6 +18,9 @@ AeB contains the following:
6) Documentation for AeB (AcroTeX eDucatation Bundle) and eForms
(including insdljs and dljslib).
+
+What's New (2020-11-20) Fixed minor, yet critical, bug converning duplicate
+definition of \URI.
What's New (2020-11-11) Added new command \SpellCheck, to check the spelling
of a fill-in question (exerquiz). Added width, height, scalefactor keys to
diff --git a/macros/latex/contrib/acrotex/eforms.dtx b/macros/latex/contrib/acrotex/eforms.dtx
index 70e2ab5381..1d51969496 100644
--- a/macros/latex/contrib/acrotex/eforms.dtx
+++ b/macros/latex/contrib/acrotex/eforms.dtx
@@ -16,7 +16,7 @@
%</copyright>
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{eforms}
-%<package> [2020/10/10 v2.3.6 Provides general eforms support (dps)]
+%<package> [2020/11/20 v2.3.5 Provides general eforms support (dps)]
%<*driver>
\documentclass{ltxdoc}
\usepackage[colorlinks,hyperindex=false]{hyperref}[2012/10/12]
@@ -2424,9 +2424,11 @@
% \begin{macro}{\Next}
% \begin{macro}{\toggleAttachmentsPanel}
% Convenience commands for writing JavaScript and for executing named events.
+% \changes{v2.3.5}{2020/11/20}{Remove \string\cs{URI} from \string\pkg{eforms}, already
+% defined in \string\pkg{insdljs}. (Jason G.)}
% \begin{macrocode}
\providecommand{\JS}[1]{/S/JavaScript/JS(#1)}
-\newcommand{\URI}[1]{/S/URI/URI(#1)}
+%\newcommand{\URI}[1]{/S/URI/URI(#1)}
\providecommand{\Named}[1]{/S/Named/N/#1}
\newcommand{\Next}[1]{/Next<<#1>>}
\providecommand{\toggleAttachmentsPanel}[2]{%