|
1 | | -# expl3 commands, l3kernel 2025-05-26 |
| 1 | +# expl3 commands, l3kernel 2025-06-30 |
2 | 2 | # command list generated by https://github.com/James-Yu/LaTeX-Workshop/blob/master/dev/latex3command.py |
3 | 3 | # argument specifications added by Matthew Bertucci |
4 | 4 |
|
|
1397 | 1397 | \fp_do_while:nNnn {%<⟨fp expr1⟩%>} %<⟨relation⟩%> {%<⟨fp expr2⟩%>} {%<⟨code⟩%>}#/%expl3 |
1398 | 1398 | \fp_do_while:nn {%<⟨fp expr1⟩⟨relation⟩⟨fp expr2⟩%>} {%<⟨code⟩%>}#/%expl3 |
1399 | 1399 | \fp_eval:n {%<⟨fp expr⟩%>}#/%expl3 |
| 1400 | +\fp_format:nn {%<⟨fp expr⟩%>} {%<⟨format spec⟩%>}#/%expl3 |
1400 | 1401 | \fp_gadd:Nn %<⟨fp var⟩%> {%<⟨fp expr⟩%>}#/%expl3 |
1401 | 1402 | \fp_gadd:cn {%<⟨fp var name⟩%>} {%<⟨fp expr⟩%>}#/%expl3 |
1402 | 1403 | \fp_gset:NV %<⟨fp var1⟩ ⟨fp var2⟩%>#/%expl3 |
|
1646 | 1647 | \int_do_while:nn {%<⟨integer relation⟩%>} {%<⟨code⟩%>}#/%expl3 |
1647 | 1648 | \int_eval:n {%<⟨int expr⟩%>}#/%expl3 |
1648 | 1649 | \int_eval:w %<⟨int expr⟩%>#/%expl3 |
| 1650 | +\int_format:nn {%<⟨int expr⟩%>} {%<⟨format spec⟩%>}#/%expl3 |
1649 | 1651 | \int_from_alph:n {%<⟨letters⟩%>}#/%expl3 |
1650 | 1652 | \int_from_base:nn {%<⟨number⟩%>} {%<⟨base⟩%>}#/%expl3 |
1651 | 1653 | \int_from_bin:n {%<⟨binary number⟩%>}#/%expl3 |
|
2902 | 2904 | \seq_const_from_clist:cn {%<⟨seq var name⟩%>} {%<⟨comma list⟩%>}#/%expl3 |
2903 | 2905 | \seq_count:N %<⟨seq var⟩%>#/%expl3 |
2904 | 2906 | \seq_count:c {%<⟨seq var name⟩%>}#/%expl3 |
| 2907 | +\seq_format:cn {%<⟨seq var name⟩%>} {%<⟨format spec⟩%>}#/%expl3 |
| 2908 | +\seq_format:Nn %<⟨seq var⟩%> {%<⟨format spec⟩%>}#/%expl3 |
2905 | 2909 | \seq_gclear:N %<⟨seq var⟩%>#/%expl3 |
2906 | 2910 | \seq_gclear:c {%<⟨seq var name⟩%>}#/%expl3 |
2907 | 2911 | \seq_gclear_new:N %<⟨seq var⟩%>#/%expl3 |
|
3649 | 3653 | \text_declare_case_equivalent:Nn %<⟨cs⟩%> {%<⟨replacement⟩%>}#/%expl3 |
3650 | 3654 | \text_declare_expand_equivalent:Nn %<⟨cs⟩%> {%<⟨replacement⟩%>}#/%expl3 |
3651 | 3655 | \text_declare_expand_equivalent:cn {%<⟨csname⟩%>} {%<⟨replacement⟩%>}#/%expl3 |
| 3656 | +\text_declare_lowercase_exclusion:n {%<⟨word⟩%>}#/%expl3 |
3652 | 3657 | \text_declare_lowercase_mapping:nn {%<⟨codepoint⟩%>} {%<⟨replacement⟩%>}#/%expl3 |
3653 | 3658 | \text_declare_lowercase_mapping:nnn {%<⟨BCP-47⟩%>} {%<⟨codepoint⟩%>} {%<⟨replacement⟩%>}#/%expl3 |
3654 | 3659 | \text_declare_purify_equivalent:Ne %<⟨cs⟩%> {%<⟨replacement⟩%>}#/%expl3 |
3655 | 3660 | \text_declare_purify_equivalent:Nn %<⟨cs⟩%> {%<⟨replacement⟩%>}#/%expl3 |
| 3661 | +\text_declare_titlecase_exclusion:n {%<⟨word⟩%>}#/%expl3 |
3656 | 3662 | \text_declare_titlecase_mapping:nn {%<⟨codepoint⟩%>} {%<⟨replacement⟩%>}#/%expl3 |
3657 | 3663 | \text_declare_titlecase_mapping:nnn {%<⟨BCP-47⟩%>} {%<⟨codepoint⟩%>} {%<⟨replacement⟩%>}#/%expl3 |
| 3664 | +\text_declare_uppercase_exclusion:n {%<⟨word⟩%>}#/%expl3 |
3658 | 3665 | \text_declare_uppercase_mapping:nn {%<⟨codepoint⟩%>} {%<⟨replacement⟩%>}#/%expl3 |
3659 | 3666 | \text_declare_uppercase_mapping:nnn {%<⟨BCP-47⟩%>} {%<⟨codepoint⟩%>} {%<⟨replacement⟩%>}#/%expl3 |
3660 | 3667 | \text_expand:n {%<⟨text⟩%>}#/%expl3 |
|
3664 | 3671 | \text_map_break:n {%<⟨code⟩%>}#/%expl3 |
3665 | 3672 | \text_map_function:nN {%<⟨text⟩%>} %<⟨function⟩%>#/%expl3 |
3666 | 3673 | \text_map_inline:nn {%<⟨text⟩%>} {%<⟨inline function⟩%>}#/%expl3 |
| 3674 | +\text_map_tokens:nn {%<⟨text⟩%>} {%<⟨code⟩%>}#/%expl3 |
3667 | 3675 | \text_purify:n {%<⟨text⟩%>}#/%expl3 |
3668 | 3676 | \text_titlecase_all:n {%<⟨text⟩%>}#/%expl3 |
3669 | 3677 | \text_titlecase_all:nn {%<⟨BCP-47⟩%>} {%<⟨text⟩%>}#/%expl3 |
|
3673 | 3681 | \text_uppercase:nn {%<⟨BCP-47⟩%>} {%<⟨text⟩%>}#/%expl3 |
3674 | 3682 | \text_words_map_function:nN {%<⟨text⟩%>} %<⟨function⟩%>#/%expl3 |
3675 | 3683 | \text_words_map_inline:nn {%<⟨text⟩%>} {%<⟨inline function⟩%>}#/%expl3 |
| 3684 | +\text_words_map_tokens:nn {%<⟨text⟩%>} {%<⟨code⟩%>}#/%expl3 |
3676 | 3685 | \tl_analysis_log:N %<⟨tl var⟩%>#/%expl3 |
3677 | 3686 | \tl_analysis_log:n {%<⟨tokens⟩%>}#/%expl3 |
3678 | 3687 | \tl_analysis_map_inline:Nn %<⟨tl var⟩%> {%<⟨inline function⟩%>}#/%expl3 |
|
3712 | 3721 | \tl_count:o {%<⟨tokens⟩%>}#/%expl3 |
3713 | 3722 | \tl_count:v {%<⟨tl var name⟩%>}#/%expl3 |
3714 | 3723 | \tl_count_tokens:n {%<⟨tokens⟩%>}#/%expl3 |
| 3724 | +\tl_format:cn {%<⟨tl var name⟩%>} {%<⟨format spec⟩%>}#/%expl3 |
| 3725 | +\tl_format:Nn %<⟨tl var⟩%> {%<⟨format spec⟩%>}#/%expl3 |
| 3726 | +\tl_format:nn {%<⟨tokens⟩%>} {%<⟨format spec⟩%>}#/%expl3 |
3715 | 3727 | \tl_gclear:N %<⟨tl var⟩%>#/%expl3 |
3716 | 3728 | \tl_gclear:c {%<⟨tl var name⟩%>}#/%expl3 |
3717 | 3729 | \tl_gclear_new:N %<⟨tl var⟩%>#/%expl3 |
|
0 commit comments