Skip to content

Commit

Permalink
Fix fontspec error (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone authored May 2, 2024
1 parent 667a1fe commit 82e8c29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions blueprint/src/print.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
\usepackage{mathtools}
\usepackage[warnings-off={mathtools-colon,mathtools-overbracket}]{unicode-math}
\usepackage{fontspec}
% \setmathfont{Latin Modern Math}
% \setmathfont[range=\varnothing]{Asana-Math.otf}
% \setmathfont[range=\pitchfork]{Asana-Math.otf}
% \setmathfont[range=\intprod]{Asana-Math.otf}
% \setmathfont[range=\int]{Latin Modern Math}
\setmathfont{latinmodern-math.otf}
\setmathfont[range=\varnothing]{Asana-Math.otf}
\setmathfont[range=\pitchfork]{Asana-Math.otf}
\setmathfont[range=\intprod]{Asana-Math.otf}
\setmathfont[range=\int]{latinmodern-math.otf}

\usepackage{amsthm}
\usepackage{etexcmds}
Expand Down

0 comments on commit 82e8c29

Please sign in to comment.