I just finished to install Mageia 3 with Gnome and I am facing fonts issues:
– I downloaded Google droid to be the main font in Gnome, that's fine but I cannot replace the standard mono font by droid mono, it does not appear in the list…
– I also downloaded Linux Libertine to be used in LaTeX, the font is right there in its texmf tree, but when I compile
- Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{libertine}
\begin{document}
This is my first LaTeX document with Mageia 3.
\end{document}
I get no error, but no PDF… If I change libertine to helvet for example, I have a PDF.