[latex3-commits] [latex3/latex2e] develop: add changes entry and version update (82cbee7f)
github at latex-project.org
github at latex-project.org
Thu Sep 26 14:45:34 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/82cbee7f9db3d577289d00fbd3a94be798042616
>---------------------------------------------------------------
commit 82cbee7f9db3d577289d00fbd3a94be798042616
Author: mbertucci47 <61854785+mbertucci47 at users.noreply.github.com>
Date: Wed Sep 25 11:20:22 2024 -0600
add changes entry and version update
>---------------------------------------------------------------
82cbee7f9db3d577289d00fbd3a94be798042616
base/changes.txt | 3 +++
base/ltproperties.dtx | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/base/changes.txt b/base/changes.txt
index 033a538f..c9f00847 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -5,6 +5,9 @@ hotfixes). It is provided for convenience only. It therefore makes no claims
to completeness or accuracy and it contains some references to files that are
not part of the distribution.
================================================================================
+2024-09-25 Matthew Bertucci <bertucci at math.utah.edu>
+ * ltproperties.dtx: Fix definitions for \IfLabelExistsT and \IfLabelExistsF
+
2024-09-17 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
* lttagging.dtx: dummy for \tag_suspend:n and \tag_resume:n
* lttagging.dtx: declare tagging sockets for floats and caption.
diff --git a/base/ltproperties.dtx b/base/ltproperties.dtx
index 0e851aa7..23a38c43 100644
--- a/base/ltproperties.dtx
+++ b/base/ltproperties.dtx
@@ -30,7 +30,7 @@
%<*driver>
% \fi
\ProvidesFile{ltproperties.dtx}
- [2024/09/25 v1.0f LaTeX Kernel (Properties)]
+ [2024/09/25 v1.0g LaTeX Kernel (Properties)]
% \iffalse
%
\documentclass[full]{l3doc}
@@ -777,6 +777,8 @@
% \begin{macro}{\IfLabelExistsTF,\IfLabelExistsT,\IfLabelExistsF}
% \changes{v1.0e}{2024-04-17}{Renamed \cs{IfLabelExistTF} to
% \cs{IfLabelExistsTF} (gh/1262)}
+% \changes{v1.0g}{2024-09-25}{Fixed definitions of \cs{IfLabelExistsT}
+% and \cs{IfLabelExistsF}}
% \begin{macrocode}
\cs_new_eq:NN \IfLabelExistsTF \property_if_recorded:eTF
\cs_new:Npn \IfLabelExistsT #1#2 {\property_if_recorded:eTF {#1}{#2}{} }
More information about the latex3-commits
mailing list.