summaryrefslogtreecommitdiff
path: root/texmf-dist/source/latex/acrotex/web.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/source/latex/acrotex/web.dtx')
-rw-r--r--texmf-dist/source/latex/acrotex/web.dtx12
1 files changed, 9 insertions, 3 deletions
diff --git a/texmf-dist/source/latex/acrotex/web.dtx b/texmf-dist/source/latex/acrotex/web.dtx
index 94032ce0..605c2f52 100644
--- a/texmf-dist/source/latex/acrotex/web.dtx
+++ b/texmf-dist/source/latex/acrotex/web.dtx
@@ -21,7 +21,7 @@
%</copyright>
%<package>\NeedsTeXFormat{LaTeX2e}[1997/12/01]
%<package>\ProvidesPackage{web}
-%<package> [2017/03/20 v6.0o web: A Screen Design Package (dps)]
+%<package> [2017/12/05 v6.1.1 web: A Screen Design Package (dps)]
%<*driver>
\documentclass{ltxdoc}
\usepackage[colorlinks,hyperindex=false]{hyperref}
@@ -1025,8 +1025,14 @@
\def\@pdfcreator{The AcroTeX eDucation Bundle}
% \end{macrocode}
% The \pkg{comment} package is required to this package's success.
-% \begin{macrocode}
-\RequirePackage{comment}
+% \changes{v6.1.1}{2017/12/05}{require aeb-comment (version 3.1 of comment)}
+% \begin{macrocode}
+\RequirePackage{aeb-comment}
+\def\web@commentChkMsg{\@ifpackageloaded{comment}
+ {\PackageWarningNoLine{web}
+ {The comment package is incompatible with the\MessageBreak
+ aeb-comment package, do not use the comment package}}{}}
+\AtBeginDocument{\web@commentChkMsg}
% \end{macrocode}
% If the user specifies the use of templates, we assume they are going
% to do some graphical work, so we include \textsf{graphicx}.