Hello, I'm trying to put a new font into my Beamer presentation using the package fontspec. The problem is that whenever I put fontspec in and compile (either with latex to pdf OR xelatex to pdf), I get 101 errors, most of which seem to relate to expl3.sty, l3names.sty, etc.
Because of this, I can't even compile, let alone put a new font in. Any solution to this would be greatly appreciated.
Here's a MWE:
Code: Select all
\documentclass[landscape]{beamer}
\usepackage{fontspec}
\begin{document}
\begin{frame}
hello
\end{frame}
\end{document}
Let me know if you need a list of errors.