ここに私が持っているものがあります:
\documentclass{article}
\begin{document}
\title{This is the document title}
\maketitle
\end{document}
私はこのようなものが欲しいです:
\documentclass{article}
\begin{document}
\title{This is
the document title}
\maketitle
\end{document}
ドキュメントのタイトルに手動で改行を追加するにはどうすればよいですか?