I am trying to reduce the space between the title and the abstract (the paper have no authors). IEEETran style is being used.
I tried the \vspace command but it didn't work, any ideas, recommendations?
Just to be clear I have something like this:
\documentclass[10pt,conference]{IEEEtran}
\begin{document}
\title{Some Title}
\maketitle
\begin{abstract}
This is for test text...
\end{abstract}
\end{document}
I want to reduce the vertical space between "Some Title" and "This is...."

\maketitlecommand is in my opinion one of the most annoying ones, with too much restrictions, together withabstractenvironmentsI always generate a titlepage from scratch, without\title. So, where did you try to apply\vspace` – Jul 10 '14 at 08:36\author. Why do you not want to put your name on the document? – Andrew Swann Jul 10 '14 at 08:36\author{}. – egreg Jul 10 '14 at 08:51\authors in that space. If it bothers you, you could consider using\author{Some dummy text}. – mvkorpel Jul 10 '14 at 09:35\authorthen. – Jul 10 '14 at 10:27\title{Some Title\vspace{-1.5\baselineskip}}, but I hate such manual shifts – Jul 10 '14 at 10:28\vspace{-1.5\baselineskip}? ;-) – Dec 26 '14 at 13:39