But if I copy&paste the section here, if displays correctly.
Code: Select all
\section{German Umlauts and other Language Specific
Characters}\label{umlauts}
You can type German umlauts like 'ä', 'ö', or 'ü' directly in this file.
This is also true for other language specific characters like 'é', 'è' etc.
Code: Select all
%% Language %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[american]{babel}
\usepackage{german}
\usepackage[T1]{fontenc}
\usepackage[ansinew]{inputenc}
\usepackage{lmodern} %Type1-font for non-english texts and characters
Any hints appreciated!