I want to use german hyphenations in the title. But it's not working. Does somebody know, how to handle this?
\documentclass[12pt, ngerman]{report} \usepackage[ngerman]{babel} \title{Title with hyphenation Test"=Test} \author{My name} \date{\today} \begin{document} \maketitle Here the hyphenation is working: Test"=test. \\ \end{document}