I want to have a general approach causing a newline after a break in the title field without using bugs in 3rd party packages.
I know the thread How do I manually break a line in a custom title of Maine University package? which is only about one university package.
Approaches discussed in the thread do not work here: \protect\\, \parbox and other attempts: \vspace{}, ...
Code and its output in Fig. 1
\documentclass{article}
\usepackage[utf8]{inputenc}
\begin{document}
\title{Using ionizing potatoes and effects on hippocambuctemia and
horshoes in happiem mode locations\\
\large RESEARCH PAPER}
\maketitle
\end{document}
Fig. 1 Output
Expected output: newline between the normal text and the capitalised text
Line break start: just before \large, or any suitable punctuation mark



\\and the output shows a linebreak. What else do you expect? – David Carlisle Apr 01 '17 at 08:51\\[5cm]This seems to just be asking how to use\\and unrelated to titles. – David Carlisle Apr 01 '17 at 08:55