document encoding
WARNING: Please update your bookmarks! The content of this site has been moved to http://dille.name where it will be updated as needed. This page will remain unchanged.
this tells latex how to map a character inside the document:
% ...
\usepackage[ENCODING]{inputenc}
% ...
\begin{document
values for ENCODING:latin1: use on unix systemsansinew: use on windows systems



