diff options
author | Norbert Preining <norbert@preining.info> | 2022-02-22 03:00:54 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-02-22 03:00:54 +0000 |
commit | fb013a78d9e3aef2ecf58702d4adcec8d9ab6b28 (patch) | |
tree | d4402a058adb8131b94ec026d7be01cca51d8862 /macros/latex/contrib/l3kernel | |
parent | a9409c96664c73e4fd0586f358845df19b1afd62 (diff) |
CTAN sync 202202220300
Diffstat (limited to 'macros/latex/contrib/l3kernel')
85 files changed, 301 insertions, 224 deletions
diff --git a/macros/latex/contrib/l3kernel/CHANGELOG.md b/macros/latex/contrib/l3kernel/CHANGELOG.md index fe785d6886..2597f8eccf 100644 --- a/macros/latex/contrib/l3kernel/CHANGELOG.md +++ b/macros/latex/contrib/l3kernel/CHANGELOG.md @@ -7,6 +7,11 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2022-02-21] + +### Fixed +- Use of `\@uclclist` for case changing + ## [2022-02-05] ### Added @@ -15,7 +20,7 @@ this project uses date-based 'snapshot' version identifiers. command in LaTeX2e ### Changed -- Documentation for horizontal coffin poles (see issue #1041) +- Documentation for horizontal coffin poles (see issue \#1041) - Update primitive requirements to enable loading with Prote/HINT ## [2022-01-21] @@ -68,12 +73,12 @@ this project uses date-based 'snapshot' version identifiers. - DeviceN colorspace conversions with alternative model RGB ### Added -- `.str_set:N`, etc., key properties (issue #1007) -- `\bool_to_str:n` (issue #1010) +- `.str_set:N`, etc., key properties (issue \#1007) +- `\bool_to_str:n` (issue \#1010) ### Changed - `\prop_..._from_keyval:Nn` functions now support active comma or - equal sign (pull #1012) + equal sign (pull \#1012) ## [2021-10-18] @@ -96,13 +101,13 @@ this project uses date-based 'snapshot' version identifiers. ## [2021-08-27] ### Changed -- Formatting of expandable errors (issue #931) +- Formatting of expandable errors (issue \#931) - Internal code for kernel messages ## [2021-07-12] ### Fixed -- Handling of multiple color models (issue #962) +- Handling of multiple color models (issue \#962) ### Removed - Functions marked for removal end-2020 @@ -111,10 +116,10 @@ this project uses date-based 'snapshot' version identifiers. ### Fixed - Local assignment to `\g__sys_backend_tl` -- Incorrect internal function name (issue #939) -- Case-changing exceptions for (u)pTeX (issue #939) +- Incorrect internal function name (issue \#939) +- Case-changing exceptions for (u)pTeX (issue \#939) - Low-level error if accent commands are not followed by - letter when case changing (see #946) + letter when case changing (see \#946) ## [2021-06-01] @@ -129,24 +134,24 @@ this project uses date-based 'snapshot' version identifiers. ## [2021-05-25] ### Added -- `\msg_note:nnnnnn` (issue #911) -- `\str_compare:nNnTF` (issue #927) +- `\msg_note:nnnnnn` (issue \#911) +- `\str_compare:nNnTF` (issue \#927) - `\sys_timer:` -- `\prop_concat:NNN`, `\prop_put_from_keyval:Nn` (issue #924) -- Functions to show and log various datatypes (issue #241): +- `\prop_concat:NNN`, `\prop_put_from_keyval:Nn` (issue \#924) +- Functions to show and log various datatypes (issue \#241): `\coffin_show:Nnn`, `\coffin_show:N`, `\coffin_log:Nnn`, `\coffin_log:N`, `\color_log:n`, `\group_show_list:`, `\group_log_list:`, `\ior_show:N`, `\ior_log:N`, `\iow_show:N`, `\iow_log:N`, `\tl_log_analysis:N`, `\tl_log_analysis:n` - `\legacy_if_set_true:n`, `\legacy_if_set_false:n`, `\legacy_if_set:nn` -- Matching multiple regex at the same time (issue #433): +- Matching multiple regex at the same time (issue \#433): `\regex_case_match:nn(TF)`, `\regex_case_replace_once:nN(TF)`, `\regex_case_replace_all:nN(TF)` ### Fixed -- Checking brace balance in all regex functions (issue #377) -- Removing duplicates in clists when items contain commas (issue #917) +- Checking brace balance in all regex functions (issue \#377) +- Removing duplicates in clists when items contain commas (issue \#917) ### Changed - Slight speed up in some elementary int/dim/skip/muskip operations and @@ -156,48 +161,48 @@ this project uses date-based 'snapshot' version identifiers. ## [2021-05-11] ### Added -- `\cctab_item:Nn` (issue #880) -- `\clist_use:nnnn` and `\clist_use:nn` (issue #561) +- `\cctab_item:Nn` (issue \#880) +- `\clist_use:nnnn` and `\clist_use:nn` (issue \#561) ### Fixed -- Loading of backend in generic DVI mode (issue #905) -- Make `\keyval_parse:nnn` alignment-safe (issue #896) -- Control sequences and category codes in regex replacements (issue #909) +- Loading of backend in generic DVI mode (issue \#905) +- Make `\keyval_parse:nnn` alignment-safe (issue \#896) +- Control sequences and category codes in regex replacements (issue \#909) ### Changed -- Speed up `\group_align_safe_begin:` (pull #906) +- Speed up `\group_align_safe_begin:` (pull \#906) ## [2021-05-07] ### Added - Color export in comma-separated format - `\ur{...}` escape in `l3regex` to compose regexes -- `\seq_set_split_keep_spaces:Nnn` (see #784) +- `\seq_set_split_keep_spaces:Nnn` (see \#784) - `\seq_set_item:Nnn(TF)` and `\seq_pop_item:NnN(TF)` -- `\box_ht_plus_dp:N` (issue #899) +- `\box_ht_plus_dp:N` (issue \#899) - `\clist_map_tokens:nn`, `\clist_map_tokens:Nn`, `\str_map_tokens:nn`, `\str_map_tokens:Nn` ### Changed -- Use prevailing catcodes instead of string in regex replacement (issue #621) +- Use prevailing catcodes instead of string in regex replacement (issue \#621) (*Breaking change*) - `\__kernel_file_name_sanitize:n` now uses a faster `\csname`-based approach to expand the file name - Improved performance for basic conditionals - `\pdf_version_gset:n` support for `dvips` -- Improve handling of `\exp_not:n` in `\text_expand:n` (issue #875) +- Improve handling of `\exp_not:n` in `\text_expand:n` (issue \#875) - `\file_full_name:n` now avoids calling `\pdffilesize` primitive multiple times on the same file - Show printable characters explicitly in `\regex_show:n` - Regex replacement now errors when using a submatch (`\1` etc) for which the regex has too few groups -- Showing complex datatypes now validates their internal structure (issue #884) +- Showing complex datatypes now validates their internal structure (issue \#884) - Indexing in l3doc: all page references before codeline references, improve target placement, solve pdfTeX and makeindex warnings ### Fixed -- Evalutate integer constants only once (issue #861) -- Detect `\ior_map_inline:Nn` calls on undefined streams (issue #194) +- Evalutate integer constants only once (issue \#861) +- Detect `\ior_map_inline:Nn` calls on undefined streams (issue \#194) ### Deprecated - `l3docstrip` converted to a stub which simply loads DocStrip: use @@ -261,12 +266,12 @@ this project uses date-based 'snapshot' version identifiers. ## [2020-10-27] ### Added -- `\token_if_font_selection:N(TF)` (see #806) +- `\token_if_font_selection:N(TF)` (see \#806) ### Fixed - Avoid relying on braced `\input` primitive syntax - Correct expansion of environments in `\text_purify:n` -- Some aspects of `cctab` setup with 8-bit engines(issue #814) +- Some aspects of `cctab` setup with 8-bit engines(issue \#814) ### Changed - Improved performance for `tl` functions @@ -277,7 +282,7 @@ this project uses date-based 'snapshot' version identifiers. ### Fixed - Correctly detect LaTeX when pre-loading expl3 and setting up case changer -- Lua emulation of \strcmp (issue #813) +- Lua emulation of \strcmp (issue \#813) ## [2020-09-24] @@ -288,7 +293,7 @@ this project uses date-based 'snapshot' version identifiers. ## [2020-09-06] ### Fixed -- Loading in generic mode (issue #800) +- Loading in generic mode (issue \#800) ## [2020-09-03] @@ -308,7 +313,7 @@ this project uses date-based 'snapshot' version identifiers. - Backend setting `pdfmode` ### Fixed -- `\file_compare_timestamp:nNn(TF)` in LuaTeX (issue #792) +- `\file_compare_timestamp:nNn(TF)` in LuaTeX (issue \#792) - Text case changing and expansion where an excluded command is equivalent to `\use:n` @@ -319,7 +324,7 @@ this project uses date-based 'snapshot' version identifiers. - Performance enhancements for `\keys_set:nn` ### Fixed -- Loading generically on ConTeXt (issue #783) +- Loading generically on ConTeXt (issue \#783) ## [2020-07-17] @@ -383,7 +388,7 @@ this project uses date-based 'snapshot' version identifiers. - Recognize the exponent marker `E` (same as `e`) in floating point numbers ### Fixed -- Leave active characters untouched when case-changing (see #715) +- Leave active characters untouched when case-changing (see \#715) ## [2020-04-06] @@ -391,7 +396,7 @@ this project uses date-based 'snapshot' version identifiers. - Control for start-of-titlecasing: see `\l_text_titlecase_check_letter_bool` ### Fixed -- Nesting of `\seq_shuffle:N` in another sequence mapping (issue #687) +- Nesting of `\seq_shuffle:N` in another sequence mapping (issue \#687) - `\ior_shell_open:Nn` in engines other than LuaTeX - shell commands didn't execute, plus the command call would be left in the input stream. @@ -427,7 +432,7 @@ this project uses date-based 'snapshot' version identifiers. `l3backend`) ### Changed -- Allow `dvisvgm` driver with XeTeX (issue #677) +- Allow `dvisvgm` driver with XeTeX (issue \#677) ### Fixed - `undo-recent-deprecations` would not reload the deprecation code @@ -452,7 +457,7 @@ this project uses date-based 'snapshot' version identifiers. - Support `\@uclclist` entries when case-changing ### Fixed -- Allow for full range of encodings when expanding text (issue #671) +- Allow for full range of encodings when expanding text (issue \#671) - Support `\begin`/`\end` in text expansion ## [2020-02-08] @@ -486,7 +491,7 @@ this project uses date-based 'snapshot' version identifiers. - Support for command replacement in text expansion ### Changed -- Require key values for numerical key types (dim, int, etc.) (see #661) +- Require key values for numerical key types (dim, int, etc.) (see \#661) ### Fixed - Issue with keys where some leading spaces could be left in key names @@ -506,8 +511,8 @@ this project uses date-based 'snapshot' version identifiers. - Documentation improvements ### Fixed -- Inherit key required/forbidden properties (see #653) -- Set backend at the beginning of `\document` (see #657) +- Inherit key required/forbidden properties (see \#653) +- Set backend at the beginning of `\document` (see \#657) ### Deprecated - `\str_<type>_case:n` replaced by `\str_<type>case:n` @@ -518,13 +523,13 @@ this project uses date-based 'snapshot' version identifiers. ## [2019-11-07] ### Fixed -- Handling of repeated loading of a backend (issue #646) +- Handling of repeated loading of a backend (issue \#646) - Handling of repeated loading of deprecated functions ## [2019-10-28] ### Fixed -- File searching when `\(pdf)filesize` is not available (fixes #644) +- File searching when `\(pdf)filesize` is not available (fixes \#644) ## [2019-10-27] @@ -539,7 +544,7 @@ this project uses date-based 'snapshot' version identifiers. ### Fixed - `\file_if_exist:n(TF)`, etc., when dealing with file names containing - spaces (see #642) + spaces (see \#642) ## [2019-10-21] @@ -577,12 +582,12 @@ this project uses date-based 'snapshot' version identifiers. ## [2019-10-02] ### Fixed -- Variants using `\exp_args` functions with more than 9 arguments (see #636) +- Variants using `\exp_args` functions with more than 9 arguments (see \#636) ## [2019-09-30] ### Fixed -- File searching using `\file_full_name:n` (see #634) +- File searching using `\file_full_name:n` (see \#634) ## [2019-09-28] @@ -614,17 +619,17 @@ this project uses date-based 'snapshot' version identifiers. - Shell access functions ### Fixed -- Key `.initial:n` property when combined with inherited keys (see #631) +- Key `.initial:n` property when combined with inherited keys (see \#631) ## [2019-09-19] ### Fixed -- Loading Unicode data when some chars may be active (see #627) +- Loading Unicode data when some chars may be active (see \#627) ## [2019-09-08] ### Fixed -- Missing internal variant (fixes #624) +- Missing internal variant (fixes \#624) ## [2019-09-05] @@ -647,10 +652,10 @@ this project uses date-based 'snapshot' version identifiers. ### Fixed - `\tl_rescan:nn` and `\tl_(g)set_rescan:Nnn` when single-line input - contains a comment character (see #607) + contains a comment character (see \#607) - Final value of the variable in `\tl_map_variable:NNn` and `\clist_map_variable:NNn`. -- Remove duplicate keys in `\prop_set_from_keyval:Nn` (see #572) +- Remove duplicate keys in `\prop_set_from_keyval:Nn` (see \#572) ## [2019-08-14] @@ -658,7 +663,7 @@ this project uses date-based 'snapshot' version identifiers. - `\c_term_ior` ### Fixed -- Coffin pole intersection in some cases (see #605) +- Coffin pole intersection in some cases (see \#605) ## [2019-07-25] @@ -672,11 +677,11 @@ this project uses date-based 'snapshot' version identifiers. ### Changed - Ensure `\msg_fatal:nn` ends the TeX run if used inside an - hbox (see #587) + hbox (see \#587) - Moved backend code to a separate release schedule ### Fixed -- Handling of control sequences in key names (see #594) +- Handling of control sequences in key names (see \#594) ## [2019-05-28] @@ -712,7 +717,7 @@ this project uses date-based 'snapshot' version identifiers. ### Fixed - Infinite loop in some cases in DVI mode due to link-breaking code - (see #570) + (see \#570) - Category code of output from `\char_<target>_case:N`, and same issue in `\str_<target>_case:n` @@ -746,7 +751,7 @@ this project uses date-based 'snapshot' version identifiers. ## [2019-03-26] ### Fixed -- Loading when pre-TL'18 XeTeX is in use (see #555) +- Loading when pre-TL'18 XeTeX is in use (see \#555) ## [2019-03-05] @@ -774,7 +779,7 @@ this project uses date-based 'snapshot' version identifiers. `\cs_argument_spec:N`, `\cs_replacement_spec:N`, respectively ### Fixed -- Treatment of inherited keys when setting only known keys (see #548) +- Treatment of inherited keys when setting only known keys (see \#548) ### Removed - Experimental `\skip_split_finite_else_action:nnNN` @@ -786,7 +791,7 @@ this project uses date-based 'snapshot' version identifiers. - Defensive code for redefinition of `\time`, `\day`, `\month` and `\year` ### Fixed -- Resetting of key inheritance (see #535) +- Resetting of key inheritance (see \#535) - Issue in deprecated command `\tl_set_from_file:Nnn` (see https://tex.stackexchange.com/q/474813/) @@ -794,12 +799,12 @@ this project uses date-based 'snapshot' version identifiers. ### Added - Support for return of whole path by `\keys_set_known:nnN`-like - function `\keys_set_known:nnnN` (see #508) -- `.prop_(g)put:N` key property (see #444) + function `\keys_set_known:nnnN` (see \#508) +- `.prop_(g)put:N` key property (see \#444) ### Fixed -- Handling of nested key setting when filtering, _etc._ (see #526) -- Inheritance of default values (see #504) +- Handling of nested key setting when filtering, _etc._ (see \#526) +- Inheritance of default values (see \#504) ## [2019-01-28] @@ -845,7 +850,7 @@ this project uses date-based 'snapshot' version identifiers. ### Fixed - Handling of accented characters under mixed case changing in 8-bit engines - (see #514) + (see \#514) ## [2019-01-01] @@ -853,8 +858,8 @@ this project uses date-based 'snapshot' version identifiers. - `\iow_allow_break:` ### Fixed -- Correct fp randint with zero argument (see #507) -- Handling of `\current@color` with `(x)dvipdfmx` (see #510) +- Correct fp randint with zero argument (see \#507) +- Handling of `\current@color` with `(x)dvipdfmx` (see \#510) ### Removed - Support for stand-alone `l3regex`, `l3sort`, `l3srt`, `l3tl-analysis`, @@ -891,7 +896,7 @@ this project uses date-based 'snapshot' version identifiers. - Move `\<var>_rand_item:N` to stable ### Fixed -- Typo in `\lua_shipout_e:n` (see #503) +- Typo in `\lua_shipout_e:n` (see \#503) ## [2018-11-19] @@ -902,12 +907,12 @@ this project uses date-based 'snapshot' version identifiers. ## [2018-10-19] ### Fixed -- Wrapping of text in messages, etc., for some line lengths (fixes #491) +- Wrapping of text in messages, etc., for some line lengths (fixes \#491) ## [2018-10-17] ### Added -- `\g_msg_module_documentation_prop` (see #471) +- `\g_msg_module_documentation_prop` (see \#471) - `\peek_remove_spaces:n` ### Changed @@ -917,7 +922,7 @@ this project uses date-based 'snapshot' version identifiers. - `\msg_interrupt:nn`, `\msg_log:n` and `\msg_term:n` ### Fixed -- Handling of inheritance for choice keys (fixes #483) +- Handling of inheritance for choice keys (fixes \#483) ## [2018-09-24] @@ -927,7 +932,7 @@ this project uses date-based 'snapshot' version identifiers. `\peek_meaning_collect_inline:Nn` ### Fixed -- Handling of unknown keys when inheritance is active (fixes #481) +- Handling of unknown keys when inheritance is active (fixes \#481) ## [2018-08-23] @@ -949,11 +954,11 @@ this project uses date-based 'snapshot' version identifiers. ## [2018-06-01] ### Added -- `CHANGELOG.md` (fixes #460) +- `CHANGELOG.md` (fixes \#460) ### Fixed - Loading `expl3` with LuaTeX/XeTeX and certain letter tokens set - to be active (see #462) + to be active (see \#462) ### Changed - Alter `\char_codepoint_from_bytes:n` to produce four groups in all @@ -987,7 +992,7 @@ this project uses date-based 'snapshot' version identifiers. - Several internal optimisations ### Fixed -- Expand boolean expression before calling `\chardef` (fixes #461) +- Expand boolean expression before calling `\chardef` (fixes \#461) ### Removed - Remove undocumented `\fp_function:Nw` and `\fp_new_function:Npn` @@ -1016,15 +1021,15 @@ this project uses date-based 'snapshot' version identifiers. the RNG - Make prg break functions public - Make scan marks mechanism public -- Make `\prg_do_nothing:` long rather than nopar (fixes #455) +- Make `\prg_do_nothing:` long rather than nopar (fixes \#455) - Several performance improvements - Documentation improvements ### Fixed - Only index TF, T, F functions together if they are `expl3` - functions (fixes #453) + functions (fixes \#453) - Make `\infty` and `\pi` into errors in fp expressions - (fixes #357) + (fixes \#357) ### Removed - Deprecated functions expiring at end of 2017 @@ -1043,7 +1048,8 @@ this project uses date-based 'snapshot' version identifiers. - Step functions have been added for dim variables, e.g. `\dim_step_inline:nnnn` -[Unreleased]: https://github.com/latex3/latex3/compare/2022-02-05...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2022-02-21...HEAD +[2022-02-21]: https://github.com/latex3/latex3/compare/2022-02-05...2022-02-21 [2022-02-05]: https://github.com/latex3/latex3/compare/2022-01-21...2022-02-05 [2022-01-21]: https://github.com/latex3/latex3/compare/2022-01-12...2022-01-21 [2022-01-12]: https://github.com/latex3/latex3/compare/2021-11-22...2022-01-12 diff --git a/macros/latex/contrib/l3kernel/README.md b/macros/latex/contrib/l3kernel/README.md index aa111a2d92..cbfdd98c3a 100644 --- a/macros/latex/contrib/l3kernel/README.md +++ b/macros/latex/contrib/l3kernel/README.md @@ -1,24 +1,25 @@ LaTeX3 Programming Conventions ============================== -Release 2022-02-05 +Release 2022-02-21 Overview -------- -The files of the `l3kernel` bundle provide a low-level API for TeX programmers -with special syntax conventions, completely separating it from document level +The files of the `l3kernel` bundle provide an API for TeX programmers +with defined syntax conventions, completely separating it from document level syntax. Hence, the commands provided are not intended for use at the document level nor for use in describing design layouts in document class files. -This API provides the foundation on which the LaTeX3 kernel and other advanced -extensions are built. Special care has been taken so that they can be used -within a LaTeX2e context as regular packages. +This API provides the foundation on which new additions to the LaTeX kernel and +other advanced extensions are built. The programming layer is designed to be +loaded as part of LaTeX2e format building or as a loaded package with plain TeX +or other formats. -While `l3kernel` is still experimental, the bundle is now regarded as broadly -stable. The syntax conventions and functions provided are now ready for wider -use. There may still be changes to some functions, but these will be minor when -compared to the scope of `l3kernel`. +The syntax and functionality provided by `l3kernel` is regarded by the LaTeX +team as stable. There may still be changes to some functions, but these will be +very minor when compared to the scope of `l3kernel`. In particular, no functions +will be removed, although some may be deprecated. Programmers making use of `l3kernel` are *strongly* encouraged to subscribe to the LaTeX-L mailing list (see below): announcements concerning the deprecation @@ -27,22 +28,54 @@ or modification of functions are made on the list. Requirements ------------ -The `l3kernel` bundle requires the e-TeX extensions and additional functionality -to support string comparisons, expandable character generation with arbitrary -category codes (for Unicode engines) and PDF support primitives (where direct -PDF generation is used). The bundle only works with the following engines: -* pdfTeX v1.40 or later -* XeTeX v0.99992 or later -* LuaTeX v1.10 or later -* e-(u)pTeX from mid-2012 onward - -pdfTeX v1.40 was released in 2007, and so any recent TeX distribution -supports `l3kernel`. Both XeTeX and LuaTeX have developed more -actively over the past few years, and for this reason only recent -releases of these engines are supported. - -(Engine developers should contact the team for detailed discussion about -primitive requirements.) +The `l3kernel` bundle requires the e-TeX extensions and a number of additional +'utility' primitives, almost all of which were first added to pdfTeX. In +particular, the functionality equivalent to the following pdfTeX primitives must +be available + +- `\ifpdfprimitive` +- `\pdfcreationdate` +- `\pdfelapsedtime` +- `\pdffiledump` +- `\pdffilemoddate` +- `\pdffilesize` +- `\pdflastxpos` +- `\pdflastypos` +- `\pdfmdfivesum` +- `\pdfnormaldeviate` +- `\pdfpageheight` +- `\pdfpagewidth` +- `\pdfprimitive` +- `\pdfrandomseed` +- `\pdfresettimer` +- `\pdfsavepos` +- `\pdfsetrandomseed` +- `\pdfshellescape` +- `\pdfstrcmp` +- `\pdfuniformdeviate` + +For ease of reference, these primitives will be referred to as the 'pdfTeX +utilities'. With the exception of `\expanded`, these have been present in pdfTeX +since the release of version 1.40.0 in 2007; `\expanded` was added for TeX Live +2019. Similarly, the full set of these utility primitives has been available in +XeTeX from the 2019 TeX Live release, and has always been available in LuaTeX +(some by Lua emulation). The Japanese pTeX and upTeX gained all of the above +(except `\ifincsname`) for TeX Live 2019 `\ifincsname` for TeX Live 2020. + +At present, the `\expanded` primitive is emulated if unavailable. This code is +slow and imposes some coding restrictions. As such, it will be *removed* for TeX +Live 2022. + +In addition to the above, engines which are fully Unicode-compatible +must provde the functionality of the following primitives, documented in the +LuaTeX manual + +- `\Uchar` +- `\Ucharcat` +- `\Umathcode` + +The existence of the primitive `\Umathcode` is used as the marker for Unicode +support. Discussion ---------- diff --git a/macros/latex/contrib/l3kernel/expl3.dtx b/macros/latex/contrib/l3kernel/expl3.dtx index 88f0cd1e3d..3363776126 100644 --- a/macros/latex/contrib/l3kernel/expl3.dtx +++ b/macros/latex/contrib/l3kernel/expl3.dtx @@ -24,7 +24,7 @@ % %<*driver|generic|package|2ekernel> %</driver|generic|package|2ekernel> -\def\ExplFileDate{2022-02-05}% +\def\ExplFileDate{2022-02-21}% %<*driver> \documentclass[full]{l3doc} \usepackage{graphicx} @@ -51,7 +51,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/expl3.pdf b/macros/latex/contrib/l3kernel/expl3.pdf Binary files differindex ebadc4ab04..84ccdd85a6 100644 --- a/macros/latex/contrib/l3kernel/expl3.pdf +++ b/macros/latex/contrib/l3kernel/expl3.pdf diff --git a/macros/latex/contrib/l3kernel/interface3.pdf b/macros/latex/contrib/l3kernel/interface3.pdf Binary files differindex c20da20c97..a757c70bc2 100644 --- a/macros/latex/contrib/l3kernel/interface3.pdf +++ b/macros/latex/contrib/l3kernel/interface3.pdf diff --git a/macros/latex/contrib/l3kernel/interface3.tex b/macros/latex/contrib/l3kernel/interface3.tex index d71eb5eda7..23be90e3ab 100644 --- a/macros/latex/contrib/l3kernel/interface3.tex +++ b/macros/latex/contrib/l3kernel/interface3.tex @@ -54,7 +54,7 @@ for those people who are interested. {latex-team@latex-project.org}% }% } -\date{Released 2022-02-05} +\date{Released 2022-02-21} \pagenumbering{roman} \maketitle diff --git a/macros/latex/contrib/l3kernel/l3basics.dtx b/macros/latex/contrib/l3kernel/l3basics.dtx index d5d95dc5c4..43c8f0ea7b 100644 --- a/macros/latex/contrib/l3kernel/l3basics.dtx +++ b/macros/latex/contrib/l3kernel/l3basics.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % @@ -238,7 +238,8 @@ % Creates \meta{function} to expand to \meta{code} as replacement text. % Within the \meta{code}, the \meta{parameters} (|#1|, |#2|, % \emph{etc.}) will be replaced by those absorbed by the function. -% The \meta{function} will not expand within an \texttt{x}-type +% The \meta{function} will not expand within an \texttt{x}-type or +% or \texttt{e}-type % argument. The definition is global and an error results if the % \meta{function} is already defined. % \end{function} @@ -383,7 +384,7 @@ % cannot contain \cs{par} tokens. The assignment of a meaning to the % \meta{function} is \emph{not} restricted to the current \TeX{} % group level: the assignment is global. The \meta{function} will -% not expand within an \texttt{x}-type argument. +% not expand within an \texttt{x}-type or \texttt{e}-type argument. % \end{function} % % \subsection{Defining new functions using the signature} @@ -435,7 +436,7 @@ % automatically from the function signature. These \meta{parameters} % (|#1|, |#2|, \emph{etc.}) will be replaced by those absorbed by the % function. The \meta{function} will not expand within an \texttt{x}-type -% argument. The definition is global and +% or \texttt{e}-type argument. The definition is global and % an error results if the \meta{function} is already defined. % \end{function} % @@ -505,7 +506,7 @@ % automatically from the function signature. These \meta{parameters} % (|#1|, |#2|, \emph{etc.}) will be replaced by those absorbed by the % function. The \meta{function} will not expand within an \texttt{x}-type -% argument. +% or \texttt{e}-type argument. % The assignment of a meaning to the \meta{function} is restricted to % the current \TeX{} group level. % \end{function} @@ -575,7 +576,7 @@ % automatically from the function signature. These \meta{parameters} % (|#1|, |#2|, \emph{etc.}) will be replaced by those absorbed by the % function. The \meta{function} will not expand within an \texttt{x}-type -% argument. +% or \texttt{e}-type argument. % The assignment of a meaning to the \meta{function} is global. % \end{function} % diff --git a/macros/latex/contrib/l3kernel/l3bootstrap.dtx b/macros/latex/contrib/l3kernel/l3bootstrap.dtx index 153ff61c76..e7ca9de026 100644 --- a/macros/latex/contrib/l3kernel/l3bootstrap.dtx +++ b/macros/latex/contrib/l3kernel/l3bootstrap.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % @@ -194,7 +194,11 @@ \expandafter\ifx\csname newcatcodetable\endcsname\relax \input{ltluatex}% \fi - \ifdefined\newluabytecode\newluabytecode\@expl@luadata@bytecode\fi + \begingroup\expandafter\expandafter\expandafter\endgroup + \expandafter\ifx\csname newluabytecode\endcsname\relax + \else + \newluabytecode\@expl@luadata@bytecode + \fi \directlua{require("expl3")}% % \end{macrocode} % As the user might be making a custom format, no assumption is made about @@ -231,19 +235,20 @@ \def\LongText% {% The L3 programming layer requires the e-TeX primitives and additional - functionality as described in the README file. + \LineBreak functionality as described in the README file. \LineBreak These are available in the engines\LineBreak - pdfTeX v1.40.0\LineBreak - XeTeX v0.99992\LineBreak - LuaTeX v1.10\LineBreak - e-(u)pTeX mid-2012\LineBreak + - Prote (2021)\LineBreak or later.\LineBreak \LineBreak }% \ifnum0% \expandafter\ifx\csname expanded\endcsname\relax - \ifx\csname pdfstrcmp\endcsname\relax\else 1\fi + \expandafter\ifx\csname pdfstrcmp\endcsname\relax\else 1\fi \else \expandafter\ifx\csname luatexversion\endcsname\relax 1% @@ -256,11 +261,15 @@ \def\LineBreak{\noexpand\MessageBreak}% \expandafter\ifx\csname PackageError\endcsname\relax \def\LineBreak{^^J}% - \def\PackageError#1#2#3% - {% - \errhelp{#3}% - \errmessage{#1 Error: #2}% - }% + \begingroup + \lccode`\~=`\ \lccode`\}=`\ % + \lccode`\T=`\T\lccode`\H=`\H% + \catcode`\ =11 % +\lowercase{\endgroup\def\PackageError#1#2#3{% +\begingroup\errorcontextlines-1\immediate\write0{}\errhelp{#3}\def% +\ {#1 Error: #2.^^J^^J +Type H <return> for immediate help}\def~{\errmessage{% +\ }}~\endgroup}}% \fi \edef\next {% diff --git a/macros/latex/contrib/l3kernel/l3box.dtx b/macros/latex/contrib/l3kernel/l3box.dtx index cca2b82313..9b674c29c7 100644 --- a/macros/latex/contrib/l3kernel/l3box.dtx +++ b/macros/latex/contrib/l3kernel/l3box.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3candidates.dtx b/macros/latex/contrib/l3kernel/l3candidates.dtx index 5040b47e3c..b6fc78141d 100644 --- a/macros/latex/contrib/l3kernel/l3candidates.dtx +++ b/macros/latex/contrib/l3kernel/l3candidates.dtx @@ -44,7 +44,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % @@ -357,7 +357,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{value} % does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -547,7 +547,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{item} % does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % diff --git a/macros/latex/contrib/l3kernel/l3cctab.dtx b/macros/latex/contrib/l3kernel/l3cctab.dtx index 39fbca7b74..13ac02ce36 100644 --- a/macros/latex/contrib/l3kernel/l3cctab.dtx +++ b/macros/latex/contrib/l3kernel/l3cctab.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3clist.dtx b/macros/latex/contrib/l3kernel/l3clist.dtx index 0ad3565b34..7ec52dbb6f 100644 --- a/macros/latex/contrib/l3kernel/l3clist.dtx +++ b/macros/latex/contrib/l3kernel/l3clist.dtx @@ -44,7 +44,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % @@ -579,7 +579,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{items} % do not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -604,7 +604,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{items} % do not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -620,6 +620,12 @@ % resulting space-trimmed item is braced. The \meta{separators} are % then inserted in the same way as for \cs{clist_use:Nnnn} and % \cs{clist_use:Nn}, respectively. +% \begin{texnote} +% The result is returned within the \tn{unexpanded} +% primitive (\cs{exp_not:n}), which means that the \meta{items} +% do not expand further when appearing in an \texttt{x}-type +% or \texttt{e}-type argument expansion. +% \end{texnote} % \end{function} % % \section{Comma lists as stacks} @@ -724,7 +730,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{item} % does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -740,7 +746,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{item} % does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % diff --git a/macros/latex/contrib/l3kernel/l3coffins.dtx b/macros/latex/contrib/l3kernel/l3coffins.dtx index bdd3ea852f..384dd662a0 100644 --- a/macros/latex/contrib/l3kernel/l3coffins.dtx +++ b/macros/latex/contrib/l3kernel/l3coffins.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3color.dtx b/macros/latex/contrib/l3kernel/l3color.dtx index afef4571cd..2613974097 100644 --- a/macros/latex/contrib/l3kernel/l3color.dtx +++ b/macros/latex/contrib/l3kernel/l3color.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3debug.dtx b/macros/latex/contrib/l3kernel/l3debug.dtx index 9598ee8174..df93b6a70d 100644 --- a/macros/latex/contrib/l3kernel/l3debug.dtx +++ b/macros/latex/contrib/l3kernel/l3debug.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3deprecation.dtx b/macros/latex/contrib/l3kernel/l3deprecation.dtx index 942b560c30..0dd2c89ce1 100644 --- a/macros/latex/contrib/l3kernel/l3deprecation.dtx +++ b/macros/latex/contrib/l3kernel/l3deprecation.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3doc.dtx b/macros/latex/contrib/l3kernel/l3doc.dtx index fc0eed68da..1abe3c44e0 100644 --- a/macros/latex/contrib/l3kernel/l3doc.dtx +++ b/macros/latex/contrib/l3kernel/l3doc.dtx @@ -85,7 +85,7 @@ and all files in that bundle must be distributed together. % require you to do updates, if the class changes.}} % % \author{\Team} -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % \maketitle % \tableofcontents % diff --git a/macros/latex/contrib/l3kernel/l3doc.pdf b/macros/latex/contrib/l3kernel/l3doc.pdf Binary files differindex 0e685da1b6..844c0e2cff 100644 --- a/macros/latex/contrib/l3kernel/l3doc.pdf +++ b/macros/latex/contrib/l3kernel/l3doc.pdf diff --git a/macros/latex/contrib/l3kernel/l3docstrip.dtx b/macros/latex/contrib/l3kernel/l3docstrip.dtx index 0c878d7a72..baca3921d8 100644 --- a/macros/latex/contrib/l3kernel/l3docstrip.dtx +++ b/macros/latex/contrib/l3kernel/l3docstrip.dtx @@ -63,7 +63,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3docstrip.pdf b/macros/latex/contrib/l3kernel/l3docstrip.pdf Binary files differindex 2df1b47ec8..06bff6f7ee 100644 --- a/macros/latex/contrib/l3kernel/l3docstrip.pdf +++ b/macros/latex/contrib/l3kernel/l3docstrip.pdf diff --git a/macros/latex/contrib/l3kernel/l3expan.dtx b/macros/latex/contrib/l3kernel/l3expan.dtx index c989a2b98c..7415de8ce4 100644 --- a/macros/latex/contrib/l3kernel/l3expan.dtx +++ b/macros/latex/contrib/l3kernel/l3expan.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % @@ -775,7 +775,7 @@ % and all of \meta{tokens} are expandable \cs{exp_stop_f:} % terminates the expansion of tokens even if \meta{more tokens} % are also expandable. The function itself is an implicit space -% token. Inside an \texttt{x}-type expansion, it retains its +% token. Inside an \texttt{x}-type or \texttt{e}-type expansion, it retains its % form, but when typeset it produces the underlying space (\verb*| |). % \end{function} % diff --git a/macros/latex/contrib/l3kernel/l3file.dtx b/macros/latex/contrib/l3kernel/l3file.dtx index 89535d1622..aaadad7386 100644 --- a/macros/latex/contrib/l3kernel/l3file.dtx +++ b/macros/latex/contrib/l3kernel/l3file.dtx @@ -44,7 +44,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3flag.dtx b/macros/latex/contrib/l3kernel/l3flag.dtx index ab8a80f5e8..7effab50aa 100644 --- a/macros/latex/contrib/l3kernel/l3flag.dtx +++ b/macros/latex/contrib/l3kernel/l3flag.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3fp-assign.dtx b/macros/latex/contrib/l3kernel/l3fp-assign.dtx index d966dfe94d..2a1cf315b0 100644 --- a/macros/latex/contrib/l3kernel/l3fp-assign.dtx +++ b/macros/latex/contrib/l3kernel/l3fp-assign.dtx @@ -40,7 +40,7 @@ % {latex-team@latex-project.org}^^A % }^^A % } -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % \maketitle % % \begin{documentation} diff --git a/macros/latex/contrib/l3kernel/l3fp-aux.dtx b/macros/latex/contrib/l3kernel/l3fp-aux.dtx index 677a4c7fa4..cdd4ede0df 100644 --- a/macros/latex/contrib/l3kernel/l3fp-aux.dtx +++ b/macros/latex/contrib/l3kernel/l3fp-aux.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3fp-basics.dtx b/macros/latex/contrib/l3kernel/l3fp-basics.dtx index f0f9e0e10b..973588f870 100644 --- a/macros/latex/contrib/l3kernel/l3fp-basics.dtx +++ b/macros/latex/contrib/l3kernel/l3fp-basics.dtx @@ -40,7 +40,7 @@ % {latex-team@latex-project.org}^^A % }^^A % } -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3fp-convert.dtx b/macros/latex/contrib/l3kernel/l3fp-convert.dtx index 77dcf71818..f31c850baf 100644 --- a/macros/latex/contrib/l3kernel/l3fp-convert.dtx +++ b/macros/latex/contrib/l3kernel/l3fp-convert.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3fp-expo.dtx b/macros/latex/contrib/l3kernel/l3fp-expo.dtx index 5c43094885..1c8d0a22d4 100644 --- a/macros/latex/contrib/l3kernel/l3fp-expo.dtx +++ b/macros/latex/contrib/l3kernel/l3fp-expo.dtx @@ -40,7 +40,7 @@ % {latex-team@latex-project.org}^^A % }^^A % } -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3fp-extended.dtx b/macros/latex/contrib/l3kernel/l3fp-extended.dtx index 7624b6f9cc..48d5efe31a 100644 --- a/macros/latex/contrib/l3kernel/l3fp-extended.dtx +++ b/macros/latex/contrib/l3kernel/l3fp-extended.dtx @@ -40,7 +40,7 @@ % {latex-team@latex-project.org}^^A % }^^A % } -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3fp-logic.dtx b/macros/latex/contrib/l3kernel/l3fp-logic.dtx index 47dddb3502..c804716ef2 100644 --- a/macros/latex/contrib/l3kernel/l3fp-logic.dtx +++ b/macros/latex/contrib/l3kernel/l3fp-logic.dtx @@ -40,7 +40,7 @@ % {latex-team@latex-project.org}^^A % }^^A % } -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3fp-parse.dtx b/macros/latex/contrib/l3kernel/l3fp-parse.dtx index 9441b64759..176147a8b9 100644 --- a/macros/latex/contrib/l3kernel/l3fp-parse.dtx +++ b/macros/latex/contrib/l3kernel/l3fp-parse.dtx @@ -40,7 +40,7 @@ % {latex-team@latex-project.org}^^A % }^^A % } -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3fp-random.dtx b/macros/latex/contrib/l3kernel/l3fp-random.dtx index 55ef17d2df..013366c38c 100644 --- a/macros/latex/contrib/l3kernel/l3fp-random.dtx +++ b/macros/latex/contrib/l3kernel/l3fp-random.dtx @@ -40,7 +40,7 @@ % {latex-team@latex-project.org}^^A % }^^A % } -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3fp-round.dtx b/macros/latex/contrib/l3kernel/l3fp-round.dtx index e7899c9831..4a677424d3 100644 --- a/macros/latex/contrib/l3kernel/l3fp-round.dtx +++ b/macros/latex/contrib/l3kernel/l3fp-round.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3fp-traps.dtx b/macros/latex/contrib/l3kernel/l3fp-traps.dtx index fbf00f5083..a5d6cdad22 100644 --- a/macros/latex/contrib/l3kernel/l3fp-traps.dtx +++ b/macros/latex/contrib/l3kernel/l3fp-traps.dtx @@ -40,7 +40,7 @@ % {latex-team@latex-project.org}^^A % }^^A % } -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % \maketitle % % \begin{documentation} diff --git a/macros/latex/contrib/l3kernel/l3fp-trig.dtx b/macros/latex/contrib/l3kernel/l3fp-trig.dtx index 1492ef2346..a6acbf63c5 100644 --- a/macros/latex/contrib/l3kernel/l3fp-trig.dtx +++ b/macros/latex/contrib/l3kernel/l3fp-trig.dtx @@ -40,7 +40,7 @@ % {latex-team@latex-project.org}^^A % }^^A % } -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3fp.dtx b/macros/latex/contrib/l3kernel/l3fp.dtx index 8419fcfeef..1abdbddf93 100644 --- a/macros/latex/contrib/l3kernel/l3fp.dtx +++ b/macros/latex/contrib/l3kernel/l3fp.dtx @@ -49,7 +49,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3fparray.dtx b/macros/latex/contrib/l3kernel/l3fparray.dtx index da6ada982b..949a0c8d30 100644 --- a/macros/latex/contrib/l3kernel/l3fparray.dtx +++ b/macros/latex/contrib/l3kernel/l3fparray.dtx @@ -44,7 +44,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3int.dtx b/macros/latex/contrib/l3kernel/l3int.dtx index 3a2a08bff9..a8e15875fc 100644 --- a/macros/latex/contrib/l3kernel/l3int.dtx +++ b/macros/latex/contrib/l3kernel/l3int.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3intarray.dtx b/macros/latex/contrib/l3kernel/l3intarray.dtx index 4ee8d967e8..1e52ef5aac 100644 --- a/macros/latex/contrib/l3kernel/l3intarray.dtx +++ b/macros/latex/contrib/l3kernel/l3intarray.dtx @@ -44,7 +44,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3kernel-functions.dtx b/macros/latex/contrib/l3kernel/l3kernel-functions.dtx index 9147f69bcc..f67983ae09 100644 --- a/macros/latex/contrib/l3kernel/l3kernel-functions.dtx +++ b/macros/latex/contrib/l3kernel/l3kernel-functions.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3keys.dtx b/macros/latex/contrib/l3kernel/l3keys.dtx index 087bbf411d..6c8d1ff55f 100644 --- a/macros/latex/contrib/l3kernel/l3keys.dtx +++ b/macros/latex/contrib/l3kernel/l3keys.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % @@ -87,6 +87,10 @@ % key-two = value two % } % \end{verbatim} +% As illustrated, keys are created inside a \meta{module}: a set of related +% keys, typically those for a single module/\LaTeXe{} package. See +% Section~\label{sec:l3keys:subdivision} for suggestions on how to divide +% large numbers of keys for a single module. % % At a document level, \cs{keys_set:nn} is used within a % document function, for example @@ -321,7 +325,8 @@ % \meta{key} .inherit:n = \Arg{parents} % \end{syntax} % Specifies that the \meta{key} path should inherit the keys listed -% as \meta{parents}. For example, after setting +% as any of the \meta{parents} (a comma list), which can be a module +% or a subgroup. For example, after setting % \begin{verbatim} % \keys_define:nn { foo } { test .code:n = \tl_show:n {#1} } % \keys_define:nn { } { bar .inherit:n = foo } @@ -334,6 +339,12 @@ % \begin{verbatim} % \keys_set:nn { foo } { test = a } % \end{verbatim} +% Inheritance applies at point of use, not at definition, thus keys may +% be added to the \meta{parent} after the use of \texttt{.inherit:n} +% and will be active. +% If more than one \meta{parent} is specified, the presence of the +% \meta{key} will be tested for each in turn, with the first successful +% hit taking priority. % \end{function} % % \begin{function}[updated = 2013-07-09] diff --git a/macros/latex/contrib/l3kernel/l3legacy.dtx b/macros/latex/contrib/l3kernel/l3legacy.dtx index eadf0fcfa6..3fe875c8fd 100644 --- a/macros/latex/contrib/l3kernel/l3legacy.dtx +++ b/macros/latex/contrib/l3kernel/l3legacy.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3luatex.dtx b/macros/latex/contrib/l3kernel/l3luatex.dtx index 4f5da9de7c..9c33e12362 100644 --- a/macros/latex/contrib/l3kernel/l3luatex.dtx +++ b/macros/latex/contrib/l3kernel/l3luatex.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3msg.dtx b/macros/latex/contrib/l3kernel/l3msg.dtx index 83a42fc50a..af6bc4f485 100644 --- a/macros/latex/contrib/l3kernel/l3msg.dtx +++ b/macros/latex/contrib/l3kernel/l3msg.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3names.dtx b/macros/latex/contrib/l3kernel/l3names.dtx index 585463685d..27305b7f1e 100644 --- a/macros/latex/contrib/l3kernel/l3names.dtx +++ b/macros/latex/contrib/l3kernel/l3names.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3news.pdf b/macros/latex/contrib/l3kernel/l3news.pdf Binary files differindex 892b9dcc82..f318675fbe 100644 --- a/macros/latex/contrib/l3kernel/l3news.pdf +++ b/macros/latex/contrib/l3kernel/l3news.pdf diff --git a/macros/latex/contrib/l3kernel/l3news01.pdf b/macros/latex/contrib/l3kernel/l3news01.pdf Binary files differindex 136af9b8cc..3a0af2b433 100644 --- a/macros/latex/contrib/l3kernel/l3news01.pdf +++ b/macros/latex/contrib/l3kernel/l3news01.pdf diff --git a/macros/latex/contrib/l3kernel/l3news02.pdf b/macros/latex/contrib/l3kernel/l3news02.pdf Binary files differindex b607faebf2..d716f4f509 100644 --- a/macros/latex/contrib/l3kernel/l3news02.pdf +++ b/macros/latex/contrib/l3kernel/l3news02.pdf diff --git a/macros/latex/contrib/l3kernel/l3news03.pdf b/macros/latex/contrib/l3kernel/l3news03.pdf Binary files differindex 9473d75a63..c2c2c9a6bc 100644 --- a/macros/latex/contrib/l3kernel/l3news03.pdf +++ b/macros/latex/contrib/l3kernel/l3news03.pdf diff --git a/macros/latex/contrib/l3kernel/l3news04.pdf b/macros/latex/contrib/l3kernel/l3news04.pdf Binary files differindex 1166dc6c23..345ccf8e8c 100644 --- a/macros/latex/contrib/l3kernel/l3news04.pdf +++ b/macros/latex/contrib/l3kernel/l3news04.pdf diff --git a/macros/latex/contrib/l3kernel/l3news05.pdf b/macros/latex/contrib/l3kernel/l3news05.pdf Binary files differindex 4b9a8cf717..c758e25094 100644 --- a/macros/latex/contrib/l3kernel/l3news05.pdf +++ b/macros/latex/contrib/l3kernel/l3news05.pdf diff --git a/macros/latex/contrib/l3kernel/l3news06.pdf b/macros/latex/contrib/l3kernel/l3news06.pdf Binary files differindex e849790458..1b54cf91e8 100644 --- a/macros/latex/contrib/l3kernel/l3news06.pdf +++ b/macros/latex/contrib/l3kernel/l3news06.pdf diff --git a/macros/latex/contrib/l3kernel/l3news07.pdf b/macros/latex/contrib/l3kernel/l3news07.pdf Binary files differindex 466a632903..02f018a5e0 100644 --- a/macros/latex/contrib/l3kernel/l3news07.pdf +++ b/macros/latex/contrib/l3kernel/l3news07.pdf diff --git a/macros/latex/contrib/l3kernel/l3news08.pdf b/macros/latex/contrib/l3kernel/l3news08.pdf Binary files differindex b5179f4935..75979df752 100644 --- a/macros/latex/contrib/l3kernel/l3news08.pdf +++ b/macros/latex/contrib/l3kernel/l3news08.pdf diff --git a/macros/latex/contrib/l3kernel/l3news09.pdf b/macros/latex/contrib/l3kernel/l3news09.pdf Binary files differindex eda7edc267..786b5df2d4 100644 --- a/macros/latex/contrib/l3kernel/l3news09.pdf +++ b/macros/latex/contrib/l3kernel/l3news09.pdf diff --git a/macros/latex/contrib/l3kernel/l3news10.pdf b/macros/latex/contrib/l3kernel/l3news10.pdf Binary files differindex d1dfbe40c1..e4c5017394 100644 --- a/macros/latex/contrib/l3kernel/l3news10.pdf +++ b/macros/latex/contrib/l3kernel/l3news10.pdf diff --git a/macros/latex/contrib/l3kernel/l3news11.pdf b/macros/latex/contrib/l3kernel/l3news11.pdf Binary files differindex 37be98d2ee..c98f596ccc 100644 --- a/macros/latex/contrib/l3kernel/l3news11.pdf +++ b/macros/latex/contrib/l3kernel/l3news11.pdf diff --git a/macros/latex/contrib/l3kernel/l3news12.pdf b/macros/latex/contrib/l3kernel/l3news12.pdf Binary files differindex 8d6816802b..d779c718a8 100644 --- a/macros/latex/contrib/l3kernel/l3news12.pdf +++ b/macros/latex/contrib/l3kernel/l3news12.pdf diff --git a/macros/latex/contrib/l3kernel/l3pdf.dtx b/macros/latex/contrib/l3kernel/l3pdf.dtx index 1ad30361e3..d42f7c9865 100644 --- a/macros/latex/contrib/l3kernel/l3pdf.dtx +++ b/macros/latex/contrib/l3kernel/l3pdf.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3prefixes.pdf b/macros/latex/contrib/l3kernel/l3prefixes.pdf Binary files differindex 3e89ae150c..9dde53ac9c 100644 --- a/macros/latex/contrib/l3kernel/l3prefixes.pdf +++ b/macros/latex/contrib/l3kernel/l3prefixes.pdf diff --git a/macros/latex/contrib/l3kernel/l3prg.dtx b/macros/latex/contrib/l3kernel/l3prg.dtx index efca65e23b..1fcefca69c 100644 --- a/macros/latex/contrib/l3kernel/l3prg.dtx +++ b/macros/latex/contrib/l3kernel/l3prg.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3prop.dtx b/macros/latex/contrib/l3kernel/l3prop.dtx index 6033b875c3..55f0a02ff9 100644 --- a/macros/latex/contrib/l3kernel/l3prop.dtx +++ b/macros/latex/contrib/l3kernel/l3prop.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % @@ -133,6 +133,10 @@ % signs. The \meta{key} is then processed by \cs{tl_to_str:n}. % This function correctly detects the |=| and |,| signs provided they % have the standard category code~$12$ or they are active. +% +% Notice that in contrast to most keyval lists (\emph{e.g.}~those in +% \pkg{l3keys}), each key here \emph{must} be followed with an \texttt{=} +% sign. % \end{function} % % \begin{function}[added = 2017-11-28, updated = 2021-11-07] @@ -151,6 +155,10 @@ % keys appear only the last of the values is kept. % This function correctly detects the |=| and |,| signs provided they % have the standard category code~$12$ or they are active. +% +% Notice that in contrast to most keyval lists (\emph{e.g.}~those in +% \pkg{l3keys}), each key here \emph{must} be followed with an \texttt{=} +% sign. % \end{function} % % \section{Adding and updating property list entries} @@ -299,7 +307,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{value} % does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -321,7 +329,7 @@ % \begin{texnote} % The result is returned within the \tn{unexpanded} primitive % (\cs{exp_not:n}), which means that the key--value list does not expand -% further when appearing in an \texttt{x}-type argument expansion. +% further when appearing in an \texttt{x}-type or \texttt{e}-type argument expansion. % It also needs exactly two steps of expansion. % \end{texnote} % \end{function} diff --git a/macros/latex/contrib/l3kernel/l3quark.dtx b/macros/latex/contrib/l3kernel/l3quark.dtx index 7b8cc3bb79..56b32e32d1 100644 --- a/macros/latex/contrib/l3kernel/l3quark.dtx +++ b/macros/latex/contrib/l3kernel/l3quark.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3regex.dtx b/macros/latex/contrib/l3kernel/l3regex.dtx index 515b438dbd..589f03f088 100644 --- a/macros/latex/contrib/l3kernel/l3regex.dtx +++ b/macros/latex/contrib/l3kernel/l3regex.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3seq.dtx b/macros/latex/contrib/l3kernel/l3seq.dtx index 1eff1219f8..115c74b74c 100644 --- a/macros/latex/contrib/l3kernel/l3seq.dtx +++ b/macros/latex/contrib/l3kernel/l3seq.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % @@ -320,7 +320,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{item} % does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -335,7 +335,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{item} % does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -749,7 +749,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{items} % do not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -774,7 +774,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{items} % do not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % diff --git a/macros/latex/contrib/l3kernel/l3skip.dtx b/macros/latex/contrib/l3kernel/l3skip.dtx index dddc1f55ee..6260ff0e9f 100644 --- a/macros/latex/contrib/l3kernel/l3skip.dtx +++ b/macros/latex/contrib/l3kernel/l3skip.dtx @@ -44,7 +44,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3sort.dtx b/macros/latex/contrib/l3kernel/l3sort.dtx index 6671036d98..99b1aef0dd 100644 --- a/macros/latex/contrib/l3kernel/l3sort.dtx +++ b/macros/latex/contrib/l3kernel/l3sort.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3str-convert.dtx b/macros/latex/contrib/l3kernel/l3str-convert.dtx index 786ae30716..da7ccf0758 100644 --- a/macros/latex/contrib/l3kernel/l3str-convert.dtx +++ b/macros/latex/contrib/l3kernel/l3str-convert.dtx @@ -44,7 +44,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3str.dtx b/macros/latex/contrib/l3kernel/l3str.dtx index eee1f00462..a53cc9a73f 100644 --- a/macros/latex/contrib/l3kernel/l3str.dtx +++ b/macros/latex/contrib/l3kernel/l3str.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3styleguide.pdf b/macros/latex/contrib/l3kernel/l3styleguide.pdf Binary files differindex 369ac8314a..1abc983a20 100644 --- a/macros/latex/contrib/l3kernel/l3styleguide.pdf +++ b/macros/latex/contrib/l3kernel/l3styleguide.pdf diff --git a/macros/latex/contrib/l3kernel/l3styleguide.tex b/macros/latex/contrib/l3kernel/l3styleguide.tex index 473fceded0..9edeb73c2e 100644 --- a/macros/latex/contrib/l3kernel/l3styleguide.tex +++ b/macros/latex/contrib/l3kernel/l3styleguide.tex @@ -32,7 +32,7 @@ The released version of this bundle is available from CTAN. {latex-team@latex-project.org}% }% } -\date{Released 2022-02-05} +\date{Released 2022-02-21} \begin{document} diff --git a/macros/latex/contrib/l3kernel/l3syntax-changes.pdf b/macros/latex/contrib/l3kernel/l3syntax-changes.pdf Binary files differindex aab5aa619e..35c30a35a6 100644 --- a/macros/latex/contrib/l3kernel/l3syntax-changes.pdf +++ b/macros/latex/contrib/l3kernel/l3syntax-changes.pdf diff --git a/macros/latex/contrib/l3kernel/l3syntax-changes.tex b/macros/latex/contrib/l3kernel/l3syntax-changes.tex index 2924255bae..1a51125933 100644 --- a/macros/latex/contrib/l3kernel/l3syntax-changes.tex +++ b/macros/latex/contrib/l3kernel/l3syntax-changes.tex @@ -32,7 +32,7 @@ The released version of this bundle is available from CTAN. {latex-team@latex-project.org}% }% } -\date{Released 2022-02-05} +\date{Released 2022-02-21} \newcommand{\TF}{\textit{(TF)}} diff --git a/macros/latex/contrib/l3kernel/l3sys.dtx b/macros/latex/contrib/l3kernel/l3sys.dtx index 09758921dc..f032ab07af 100644 --- a/macros/latex/contrib/l3kernel/l3sys.dtx +++ b/macros/latex/contrib/l3kernel/l3sys.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3term-glossary.pdf b/macros/latex/contrib/l3kernel/l3term-glossary.pdf Binary files differindex 97a38b670d..05a679b5c7 100644 --- a/macros/latex/contrib/l3kernel/l3term-glossary.pdf +++ b/macros/latex/contrib/l3kernel/l3term-glossary.pdf diff --git a/macros/latex/contrib/l3kernel/l3term-glossary.tex b/macros/latex/contrib/l3kernel/l3term-glossary.tex index b7149761b1..eada45b713 100644 --- a/macros/latex/contrib/l3kernel/l3term-glossary.tex +++ b/macros/latex/contrib/l3kernel/l3term-glossary.tex @@ -32,7 +32,7 @@ The released version of this bundle is available from CTAN. {latex-team@latex-project.org}% }% } -\date{Released 2022-02-05} +\date{Released 2022-02-21} \newcommand{\TF}{\textit{(TF)}} diff --git a/macros/latex/contrib/l3kernel/l3text-case.dtx b/macros/latex/contrib/l3kernel/l3text-case.dtx index d93fad4624..b6c263c22d 100644 --- a/macros/latex/contrib/l3kernel/l3text-case.dtx +++ b/macros/latex/contrib/l3kernel/l3text-case.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % @@ -2082,37 +2082,40 @@ % we check at the end of the preamble. This will therefore only apply % to \LaTeXe{} package mode. % \begin{macrocode} -\cs_if_exist:cT { @uclclist } +\tl_if_exist:NT \@expl@finalise@setup@@@@ { - \AtBeginDocument + \tl_gput_right:Nn \@expl@finalise@setup@@@@ { - \group_begin: - \cs_set_protected:Npn \@@_change_case_setup:Nn #1#2 - { - \quark_if_recursion_tail_stop:N #1 - \tl_if_single_token:nT {#2} + \AtBeginDocument + { + \group_begin: + \cs_set_protected:Npn \@@_change_case_setup:Nn #1#2 { - \cs_if_exist:cF - { c_@@_uppercase_ \token_to_str:N #1 _tl } + \quark_if_recursion_tail_stop:N #1 + \tl_if_single_token:nT {#2} { - \tl_const:cn + \cs_if_exist:cF { c_@@_uppercase_ \token_to_str:N #1 _tl } - { #2 } - } - \cs_if_exist:cF - { c_@@_lowercase_ \token_to_str:N #2 _tl } - { - \tl_const:cn + { + \tl_const:cn + { c_@@_uppercase_ \token_to_str:N #1 _tl } + { #2 } + } + \cs_if_exist:cF { c_@@_lowercase_ \token_to_str:N #2 _tl } - { #1 } + { + \tl_const:cn + { c_@@_lowercase_ \token_to_str:N #2 _tl } + { #1 } + } } + \@@_change_case_setup:Nn } - \@@_change_case_setup:Nn - } - \exp_after:wN \@@_change_case_setup:Nn \@uclclist - \q_recursion_tail ? - \q_recursion_stop - \group_end: + \exp_after:wN \@@_change_case_setup:Nn \@uclclist + \q_recursion_tail ? + \q_recursion_stop + \group_end: + } } } % \end{macrocode} diff --git a/macros/latex/contrib/l3kernel/l3text-purify.dtx b/macros/latex/contrib/l3kernel/l3text-purify.dtx index 7211fdcf05..4ad1520adc 100644 --- a/macros/latex/contrib/l3kernel/l3text-purify.dtx +++ b/macros/latex/contrib/l3kernel/l3text-purify.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3text.dtx b/macros/latex/contrib/l3kernel/l3text.dtx index ad984ab079..c230ab9f27 100644 --- a/macros/latex/contrib/l3kernel/l3text.dtx +++ b/macros/latex/contrib/l3kernel/l3text.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3tl-analysis.dtx b/macros/latex/contrib/l3kernel/l3tl-analysis.dtx index 80007bfa7f..228c14ba54 100644 --- a/macros/latex/contrib/l3kernel/l3tl-analysis.dtx +++ b/macros/latex/contrib/l3kernel/l3tl-analysis.dtx @@ -44,7 +44,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3tl.dtx b/macros/latex/contrib/l3kernel/l3tl.dtx index 3637096e73..50612ce0c0 100644 --- a/macros/latex/contrib/l3kernel/l3tl.dtx +++ b/macros/latex/contrib/l3kernel/l3tl.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % @@ -576,7 +576,7 @@ % \begin{texnote} % The result is returned within \tn{unexpanded}, which means that the token % list does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -613,7 +613,7 @@ % \begin{texnote} % The result is returned within \tn{unexpanded}, which means that the token % list does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -629,7 +629,7 @@ % \begin{texnote} % The result is returned within \tn{unexpanded}, which means that the token % list does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -878,7 +878,7 @@ % \begin{texnote} % The result is returned within \cs{exp_not:n}, which means that the token % list does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -923,7 +923,7 @@ % \begin{texnote} % The result is returned within \cs{exp_not:n}, which means that the % token list does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -944,7 +944,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{item} % does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -961,7 +961,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{item} % does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % @@ -1034,7 +1034,7 @@ % The result is returned within the \tn{unexpanded} % primitive (\cs{exp_not:n}), which means that the \meta{item} % does not expand further when appearing in an \texttt{x}-type -% argument expansion. +% or \texttt{e}-type argument expansion. % \end{texnote} % \end{function} % diff --git a/macros/latex/contrib/l3kernel/l3token.dtx b/macros/latex/contrib/l3kernel/l3token.dtx index a233413aab..06c1989df1 100644 --- a/macros/latex/contrib/l3kernel/l3token.dtx +++ b/macros/latex/contrib/l3kernel/l3token.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/l3unicode.dtx b/macros/latex/contrib/l3kernel/l3unicode.dtx index 7a1babeca5..a173612e87 100644 --- a/macros/latex/contrib/l3kernel/l3unicode.dtx +++ b/macros/latex/contrib/l3kernel/l3unicode.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2022-02-05} +% \date{Released 2022-02-21} % % \maketitle % diff --git a/macros/latex/contrib/l3kernel/source3.pdf b/macros/latex/contrib/l3kernel/source3.pdf Binary files differindex c16928e861..ebf0336b0e 100644 --- a/macros/latex/contrib/l3kernel/source3.pdf +++ b/macros/latex/contrib/l3kernel/source3.pdf diff --git a/macros/latex/contrib/l3kernel/source3.tex b/macros/latex/contrib/l3kernel/source3.tex index 0e798c099b..91e6c3995a 100644 --- a/macros/latex/contrib/l3kernel/source3.tex +++ b/macros/latex/contrib/l3kernel/source3.tex @@ -53,7 +53,7 @@ for those people who are interested. {latex-team@latex-project.org}% }% } -\date{Released 2022-02-05} +\date{Released 2022-02-21} \pagenumbering{roman} \maketitle |