Theses, Books, Title pages ⇒ masters-doctoral-thesis, add pdf
masters-doctoral-thesis, add pdf
my university has its own Statutory Declaration in Lieu of an Oath. The thesis is only valid if exactly this pdf file is added to the thesis.
How can I add this whole pdf file in the masters-doctoral-thesis template?
I tried the \AddToShipoutpicture* command, but it did not work with this document class.
\begin{declaration}
\AddToShipoutPicture*{
\put(0,0){
\includegraphics[width=\paperwidth]{oathstatement}}}
\strut
\end{declaration}
Thanks in advance,
aeitschy
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
masters-doctoral-thesis, add pdf
Instead use \includepdf{nameOfPdf}