summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/changes/changes.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-17 22:32:18 +0000
committerKarl Berry <karl@freefriends.org>2019-11-17 22:32:18 +0000
commitfecc550a4f745ccbfe977365d6644a32ca6afcd8 (patch)
treee386fc923bf1dea333d0d2b1bf52803f03a6b704 /Master/texmf-dist/source/latex/changes/changes.dtx
parentcf554d8c8993b20aeebb087684a1f51ed227e8d8 (diff)
changes (17nov19)
git-svn-id: svn://tug.org/texlive/trunk@52838 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/changes/changes.dtx')
-rw-r--r--Master/texmf-dist/source/latex/changes/changes.dtx9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/changes/changes.dtx b/Master/texmf-dist/source/latex/changes/changes.dtx
index 8d6fa6e251d..06042238585 100644
--- a/Master/texmf-dist/source/latex/changes/changes.dtx
+++ b/Master/texmf-dist/source/latex/changes/changes.dtx
@@ -1,4 +1,4 @@
-% \CheckSum{1510}
+% \CheckSum{1509}
%
% \iffalse meta-comment
%
@@ -60,6 +60,7 @@
% \changes{v3.1.2}{2019/01/26}{bugfix: problems with amsart class}
% \changes{v3.1.3}{2019/07/21}{bugfix: option clash for ulem and truncate; documentation of known problems and solutions}
% \changes{v3.2.0}{2019/10/28}{Merge changes script (pyMergeChanges): Support nested brackets}
+% \changes{v3.2.1}{2019/11/17}{removed obsolete package pdfcolmk}
% \GetFileInfo{changes.dtx}
% \RecordChanges
%
@@ -100,8 +101,8 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{changes}
-[2019/10/28 v3.2.0 changes package]
-\typeout{*** changes package 2019/10/28 v3.2.0 ***}
+[2019/11/17 v3.2.1 changes package]
+\typeout{*** changes package 2019/11/17 v3.2.1 ***}
% \end{macrocode}
%
% Package \chpackage{xkeyval} provides options with key-value-pairs.
@@ -533,12 +534,10 @@
% \end{macro}
%
% Package \chpackage{xcolor} provides colored text.
-% Package \chpackage{pdfcolmk} solves the problem of colored text and page breaks (has to be loaded after \chpackage{xcolor}).
% \begin{macrocode}
\ifthenelse{\isColored}
{
\RequirePackage{xcolor}
- \RequirePackage{pdfcolmk}
}
{}
% \end{macrocode}