A Paper Formatting Trick

In an anonymous submission using

\documentclass[10pt]{sig-alternate}

The style file will insist on a large empty space around the paper title.  To use the space for paper text, instead of

\begin{document}

\title{ A great paper from Rochester }
\author{double-blind}
\maketitle

Use the following

\twocolumn[{\begin{figure}[H]
\setlength{\linewidth}{\textwidth}
\setlength{\hsize}{\textwidth}
\centering
{\LARGE \bf A great paper from Rochester }
\bigskip
\bigskip
\end{figure}}]

Then start the paper text as usual.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s