Fonts & Character Setsfontspec | Problems with "expl3" Package

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
markof
Posts: 2
Joined: Sun Sep 18, 2011 3:35 am

fontspec | Problems with "expl3" Package

Post by markof »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

fontspec | Problems with "expl3" Package

Post by localghost »

markof wrote:[…] 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. […]
It goes without saying that you can only compile with XeLaTeX. In the past there have been some rearrangements concerning packages related to experimental LaTeX3 code. Update your TeX system and try again.
markof wrote:[…] Let me know if you need a list of errors.
Attach the log file to your next post by upload to the forum server.


Best regards and welcome to the board
Thorsten
markof
Posts: 2
Joined: Sun Sep 18, 2011 3:35 am

Re: fontspec | Problems with "expl3" Package

Post by markof »

Ok, I've updated but the same problems exist. Attached is the log file.
Attachments
MWE.log
(72.48 KiB) Downloaded 405 times
User avatar
justdeath
Posts: 69
Joined: Mon Sep 05, 2011 10:27 am

Re: fontspec | Problems with "expl3" Package

Post by justdeath »

The example compiles with "xelatex", but on TeX Live 2011.

If you want to compile with MiKTeX, you may update your packages, refresh configuration of MiKTeX, then it might work (I don't have it installed).

Also it may have something to do with Windows 7 being 32-bit/64-bit (not sure about that though).

Nikolay
Post Reply