[texhax] Configuration of TexLive 2010
Lars Madsen
daleif at imf.au.dk
Thu Nov 11 23:11:35 CET 2010
On 2010-11-11 17:35, Carlos Guilherme wrote:
> \documentclass[12pt]{article}
> \usepackege[T1]{fontenc}
> \usepackage[brazil]{babel}
>
> \begin{document}
> É muito importante a ação padrão céu.
> \end{document}
start by spelling \usepackage correctly
then it might be an idea to specify the input encoding of your text
Saving in UTF8 and using
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[brazil]{babel}
\begin{document}
É muito importante a ação padrão céu.
\end{document}
seems more appropriate to me.
You will need to adjust the input encoding to the encoding used by your
editor of choice
/daleif
More information about the texhax
mailing list