I've processed this file with PDFLaTeX and got a PDF with a raster font. I need vector fonts. What I did wrongly?
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{babel}
\begin{document}
xxx
\end{document}
Debian Linux "testing".
\usepackage{lmodern}or do a full install of TeX Live. – egreg Jun 05 '15 at 17:45sudo apt-get install texlive-fullhelped – porton Jun 05 '15 at 17:54