From fe58f035cd3842213361d407fb3129cb4aa2d1ee Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 11 Jan 2019 12:12:12 +0900 Subject: acrotex (20190111) --- texmf-dist/source/latex/acrotex/web.dtx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'texmf-dist/source/latex/acrotex/web.dtx') 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 @@ % %\NeedsTeXFormat{LaTeX2e}[1997/12/01] %\ProvidesPackage{web} -% [2017/03/20 v6.0o web: A Screen Design Package (dps)] +% [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}. -- cgit v1.2.3