[latex3-commits] [git/LaTeX3-latex3-mathtools] master: fix for ieeu #49 (6f62976)
daleif
daleif at math.au.dk
Tue Nov 15 15:22:51 CET 2022
Repository : https://github.com/latex3/mathtools
On branch : master
Link : https://github.com/latex3/mathtools/commit/6f629762a39c9cfb3be63928e866df94ff3ec1fc
>---------------------------------------------------------------
commit 6f629762a39c9cfb3be63928e866df94ff3ec1fc
Author: daleif <daleif at math.au.dk>
Date: Tue Nov 15 15:22:51 2022 +0100
fix for ieeu #49
>---------------------------------------------------------------
6f629762a39c9cfb3be63928e866df94ff3ec1fc
ANNOUNCEMENT | 4 +++-
mathtools.dtx | 7 +++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT
index f7b4b23..8fc4b28 100644
--- a/ANNOUNCEMENT
+++ b/ANNOUNCEMENT
@@ -4,7 +4,9 @@ For mathtools.dtx v1.30
* Added a caveat about \xmapsto when ever unicode-math is loaded. The
macro does not work as the symbol marking the bar at the start is
- not available under unicode-math.
+ not available under unicode-math. (#45)
+* Added a default \MT_active_colon_false for when centercolon=true has
+ never been executed (#49)
Announcement release 2022/06/29
diff --git a/mathtools.dtx b/mathtools.dtx
index 33890e5..733af42 100644
--- a/mathtools.dtx
+++ b/mathtools.dtx
@@ -3995,6 +3995,13 @@ colorlinks,
\mathcode`\:=32768
}
}
+% \begin{macrocode}
+%
+% \changes{v1.30}{2022/11/15}{Forgot to define a default
+% \cs{MT\_active\_colon_false:}, who would run centercolon=false
+% before it being true?}
+% \end{macrocode}
+\def\MT_active_colon_false:{}
% \end{macrocode}
% \end{macro}
% \end{macro}
More information about the latex3-commits
mailing list.