Skip to content

Commit

Permalink
fixes #2453 (#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev authored Jan 22, 2025
1 parent 9e5203b commit 2632c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LaTeXML/Engine/LaTeX.pool.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -2824,7 +2824,7 @@ DefPrimitive('\DeclarePreloadSizes{}{}{}{}{}', undef);
# The next font declaration commands are based on
# http://tex.loria.fr/general/new/fntguide.html
# we ignore font encoding
DefPrimitive('\DeclareSymbolFont{}{}{}{}{}', sub {
DefPrimitive('\DeclareSymbolFont{} ExpandedPartially {}{}{}', sub {
my ($stomach, $name, $enc, $family, $series, $shape) = @_;
AssignValue('fontdeclaration@' . ToString($name),
{ family => ToString($family),
Expand Down

0 comments on commit 2632c17

Please sign in to comment.