[lltx] luaotfload refuses to load bold font of some font family

Michael Anselmi ma.anselmi at gmail.com
Sat May 4 04:25:05 CEST 2013


Hello lualatex-dev folks,

I wanted to chime in and let you know that I've encountered a similar
issue.  Please see attached for a minimal LaTeX example, along with
otfinfo and several log, PDF outputs for comparison.  (I'm not a TeX
user, at least not directly.)

Here is the example inline for your convenience:

---------------------------------------------
\documentclass{scrartcl}

\usepackage[no-math]{fontspec}
\setmainfont{Linux Libertine O}
\setsansfont{Linux Biolinum O}

\title{Title}

\begin{document}
\maketitle

This is upright text.
\textbf{This is boldface text.}
\textit{This is italic text.}
\textbf{\emph{This is boldface italic text.}}
\end{document}
---------------------------------------------

Notice how the PDF generated by XeLaTeX appears correctly: the title is
bold upright, and the body text is bold, italic, and bold italic where
it should be.  However, in the PDF generated by LuaLaTeX there is a bold
italic title, and all of the body text is regular upright.

2013/5/1 Philipp Gesang <Philipp.Gesang at alumni.uni-heidelberg.de>:
> Thanks, can you test with this version:
>
>   https://raw.github.com/lualatex/luaotfload/texlive2011/otfl-
>   font-nms.lua
>
> Best regards,
> Philipp

Applying this stopgap fix helps but not completely.  Observe that the
title is still bold italic.  (Could this be an unrelated issue?)

Regards,
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug.tar.bz2
Type: application/x-bzip
Size: 57367 bytes
Desc: not available
URL: <http://tug.org/pipermail/lualatex-dev/attachments/20130503/48808bea/attachment-0001.bin>


More information about the lualatex-dev mailing list