0

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} 
imnothere
  • 14,215
Nasser_Omar
  • 31
  • 1
  • 3
  • 2
    Welcome to TeX.SX! Your code is not compilable, please provide a MWE of what you are trying to do. Moreover, you should look at the LaTeX example associated to the IEEE class, it would inform you that you need a \maketitle command somewhere to make the title and authors appear. – KersouMan May 26 '20 at 18:59
  • 1
    Aside: If you're using the IEEEtran document class, you should remove \LARGE and \bf from the argument of \title. – Mico May 26 '20 at 19:21
  • 1
    Your (non-compilable) code fragment is missing a \maketitle directive. – Mico May 26 '20 at 19:23
  • 1
    Remove the \begin{titlepage}...\end{titlepage} around the \title and \author, and use a \maketitle after \author{...} instead as Mico has suggested? – imnothere May 27 '20 at 01:40
  • @Mico Thanks a lot for your response. Your pieces of advice were helpful and solved the problem. – Nasser_Omar May 28 '20 at 21:11
  • @LianTzeLim Thanks a lot for your response. Your pieces of advice were helpful and solved the problem. – Nasser_Omar May 28 '20 at 21:11

0 Answers0