Hi,
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
Theses, Books, Title pages ⇒ masters-doctoral-thesis, add pdf
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
masters-doctoral-thesis, add pdf
Do not use the declaration environment.
Instead use \includepdf{nameOfPdf}
Instead use \includepdf{nameOfPdf}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.