I tried to resolve my problem in many ways but nothing worked well.
I have downloaded a LaTeX template that helps with my work; it uses this package
\usepackage[square, numbers, comma, sort&compress]{natbib}
But because I write in French, many characters like é and à don't appear. So I add some package [that provides them] but, when I add that package, the text becomes fuzzy.
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[francais]{babel}
\frenchbsetup{StandardLists=true} % to be included when using \usepackage[french]{babel}
\usepackage{enumitem}
\usepackage{amssymb}
\usepackage{pifont}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{float}
Is there any way to resolve this, i.e. un-fuzz-ify the characters?
\usepackage{lmodern}– egreg Apr 10 '13 at 14:13