Package: ttf-linux-libertine
Version: 4.4.1-1
Severity: normal

I can confirm this behaviour, too. If I select "Linux Libertine" instead
of "Linux Libertine O" in OpenOffice.org 3.0.1, it is bold by default.

$ fc-match "Linux Libertine"
LinLibertine_Bd.ttf: "Linux Libertine" "Bold"

It seems that there is a generic problem with fontnaming and fontconfig
which confuses other applications, too. My main problem is when using
XeLaTeX with "Linux Libertine O" as main font, fontspec complains that
it can't find the bold style, resulting in everything being typeset in
regular. Bold and italics at the same time works however:

Package fontspec Info: Could not resolve font Linux Libertine O/B (it
might not exist) on input line 5.

It's even worse if i use "Linux Libertine" as main font, resulting in
everything typeset in bold and the following complaints:

Package fontspec Info: Could not resolve font Linux Libertine/B (it
might not exist) on input line 4.
Package fontspec Info: Could not resolve font Linux Libertine/I (it
might not exist) on input line 4.
Package fontspec Info: Could not resolve font Linux Libertine/BI (it
might not exist) on input line 4.

Attached is a minimal example.

Regards,
Matthias Noe


-- Package-specific info:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  fontconfig     2.6.0-3        generic font configuration library - support
ii  libfreetype6   2.3.9-4.1      FreeType 2 font engine, shared library files
ii  libxft2        2.1.13-3       FreeType-based font drawing library for X

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-2-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ttf-linux-libertine depends on:
ii  defoma                       0.11.10-0.2 Debian Font Manager -- automatic f

Versions of packages ttf-linux-libertine recommends:
ii  fontconfig                    2.6.0-3    generic font configuration library
ii  x-ttcidfont-conf              32         TrueType and CID fonts configurati

ttf-linux-libertine suggests no packages.

-- no debconf information
\documentclass{article}
\usepackage{xltxtra}
%\setmainfont{Linux Libertine}
\setmainfont{Linux Libertine O}

\begin{document}
Supposedly regular text.

\textbf{Supposedly bold text.}

\textit{\textbf{Supposedly bold and italic text}}
\end{document}

Reply via email to