Document Encoding
Published on 30 Nov 2007Tags #LaTeX
This tells LaTeX how to map a character inside the document:
% ...
\usepackage[ENCODING]{inputenc}
% ...
\begin{document}
Values for ENCODING:
-
latin1: Use on unix systems -
ansinew: Use on windows systems
See UniCode