mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-12 18:43:30 +01:00
Thesis: add figure onto titlepage + PDF metadata
This commit is contained in:
parent
41ac01696f
commit
4fa10f59c1
3 changed files with 23 additions and 7 deletions
|
@ -21,23 +21,34 @@
|
|||
\HRule \\[.5cm]
|
||||
\textsc{\large Master's thesis Physics and Astronomy}\\[.5cm]
|
||||
|
||||
\begin{minipage}{0.4\textwidth}
|
||||
\begin{minipage}[t]{0.4\textwidth}
|
||||
\begin{flushleft} \large
|
||||
\emph{Author:}\\
|
||||
\thesisauthorfirst\space \textsc{\thesisauthorsecond}
|
||||
\end{flushleft}
|
||||
\end{minipage}
|
||||
~
|
||||
\begin{minipage}{0.4\textwidth}
|
||||
\begin{minipage}[t]{0.4\textwidth}
|
||||
\begin{flushright} \large
|
||||
\emph{Supervisor:} \\
|
||||
\thesissupervisorfirst\space \textsc{\thesissupervisorsecond} \\[1em]
|
||||
\emph{Second Reader:} \\
|
||||
\thesissecondreaderfirst\space \textsc{\thesissecondreadersecond}
|
||||
\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
|
||||
{\large \thesisdate}
|
||||
\vspace*{1cm}
|
||||
%\hrule
|
||||
{\large \color[gray]{0.3} \thesisdate}
|
||||
%\hrule
|
||||
\clearpage
|
||||
\end{titlepage}
|
||||
\end{document}
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
%% <<<< 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\thesisauthorfirst{E.T.}
|
||||
\def\thesisauthorsecond{de Boone}
|
||||
|
@ -75,7 +75,7 @@
|
|||
\def\thesissupervisorsecond{Schoorlemmer}
|
||||
\def\thesissecondreaderfirst{dr. Katherine}
|
||||
\def\thesissecondreadersecond{Mulrey}
|
||||
\def\thesisdate{}
|
||||
\def\thesisdate{July 2023}
|
||||
\definecolor{radboud}{RGB}{227, 0, 11}
|
||||
|
||||
%% >>>>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\documentclass[notitlepage,oneside]{book}
|
||||
\documentclass[notitlepage,a4paper,oneside]{book}
|
||||
|
||||
\input{preamble.tex}
|
||||
|
||||
\hypersetup{
|
||||
pdftitle={\begingroup \def\\{\space}{\thesistitle}\endgroup},
|
||||
pdfauthor={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond}\endgroup}
|
||||
}
|
||||
|
||||
%%
|
||||
%% Attach resources
|
||||
%%
|
||||
|
|
Loading…
Reference in a new issue