Skip to content

Commit

Permalink
more precise expansion for \typeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Dec 30, 2024
1 parent f82b733 commit 3bfdae8
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 @@ -4714,9 +4714,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 3bfdae8

Please sign in to comment.