Skip to content

Commit

Permalink
Merge branch 'develop' into UF-latex-lab-refadaption
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Sep 26, 2024
2 parents 890f423 + f008dc9 commit 0f7ffd7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions base/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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@math.utah.edu>
* ltproperties.dtx: Fix definitions for \IfLabelExistsT and \IfLabelExistsF

2024-09-17 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
* lttagging.dtx: dummy for \tag_suspend:n and \tag_resume:n
* lttagging.dtx: declare tagging sockets for floats and caption.
Expand Down
10 changes: 6 additions & 4 deletions base/ltproperties.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
%<*driver>
% \fi
\ProvidesFile{ltproperties.dtx}
[2024/09/05 v1.0f LaTeX Kernel (Properties)]
[2024/09/25 v1.0g LaTeX Kernel (Properties)]
% \iffalse
%
\documentclass[full]{l3doc}
Expand Down Expand Up @@ -776,11 +776,13 @@
%
% \begin{macro}{\IfLabelExistsTF,\IfLabelExistsT,\IfLabelExistsF}
% \changes{v1.0e}{2024-04-17}{Renamed \cs{IfLabelExistTF} to
% \cs{IfLabelExistsTF} (gh/1262)}
% \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_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}
%
Expand Down
4 changes: 2 additions & 2 deletions base/testfiles/properties-008-expansion.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ xxxxx
\ASSERT{true true false}
{
\IfLabelExistsTF {label\labelsuffix}{true}{false}
\IfLabelExistsT {name\propsuffix}{true}
\IfLabelExistsF {name\propsuffix XXX}{false}
\IfLabelExistsT {label\labelsuffix}{true}
\IfLabelExistsF {label\labelsuffix XXX}{false}
}
}

Expand Down

0 comments on commit 0f7ffd7

Please sign in to comment.