[tex-live] TeTeX in TeX Live 2015 broken on Mac

Herbert Schulz herbs2 at mac.com
Thu Apr 23 17:34:26 CEST 2015


> On Apr 23, 2015, at 10:00 AM, Richard Koch <richardmoncriefkoch at icloud.com> wrote:
> 
> \documentclass[12pt]{article}
> \usepackage{fontspec,xltxtra,xunicode}
> \setromanfont[Mapping=tex-text]{Hoefler Text}
> 
> \begin{document}
> Hello.
> 
> \end{document}  

Howdy,

And even shorter:

\documentclass{minimal}
\usepackage{fontspec}
\setromanfont{Hoefler Text}
\begin{document}
Hello.
\end{document}  

PS: Hoefler Text is a .ttc font.

Good Luck,

Herb Schulz
(herbs2 at mac dot com)







More information about the tex-live mailing list