This morning, I updated my MacTeX installation to the 2015 install. Unfortunately, something is now having some trouble with the font (Century/Century Schoolbook) that I use most [edit: everything worked fine before]. I'm a relative amateur with TeX and couldn't fix the issue with a couple hours of Googling, so here I am. Help!
The issue appears to be that fontspec and/or xdvipdfmx (whatever that is) are having trouble finding certain fonts on the computer. So some fonts work, others just don't. My investigations suggest that the fonts that are having trouble appear to be ones that came with MS Word—all of the offenders so far were originally located in /Library/Fonts/Windows. I moved them to the main folder but that didn't help, so I don't know what it is that's making these specific fonts invisible or uncooperative.
I've seen two similar errors. First, e.g., with the Century font. This code:
\documentclass[12pt]{article}
\usepackage{fontspec}
\setromanfont{Century}
\begin{document}
This is a test.
\end{document}
Produces this error and refuses to compile/typeset:
xdvipdfmx:fatal: Cannot proceed without the font: /Library/Fonts/Century
But with other fonts, e.g. Colonna, I get something slightly different. This code:
\documentclass[12pt]{article}
\usepackage{fontspec}
\setromanfont{Colonna}
\begin{document}
This is a test.
\end{document}
Produces this error and refuses to compile/typeset:
/Test.tex:5: fontspec error: "font-not-found"
!
! The font "Colonna" cannot be found.
Colonna-- I think the first one should beCentury? – Sep 11 '15 at 19:56tlmgrto update the new installation? – cfr Sep 11 '15 at 23:34(1) Oops! Fixed it, thanks.
(2) Umm ... I've never used LuaLaTeX before and I'm not sure how to go about it, but that makes good sense as a suggestion. I'll try to find time to look into that and post what I find.
(3) Yep, everything was fine before, and I have updated with the TeXLive Utility.
– Joe M. Sep 12 '15 at 20:26/Library/Fonts/Windows, what error do you get then? How exactly did you move the fonts? What doesfile /Library/Fonts/Windows/Century*give? (orfile /Library/Fonts/Century*if you haven't moved it back). – cfr Oct 11 '15 at 18:32