Theses, Books, Title pagesmasters-doctoral-thesis, add pdf

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
aeitschy
Posts: 1
Joined: Tue Jan 22, 2019 5:43 pm

masters-doctoral-thesis, add pdf

Post by aeitschy »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

masters-doctoral-thesis, add pdf

Post by Johannes_B »

Do not use the declaration environment.

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.
Post Reply