Skip to content

Commit

Permalink
\font also has an implied space skip
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Oct 10, 2023
1 parent 1f7d5fd commit f96ba68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LaTeXML/Package/TeX.pool.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ sub lookupFontinfo {

# This should eventually actually load the font metrics,
# and tie-in to the FontMetrics data used by Font.
DefPrimitive('\font Token SkipMatch:= SkipSpaces TeXFileName', sub {
DefPrimitive('\font SkipSpaces Token SkipSpaces SkipMatch:= SkipSpaces TeXFileName', sub {
my ($stomach, $cs, $name) = @_;
my $gullet = $stomach->getGullet;
$name = ToString($name);
Expand Down

0 comments on commit f96ba68

Please sign in to comment.