From 82e8c2991e78342b90e37e2039bff92995197d70 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Thu, 2 May 2024 09:59:53 +0200 Subject: [PATCH] Fix fontspec error (#7) --- blueprint/src/print.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/blueprint/src/print.tex b/blueprint/src/print.tex index db86dac6..1aef5447 100644 --- a/blueprint/src/print.tex +++ b/blueprint/src/print.tex @@ -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}