Page LayoutModifications to IEEE Template

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
slow
Posts: 1
Joined: Mon Sep 09, 2013 5:59 pm

Modifications to IEEE Template

Post by slow »

I would like to modify the IEEE template so that the lines which display the "Manuscript Received *date* Corresponding author: name (email)" are not displayed. If I comment out that code, the text blocks are still formatted so that a space is left.

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).}}
I do this instead.

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{}}
But the space where that line would be at the bottom left corner of the first page is still there.

And help would be appreciated.
Last edited by localghost on Mon Sep 09, 2013 6:13 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply