I am preparing a document, writing it in RStudio and knitr in a Mac (OS X El Capitan 10.11.2). I would like to use Calibri (to mimic Office documents). I already have a legal version of Microsoft Office on this computer, so having the font should not be an issue. Browsing questions like this was not useful, as the details on my problem are different.
I am trying to compile with XeLaTeX and have:
\usepackage{fontspec}
\setmainfont{Calibri}
in my preamble.
The error message that I get is the following:
Given the fact that I already have a valid copy of Office I thought this should not be a problem.
I am unwilling to mess tremendously with this computer as its my work machine, so a minimal answer should be optimal!
