Skip to content

Instantly share code, notes, and snippets.

@RubenVerborgh
Created February 8, 2014 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RubenVerborgh/8882195 to your computer and use it in GitHub Desktop.
Save RubenVerborgh/8882195 to your computer and use it in GitHub Desktop.
Decrease space above copyright notice
\documentclass{sig-alternate-2013}
% Fix for copyright block height
\makeatletter
\def\@copyrightlength{2.5} % Increase this value to leave more space above copyright notice
\def\ftype@copyrightbox{8}
\def\@copyrightspace{
\@float{copyrightbox}[b]
\begin{center}
\setlength{\unitlength}{1pc}
\begin{picture}(20,\@copyrightlength)
\put(0,-0.95){\crnotice{\@toappear}}
\end{picture}
\end{center}
\end@float}
\makeatother
@RubenVerborgh
Copy link
Author

A value of \def\@copyrightlength{2} works with short copyright notices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment