Skip to content

Commit

Permalink
Adapt l3doc for ltcmd change to handling of newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored and josephwright committed Mar 28, 2024
1 parent 01a05ab commit bb30f67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions l3kernel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ this project uses date-based 'snapshot' version identifiers.

### Changed
- Expand object names in `\pdf_object_...` functions (issue \#1521)
- Adapt `l3doc` for `ltcmd` change to handling of newlines
(see latex3/latex2e\#1304)

### Fixed
- Global assignment to constant in `\cctab_const:Nn` (issue \#1508)
Expand Down
2 changes: 2 additions & 0 deletions l3kernel/l3doc.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -2181,6 +2181,8 @@ and all files in that bundle must be distributed together.
{
\tl_remove_all:Ne \l_@@_tmpa_tl
{ \iow_char:N \^^M \c_percent_str }
\tl_remove_all:Ne \l_@@_tmpa_tl
{ \token_to_str:N \obeyedline \c_space_tl \c_percent_str }
\tl_remove_all:Ne \l_@@_tmpa_tl { \tl_to_str:n { ^ ^ A } }
\tl_remove_all:Ne \l_@@_tmpa_tl { \iow_char:N \^^I }
\tl_remove_all:Ne \l_@@_tmpa_tl { \iow_char:N \^^M }
Expand Down

0 comments on commit bb30f67

Please sign in to comment.