Created
February 8, 2014 11:15
-
-
Save RubenVerborgh/8882195 to your computer and use it in GitHub Desktop.
Decrease space above copyright notice
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A value of
\def\@copyrightlength{2}
works with short copyright notices.