<div dir="ltr"><div dir="ltr"><br><div>Try this:</div><div><br></div><div><font face="monospace">% !TEX TS-program = xelatexmk<br>\documentclass{article}<br>\usepackage{fontspec}<br>\usepackage{unicode-math}<br>% Set XITS Math as the math font<br>\setmathfont[<br> Extension = .otf,<br> BoldFont = XITSMath-Bold,<br>]{XITSMath-Regular}<br>\begin{document}<br>Test XITS Math Join symbol: \(\Join_{F}\).<br>\end{document}<br></font></div><div><br></div><div>HTH,</div><div><br></div><div>Guillermo</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Fri, 10 Jan 2025 at 16:25, "M. Tamer Özsu" <<a href="mailto:ozsut@mac.com">ozsut@mac.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
I am trying to compile a file using <br>
<br>
I am getting the following error:<br>
./test1.tex:7: Package fontspec Error: <br>
(fontspec)                The font "XITS Math" cannot be found; this may be<br>
(fontspec)                but usually is not a fontspec bug. Either there is<br>
(fontspec)                a typo in the font name/file, the font is not<br>
(fontspec)                installed (correctly), or there is a bug in the<br>
(fontspec)                underlying font loading engine (XeTeX/luaotfload).<br>
<br>
If I force typesetting to continue, the output does not show the join symbol (as expected).<br>
<br>
My environment is MacOS 15.1.1 and using TeXShop 5.48. My MWE is attached. Typesetting with XeLaTeX<br>
<br>
I have confirmed that XITS Math is installed (when I try tlmgr install xits it tells me it is already there). I want to use XITS Math because I also use outerjoin symbols, etc and this should work well. <br>
<br>
Just as background, I was using \setmathfont{STIX Two Math} but that typesets \Join very large and in display environments, it typesets F in \Join_{F} underneath the join symbol rather than as a subscript, and I need the latter behaviour.<br>
<br>
many thanks for any advice.<br>
<br>
==Tamer<br>
<br>
----------- Please Consult the Following Before Posting -----------<br>
TeX FAQ: <a href="https://www.tug.org/mactex/faq/index.html" rel="noreferrer" target="_blank">https://www.tug.org/mactex/faq/index.html</a><br>
List Reminders and Etiquette: <a href="https://sites.esm.psu.edu/~gray/TeX/" rel="noreferrer" target="_blank">https://sites.esm.psu.edu/~gray/TeX/</a><br>
List Archives: <a href="http://dir.gmane.org/gmane.comp.tex.macosx" rel="noreferrer" target="_blank">http://dir.gmane.org/gmane.comp.tex.macosx</a><br>
                <a href="https://email.esm.psu.edu/pipermail/macosx-tex/" rel="noreferrer" target="_blank">https://email.esm.psu.edu/pipermail/macosx-tex/</a><br>
TeX on Mac OS X Website: <a href="https://www.tug.org/mactex/index.html" rel="noreferrer" target="_blank">https://www.tug.org/mactex/index.html</a><br>
List Info: <a href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex" rel="noreferrer" target="_blank">https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br>
</blockquote></div></div>