Thesis: add figure onto titlepage + PDF metadata

This commit is contained in:
Eric Teunis de Boone 2023-06-22 22:52:45 +02:00
parent 41ac01696f
commit 4fa10f59c1
3 changed files with 23 additions and 7 deletions

View file

@ -21,23 +21,34 @@
\HRule \\[.5cm] \HRule \\[.5cm]
\textsc{\large Master's thesis Physics and Astronomy}\\[.5cm] \textsc{\large Master's thesis Physics and Astronomy}\\[.5cm]
\begin{minipage}{0.4\textwidth} \begin{minipage}[t]{0.4\textwidth}
\begin{flushleft} \large \begin{flushleft} \large
\emph{Author:}\\ \emph{Author:}\\
\thesisauthorfirst\space \textsc{\thesisauthorsecond} \thesisauthorfirst\space \textsc{\thesisauthorsecond}
\end{flushleft} \end{flushleft}
\end{minipage} \end{minipage}
~ ~
\begin{minipage}{0.4\textwidth} \begin{minipage}[t]{0.4\textwidth}
\begin{flushright} \large \begin{flushright} \large
\emph{Supervisor:} \\ \emph{Supervisor:} \\
\thesissupervisorfirst\space \textsc{\thesissupervisorsecond} \\[1em] \thesissupervisorfirst\space \textsc{\thesissupervisorsecond} \\[1em]
\emph{Second Reader:} \\ \emph{Second Reader:} \\
\thesissecondreaderfirst\space \textsc{\thesissecondreadersecond} \thesissecondreaderfirst\space \textsc{\thesissecondreadersecond}
\end{flushright} \end{flushright}
\end{minipage}\\[4cm] \end{minipage}\\[1cm]
%\hrule
{
\vfill
%\hrule%
\includegraphics[keepaspectratio, height=65mm, width=\textwidth]{beacon/array_setup_gps_transmitter_cows.png}%
%\hrule%
\vfill
}
\vfill \vfill
{\large \thesisdate} \vspace*{1cm}
%\hrule
{\large \color[gray]{0.3} \thesisdate}
%\hrule
\clearpage \clearpage
\end{titlepage} \end{titlepage}
\end{document} \end{document}

View file

@ -67,7 +67,7 @@
%% <<<< Thesis titling %% <<<< Thesis titling
%% %%
\def\thesistitle{Enhancing Timing Accuracy \\[0.3cm] in Air Shower Radio Detectors} \def\thesistitle{Enhancing Timing Accuracy\texorpdfstring{\\[0.3cm]}{ }in Air Shower Radio Detectors}
\def\thesissubtitle{} \def\thesissubtitle{}
\def\thesisauthorfirst{E.T.} \def\thesisauthorfirst{E.T.}
\def\thesisauthorsecond{de Boone} \def\thesisauthorsecond{de Boone}
@ -75,7 +75,7 @@
\def\thesissupervisorsecond{Schoorlemmer} \def\thesissupervisorsecond{Schoorlemmer}
\def\thesissecondreaderfirst{dr. Katherine} \def\thesissecondreaderfirst{dr. Katherine}
\def\thesissecondreadersecond{Mulrey} \def\thesissecondreadersecond{Mulrey}
\def\thesisdate{} \def\thesisdate{July 2023}
\definecolor{radboud}{RGB}{227, 0, 11} \definecolor{radboud}{RGB}{227, 0, 11}
%% >>>> %% >>>>

View file

@ -1,9 +1,14 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[notitlepage,oneside]{book} \documentclass[notitlepage,a4paper,oneside]{book}
\input{preamble.tex} \input{preamble.tex}
\hypersetup{
pdftitle={\begingroup \def\\{\space}{\thesistitle}\endgroup},
pdfauthor={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond}\endgroup}
}
%% %%
%% Attach resources %% Attach resources
%% %%