[texhax] Configuration of TexLive 2010
Donald Arseneau
asnd at triumf.ca
Fri Nov 12 03:57:40 CET 2010
Carlos Guilherme <crguilherme at hotmail.com> writes:
> É muito importante a ação padrão céu.
>
> than a run it with pdflatex. The pdf appear strange,
Your input file uses UTF8 character encoding, which is a mismatch
for the T1 font encoding you specified. T1 is *close to* the
latin-1 character encoding so it often works without translation
if your text files use latin-1 characters, and I presume your
latex files used to be latin-1.
For your new file you need to declare the input encoding with
\usepackage[utf8]{inputenc}
--
Donald Arseneau asnd at triumf.ca
More information about the texhax
mailing list