summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/seuthesis/a3cover/A4cover.tex
blob: 5a6335a2bd4d81ad0892cbfc9b48702a7a0a0433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\documentclass{article}

\usepackage[a4paper]{geometry}
\usepackage{graphicx}
\usepackage{pdfpages}

\pagestyle{empty}

\newcommand{\mainfile}{../main.pdf}

\begin{document}

\includepdf[nup=1x1, noautoscale, pages={last-last}, pagecommand={%
\begin{picture}(0,0)(-470,612.2)%
\includegraphics{bookspine_res.pdf}%
\end{picture}%
}]{\mainfile}
\newpage
\includepdf[nup=1x1, noautoscale, page={1}, offset=-14 0]{\mainfile}

\end{document}