On 2010-01-30, Wolfgang Engelmann wrote:
> I have installed the
> ttf-linux-libertine (4.4.1-4)
> family of fonts
> under Debian (using synaptics)
> texhash and reconfigure of LyX
> but can't get it under Document>settings>fonts>serif etc
> what am I missing?
Two things:
* the LaTeX fonts (ttf works only with XeTeX (or some nasty tricks)).
Install texlive-fonts-extra (the TeXLive2009 version from
Debian/testing).
* the tip that the GUI font settings are restricted and you must use
[Default] + code in the LaTeX preamble (in this case
\usepackage{libertine}
) for many fonts.
Günter