Page Layout ⇒ vertical space after author affiliation in IEEEtran
vertical space after author affiliation in IEEEtran
Thanks
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
vertical space after author affiliation in IEEEtran
you could use something like
Code: Select all
\vspace*{-1cm}
Re: vertical space after author affiliation in IEEEtran
I tried \vspace*{-1cm} right before abstract and it reduced the space between the left column and the affliation but the space between the right column and the affiliation is the same. Do you have any suggestion?
Re: vertical space after author affiliation in IEEEtran
vertical space after author affiliation in IEEEtran
Code: Select all
\documentclass[10pt,twocolumn]{IEEEtran}
\begin{document}
\title{TITLE}
\author{\authorblockN{Author\\}
\authorblockA{Author Affiliation}}
\maketitle
\vspace*{-1cm}
\begin{abstract}
Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column Left Column
\end{abstract}
\section{Introduction}
Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction Introduction
\end{document}
vertical space after author affiliation in IEEEtran
Code: Select all
\title{TITLE}
\author{\authorblockN{Author\\}
\authorblockA{Author Affiliation}\\\vspace*{-1cm}}
\maketitle