0

I can't compile the following code:

\documentclass{article}
\usepackage[english]{babel}
\usepackage{garamondx}
\usepackage[garamond]{mathdesign}
\useosf

\begin{document}
1234567890
\end{document}

(Well, Emacs actually says it has successfully compiled 0 pages. He's optimist.) I've just upgraded both texlive and the typefaces. Does it compile for you?

Arch Stanton
  • 1,497

1 Answers1

1

My fault, I installed the updates with getnonfreefonts instead of getnonfreefonts-sys. When I installed TL2016 I followed cfr's advice and created a dedicated user and home. I don't know whether it had any influence on this issue.

In order to solve this problem I had to remove the files created by getnonfreefonts (the non-sys version; see Why shouldn't I use getnonfreefonts to install additional fonts? Why shouldn't I use updmap when installing or removing fonts?) and run getnonfreefonts-sys -a.

[Edit] I also had to run getnonfreefonts-sys -r to get all typefaces to work properly after that.

Many thanks to Ulrike Fischer who lighted my PATH to the solution.

Arch Stanton
  • 1,497