Skip to content

Commit

Permalink
more precise expansion for \typeout (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev authored Jan 22, 2025
1 parent 8aeb81b commit 9e5203b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/LaTeXML/Engine/LaTeX.pool.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -4695,9 +4695,9 @@ DefPrimitiveI('\makeglossary', undef, undef);
# C.11.6 Terminal Input and Output
#======================================================================

DefPrimitive('\typeout{}', sub {
DefPrimitive('\typeout ExpandedPartially', sub {
my ($stomach, $stuff) = @_;
Note(ToString(Expand($stuff)));
Note(ToString($stuff));
return; });

DefPrimitive('\typein[]{}', undef);
Expand Down

0 comments on commit 9e5203b

Please sign in to comment.