diff options
author | Norbert Preining <norbert@preining.info> | 2024-12-23 03:04:00 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-12-23 03:04:00 +0000 |
commit | 35102b68291783e779cfef5f390ec522610e2786 (patch) | |
tree | 2fdb2c5fc96e75ba93f189fc420e29d7a992e423 /macros/latex/required/l3kernel/l3text.dtx | |
parent | e85f83d7d39665d2b21098bd5bd2f1be4caf4dd2 (diff) |
CTAN sync 202412230303
Diffstat (limited to 'macros/latex/required/l3kernel/l3text.dtx')
-rw-r--r-- | macros/latex/required/l3kernel/l3text.dtx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/macros/latex/required/l3kernel/l3text.dtx b/macros/latex/required/l3kernel/l3text.dtx index 559bc158ae..1513949280 100644 --- a/macros/latex/required/l3kernel/l3text.dtx +++ b/macros/latex/required/l3kernel/l3text.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2024-11-02} +% \date{Released 2024-12-09} % % \maketitle % @@ -654,9 +654,7 @@ % Grab a codepoint and apply some code to it: here |#1| should expect one % following \emph{balanced text}. % \begin{macrocode} -\bool_lazy_or:nnTF - { \sys_if_engine_luatex_p: } - { \sys_if_engine_xetex_p: } +\sys_if_engine_opentype:TF { \cs_new:Npn \@@_codepoint_process:nN #1#2 { #1 {#2} } } @@ -710,9 +708,7 @@ % Allows comparison for all engines using a first \enquote{character} followed % by a codepoint. % \begin{macrocode} -\bool_lazy_or:nnTF - { \sys_if_engine_luatex_p: } - { \sys_if_engine_xetex_p: } +\sys_if_engine_opentype:TF { \prg_new_conditional:Npnn \@@_codepoint_compare:nNn #1#2#3 { TF , p } |