I'm newby in latex, I'm trying to use the ANSI encoding with the command \usepackage[ansinew]{inputenc}, but when I generate de PDF file and watch the document properties (ctrl +D), the Encoding is "Built-in" not ANSI. Do I have to do something else to modify the document encoding to ANSI?
For Example:
\documentclass{exam}
\usepackage[ansinew]{inputenc}
\begin{document}
Hello
\end{document}
Thanks a lot!
