From 7fc03b60d145610ff8e62c3d3a0d5fe037f6597d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 24 Oct 2023 03:01:00 +0000 Subject: CTAN sync 202310240300 --- macros/latex/contrib/l3kernel/l3deprecation.dtx | 31 ++++++++++++++++++------- 1 file changed, 23 insertions(+), 8 deletions(-) (limited to 'macros/latex/contrib/l3kernel/l3deprecation.dtx') diff --git a/macros/latex/contrib/l3kernel/l3deprecation.dtx b/macros/latex/contrib/l3kernel/l3deprecation.dtx index c9564f4080..98d8df40e5 100644 --- a/macros/latex/contrib/l3kernel/l3deprecation.dtx +++ b/macros/latex/contrib/l3kernel/l3deprecation.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2023-10-10} +% \date{Released 2023-10-23} % % \maketitle % @@ -549,6 +549,21 @@ % \end{macrocode} % \end{macro} % +% \subsection{Deprecated \pkg{l3text} functions} +% +% \begin{macro}[EXP]{\text_titlecase:n} +% \begin{macro}[EXP]{\text_titlecase:nn} +% \begin{macrocode} +\__kernel_patch_deprecation:nnNNpn { 2023-07-08 } { \text_titlecase_first:n } +\cs_gset:Npn \text_titlecase:n #1 + { \text_titlecase_first:n { \text_lowercase:n {#1} } } +\__kernel_patch_deprecation:nnNNpn { 2023-07-08 } { \text_titlecase_first:nn } +\cs_gset:Npn \text_titlecase:nn #1#2 + { \text_titlecase_first:nn {#1} { \text_lowercase:n {#2} } } +% \end{macrocode} +% \end{macro} +% \end{macro} +% % \subsection{Deprecated \pkg{l3tl} functions} % % \begin{macrocode} @@ -574,12 +589,12 @@ \__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_uppercase:nn } \cs_gset:Npn \tl_upper_case:nn #1#2 { \text_uppercase:nn {#1} {#2} } -\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase:n } +\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase_first:n } \cs_gset:Npn \tl_mixed_case:n #1 - { \text_titlecase:n {#1} } -\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase:nn } + { \text_titlecase_first:n {#1} } +\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase_first:nn } \cs_gset:Npn \tl_mixed_case:nn #1#2 - { \text_titlecase:nn {#1} {#2} } + { \text_titlecase_first:nn {#1} {#2} } % \end{macrocode} % \end{macro} % @@ -608,7 +623,7 @@ % \end{macrocode} % \end{macro} % -% \begin{macro}[EXP]{\char_to_nfd:Nm, \char_to_nfd:n} +% \begin{macro}[EXP]{\char_to_nfd:N, \char_to_nfd:n} % \begin{macrocode} \__kernel_patch_deprecation:nnNNpn { 2022-10-09 } { \codepoint_to_nfd:n } \cs_gset:Npn \char_to_nfd:N #1 { \codepoint_to_nfd:n {`#1} } @@ -629,8 +644,8 @@ \cs_gset:Npn \char_lower_case:N { \text_lowercase:n } \__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_uppercase:n } \cs_gset:Npn \char_upper_case:N { \text_uppercase:n } -\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase:n } -\cs_gset:Npn \char_mixed_case:N { \text_titlecase:n } +\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase_first:n } +\cs_gset:Npn \char_mixed_case:N { \text_titlecase_first:n } \__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \str_casefold:n } \cs_gset:Npn \char_fold_case:N { \str_casefold:n } \__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \str_lowercase:n } -- cgit v1.2.3