[tex-live] Issue with Linux Libertine fonts, fontspec, and LuaLaTeX

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sat May 4 09:36:02 CEST 2013


On 03.05.2013 20:48, Michael Anselmi wrote:
> Hello,
>
> I am directing this message to this email address as instructed by the
> TeX Live pretest page: http://www.tug.org/texlive/pretest.html#reporting
> I am not sure which component is at fault (my guess would be either
> fontspec or LuaLaTeX), so I am hoping someone more knowledgeable than me
> can tell me who else I should be contacting.
>
> I recently installed the TeX Live 2013 pretest and noticed a few
> differences when compiling the following minimal example with XeLaTeX
> and LuaLaTeX.
>
> ---------------------------------------------
> \documentclass{scrartcl}
>
> \usepackage[no-math]{fontspec}
> \setmainfont{Linux Libertine O}
> \setsansfont{Linux Biolinum O}

use for LuaTeX

\usepackage{libertine} or set the bold font:

\setmainfont[BoldFont=* Bold]{Linux Libertine O}

Herbert




More information about the tex-live mailing list