Skip to content

Commit cca0176

Browse files
committed
tweak class for font problem to solve #38 - Font not found
1 parent bc95967 commit cca0176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_extensions/quarto-journals/acm/acmart.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,13 +864,13 @@
864864
% and https://github.com/borisveytsman/acmart/issues/410
865865
\ifxetex
866866
\RequirePackage{unicode-math}
867-
\setmathfont[Scale=MatchUppercase]{libertinusmath-regular.otf}
867+
\setmathfont[Scale=MatchUppercase]{LibertinusMath-Regular.otf}
868868
\RequirePackage[tt=false]{libertine}
869869
\setmonofont[StylisticSet=3]{inconsolata}
870870
\else
871871
\ifluatex
872872
\RequirePackage{unicode-math}
873-
\setmathfont[Scale=MatchUppercase]{libertinusmath-regular.otf}
873+
\setmathfont[Scale=MatchUppercase]{LibertinusMath-Regular.otf}
874874
\RequirePackage[tt=false]{libertine}
875875
\setmonofont[StylisticSet=3]{inconsolata}
876876
\else

0 commit comments

Comments
 (0)