[tex-live] libertine wrongly packaged

Robert Alessi alessi at robertalessi.net
Thu Dec 29 16:08:14 CET 2011


As a workaround, this also works in your source file:

---
\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Ligatures=TeX,RawFeature={+hlig;+onum}}
\usepackage{libertineotf}
---

instead of \setmainfont[RawFeature={...}]{Linux Libertine O}

Regards,

Robert

On Thu, Dec 29, 2011 at 02:07:35PM +0200, Khaled Hosny wrote:
> On Thu, Dec 29, 2011 at 10:45:20AM +0100, Ulrike Fischer wrote:
> > Am Mon, 19 Dec 2011 09:31:48 -0500 schrieb Bob Tennent:
> > (It is actually also a problem that libertine installs the newer
> > fonts in fonts/opentypes as this conflict with the fonts installed
> > in my system folder "windows/fonts". But I really don't know how to
> > solve this problem - is it possible to tell fontconfig *not* to
> > search a specific directory?)
> 
> You can use <rejectfont> with <glob>, e.g. (from my ~/.fonts.conf):
> 
> <rejectfont>
>     <glob>/usr/share/fonts/type1/*</glob>
>     <glob>/usr/share/fonts/X11/*</glob>
> </rejectfont>
> 
> (ignores fonts in sub-dirs as well).
> 
> See:
> http://www.freedesktop.org/software/fontconfig/fontconfig-user.html
> 
> Regards,
>  Khaled



More information about the tex-live mailing list