I'm trying to add spanish accents to my document ( my Thesis )
\documentclass[11pt, spanish]{report}
\usepackage[spanish]{babel}
\selectlanguage{spanish}
\usepackage[utf8]{inputenc}
\begin{document}
Hola! Cómo estás ?
\end{document}
This piece of code doesn't seem to work on my Mac ( OS X Lion ), And I get:
Hola! Cmo ests?
in the pdf output.
Any ideas ?


.logfile and may be will find some clue there. By the way, if you includespanishas option fordocumentclass, you don't need to include in babel. And if you just use one language, don't need\selectlanguagecommand. – Ignasi Nov 4 '11 at 8:34