Skip to content

Commit

Permalink
Make keywords avoid clumsy font recoding
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemiller committed Aug 20, 2024
1 parent c3f28b3 commit 0a495ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LaTeXML/Package/cleveref.sty.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sub crefMulti {
return @tokens; } }
# Since we're not grouping by type, we're ignoring \crefpairgroupconjunction, etc

DefConstructor('\lx@cref OptionalMatch:* {} Semiverbatim',
DefConstructor('\lx@cref OptionalMatch:* HyperVerbatim Semiverbatim',
"<ltx:ref labelref='#label' show='#2' ?#1(class='ltx_nolink')() _force_font='true'/>",
properties => sub { (label => CleanLabel($_[3])); });

Expand Down

0 comments on commit 0a495ec

Please sign in to comment.