I am fairly new to LaTex but even after doing a bit of research, I did not immediately see resolution. The code that defines what goes in that space is found in the author block, like this.
Code: Select all
\author{\IEEEauthorblockN{Slow\IEEEauthorrefmark{1}}
\IEEEauthorblockA{\IEEEauthorrefmark{1}slow@school.edu\\ School of Electrical Engineering, University , State 00000 USA}% <-this % stops an unwanted space
\thanks{Manuscript received August 14, 02013. Corresponding author: S. Low (email: slow@school.edu).}}
Code: Select all
\author{\IEEEauthorblockN{Slow\IEEEauthorrefmark{1}}
\IEEEauthorblockA{\IEEEauthorrefmark{1}slow@school.edu\\ School of Electrical Engineering, University , State 00000 USA}% <-this % stops an unwanted space
\thanks{}}
And help would be appreciated.