[latex3-commits] [git/LaTeX3-latex3-xcolor] changekeyhandler: prepare version option (fc91ae4)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon Aug 1 19:54:04 CEST 2022
Repository : https://github.com/latex3/xcolor
On branch : changekeyhandler
Link : https://github.com/latex3/xcolor/commit/fc91ae4e14a75627796681fe6504e96953b1e462
>---------------------------------------------------------------
commit fc91ae4e14a75627796681fe6504e96953b1e462
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Aug 1 19:54:04 2022 +0200
prepare version option
>---------------------------------------------------------------
fc91ae4e14a75627796681fe6504e96953b1e462
ChangeLog | 3 ++-
xcolor.dtx | 15 ++++++++++++---
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index afaa55b..cfdf541 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,8 @@ unreleased
* The new LaTeX key/val handler is used
* rowcolors command has moved to the colortbl package
* the fixpdftex option is obsolete and does nothing at all (issue #20)
-* prepared optional support for l3colors (this is currently used by pdfmanagement-testphase)
+* prepared optional support for l3colors (this is currently only used by pdfmanagement-testphase)
+* extended \normalcolor to set also the "dot" color, issue #19
2022/06/12 v2.14
diff --git a/xcolor.dtx b/xcolor.dtx
index 5e76758..f490399 100644
--- a/xcolor.dtx
+++ b/xcolor.dtx
@@ -3547,15 +3547,24 @@
%
%
% \subsection{Preparation}
+% \begin{macrocode}
+%<*package>
+% \end{macrocode}
+%
+% \subsubsection{Release handling}
+%
+% \begin{macrocode}
+\providecommand\DeclareRelease[3]{}
+\providecommand\DeclareCurrentRelease[2]{}
+\DeclareRelease{v2}{0000-00-00}{xcolor-2022-06-12.sty}
+\DeclareCurrentRelease{}{2022-06-01}
+% \end{macrocode}
%
% \subsubsection{File identification}
%
% \renewcommand*\MacroFont{\footnotesize\ttfamily}
% \renewcommand*\AltMacroFont{\footnotesize\ttfamily\slshape}
%
-% \begin{macrocode}
-%<*package>
-% \end{macrocode}
%
% \fbox{\MacroFont\string\ProvidesPackage\string{xcolor\string}[\XCfiledate\space\XCfileversion\space LaTeX color extensions (UK)]}
%
More information about the latex3-commits
mailing list.