I have some problems using the package cmbright. It renders pixelated maths symbols. I don't understand since the package is installed in miktex. I compile using pdflatex

\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\makeatletter
\usepackage{cmbright}
\makeatother
\usepackage{babel}
\begin{document}
Hey!$\lambda\beta\gamma$
\end{document}
Here is the output of upmap --verbose



;-)Sorry, but I can't help you. Try http://tex.stackexchange.com/questions/108447/how-should-one-maintain-and-update-a-miktex-installation – egreg Oct 12 '14 at 09:48updmap --verbose. The switch will let you see which fonts are mentioned in the psfonts databases (psfonts.mapand its siblings). – Bernard Oct 12 '14 at 10:10