Fixed crop margins for a4paper.

Fixes: https://github.com/adbrucker/llncsconf/issues/10
This commit is contained in:
Achim D. Brucker 2018-06-23 12:25:33 +01:00
parent 8217e02366
commit f72d98650e
1 changed files with 5 additions and 1 deletions

View File

@ -45,7 +45,11 @@
% <crop>
\ifthenelse{\boolean{crop}}{%
\pdfpagesattr{/CropBox [92 70 523 736]}% LNCS page: 152x235 mm
\@ifclasswith{llncs}{a4paper}{%
\pdfpagesattr{/CropBox [92 114 523 780]}%
}{%
\pdfpagesattr{/CropBox [92 65 523 731]}% LNCS page: 152x235 mm
}%
}{}
% </crop>
\def\ps@svninfofirst{\let\@mkboth\@gobbletwo\let\@oddhead\@empty\let\@evenhead\@empty