I am writing a research paper using the IEEE format on overleaf. I am facing a problem with the title, it does not appear even though I used the appropriate command. My code is shown below, please if anyone could help please let me know.
\IEEEoverridecommandlockouts
\overrideIEEEmargins
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}\begin{document}
\begin{titlepage}
\title{\LARGE \bf Power Consumption of Mobile Ad-hoc Networks (MANETs) Protocols}
\author{Nasser Omar}
\end{titlepage}
\thispagestyle{empty}
\pagestyle{empty}
\maketitlecommand somewhere to make the title and authors appear. – KersouMan May 26 '20 at 18:59IEEEtrandocument class, you should remove\LARGEand\bffrom the argument of\title. – Mico May 26 '20 at 19:21\maketitledirective. – Mico May 26 '20 at 19:23\begin{titlepage}...\end{titlepage}around the\titleand\author, and use a\maketitleafter\author{...}instead as Mico has suggested? – imnothere May 27 '20 at 01:40