The following usepackages won't help typing german Umlaute.
documentclass is book
included are
Code: Select all
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc
Code: Select all
\begin {document}
The document
\end{title}
But not in the rest of the document.
Setting the language with
\selectlanguage{ngerman}
after the titlepage does also not help with the Umlaute.What am I missing?