Skip to content

Commit

Permalink
small patch for \bbl@switch, avoiding the discrepancy in the binding …
Browse files Browse the repository at this point in the history
…for \cf@encoding
  • Loading branch information
dginev committed Oct 12, 2023
1 parent f9080ec commit 8c29dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/LaTeXML/Package/babel_support.sty.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ DefPrimitive('\ltx@bbl@select@language{}', sub {
$language = ToString(Expand($language));
my $iso = $$bbl_language_map{$language};
MergeFont(language => $iso) if $iso;
DefMacroI('\cf@encoding', undef, ExplodeText(LookupValue('font')->getEncoding));
return; });

# pretend we've got hyphenation patterns for ANY language.
Expand Down

0 comments on commit 8c29dd7

Please sign in to comment.