[latex3-commits] [latex3/latex2e] develop: fix definition of \IfLabelExistsT, \IfLabelExistsF (7cbef919)

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/7cbef919dd6c9aa1d25ffc3bc0e3df34de5c4961

>---------------------------------------------------------------

commit 7cbef919dd6c9aa1d25ffc3bc0e3df34de5c4961
Author: mbertucci47 <61854785+mbertucci47 at users.noreply.github.com>
Date:   Wed Sep 25 10:58:38 2024 -0600

    fix definition of \IfLabelExistsT, \IfLabelExistsF


>---------------------------------------------------------------

7cbef919dd6c9aa1d25ffc3bc0e3df34de5c4961
 base/ltproperties.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/base/ltproperties.dtx b/base/ltproperties.dtx
index 0e07a0ae..0e851aa7 100644
--- a/base/ltproperties.dtx
+++ b/base/ltproperties.dtx
@@ -30,7 +30,7 @@
 %<*driver> 
 % \fi
 \ProvidesFile{ltproperties.dtx}
-             [2024/09/05 v1.0f LaTeX Kernel (Properties)]
+             [2024/09/25 v1.0f LaTeX Kernel (Properties)]
 % \iffalse
 %
 \documentclass[full]{l3doc}
@@ -779,8 +779,8 @@
 %                             \cs{IfLabelExistsTF} (gh/1262)} 
 %    \begin{macrocode}
 \cs_new_eq:NN \IfLabelExistsTF \property_if_recorded:eTF  
-\cs_new:Npn   \IfLabelExistsT #1#2 {\property_if_exist:eTF {#1}{#2}{} }  
-\cs_new:Npn   \IfLabelExistsF #1   {\property_if_exist:eTF {#1}{} }  
+\cs_new:Npn   \IfLabelExistsT #1#2 {\property_if_recorded:eTF {#1}{#2}{} }  
+\cs_new:Npn   \IfLabelExistsF #1   {\property_if_recorded:eTF {#1}{} }  
 %    \end{macrocode}
 % \end{macro} 
 %





More information about the latex3-commits mailing list.