[lucida] Lucida Open Type fonts

Bruno Voisin bvoisin at me.com
Fri Jun 15 08:40:32 CEST 2012


On 15 juin 2012, at 07:19, Bruno Voisin wrote:

> Based on that, and on the fact that XeLaTeX experiences no problem with the fonts, it seems more likely that the error comes from luaotfload.

The following test file works well in LuaLaTeX with the XITS fonts:

\documentclass[11pt]{article}
\usepackage{fontspec}
\usepackage{unicode-math}
\defaultfontfeatures{Ligatures=TeX}
\setmainfont[%
      ItalicFont=xits-italic.otf,
        BoldFont=xits-bold.otf,
  BoldItalicFont=xits-bolditalic.otf,
  ]{xits-regular.otf}
\setmathfont{xits-math.otf}
\setmathfont[version=bold]{xits-mathbold.otf}
\begin{document}
Text $x+y=\sqrt{z}$
\end{document}

The same works too replacing xits-math.otf by:

lmmath-regular.otf
texgyrepagella-math.otf
Asana-Math.otf

So the problem with Lucida seems to be a specific incompatibility between luaotfload and the latest updates to LucidaBrightMathOT.otf.

Bruno



More information about the lucida mailing list