1
0

thesis: Fill out personal data

This commit is contained in:
2025-03-16 22:48:06 +01:00
parent 244dc354ed
commit 0153c3e6a5
7 changed files with 48 additions and 39 deletions

View File

@@ -3,8 +3,8 @@
\documentclass[draft,final]{vutinfth} % Remove option 'final' to obtain debug information.
% Define convenience functions to use the author name and the thesis title in the PDF document properties.
\newcommand{\authorname}{Forename Surname} % The author name without titles.
\newcommand{\thesistitle}{Title of the Thesis} % The title of the thesis. The English version should be used, if it exists.
\newcommand{\authorname}{Lorenz Stechauner} % The author name without titles.
\newcommand{\thesistitle}{Intercepting and Manipulating System/Function Calls in Linux Systems} % The title of the thesis. The English version should be used, if it exists.
% Create the XMP metadata file for the creation of PDF/A compatible documents.
\begin{filecontents*}[overwrite]{\jobname.xmpdata}
@@ -57,26 +57,26 @@
% Set persons with 4 arguments:
% {title before name}{name}{title after name}{gender}
% where both titles are optional (i.e. can be given as empty brackets {}).
\setauthor{Pretitle}{\authorname}{Posttitle}{female}
\setadvisor{Pretitle}{Forename Surname}{Posttitle}{male}
\setauthor{}{\authorname}{}{male}
\setadvisor{Ao.Univ.Prof. Dipl.-Ing. Dr.techn.}{Peter Puschner}{}{male}
% For bachelor and master theses:
\setfirstassistant{Pretitle}{Forename Surname}{Posttitle}{male}
\setsecondassistant{Pretitle}{Forename Surname}{Posttitle}{male}
\setthirdassistant{Pretitle}{Forename Surname}{Posttitle}{male}
\setfirstassistant{Univ.Ass. Dipl.-Ing.}{Florian Mihola}{BSc}{male}
%\setsecondassistant{Pretitle}{Forename Surname}{Posttitle}{male}
%\setthirdassistant{Pretitle}{Forename Surname}{Posttitle}{male}
% For dissertations:
\setfirstreviewer{Pretitle}{Forename Surname}{Posttitle}{male}
\setsecondreviewer{Pretitle}{Forename Surname}{Posttitle}{male}
%\setfirstreviewer{Pretitle}{Forename Surname}{Posttitle}{male}
%\setsecondreviewer{Pretitle}{Forename Surname}{Posttitle}{male}
% For dissertations at the PhD School and optionally for dissertations:
\setsecondadvisor{Pretitle}{Forename Surname}{Posttitle}{male} % Comment to remove.
%\setsecondadvisor{Pretitle}{Forename Surname}{Posttitle}{male} % Comment to remove.
% Required data.
\setregnumber{0123456}
\setdate{01}{01}{2001} % Set date with 3 arguments: {day}{month}{year}.
\settitle{\thesistitle}{Titel der Arbeit} % Sets English and German version of the title (both can be English or German). If your title contains commas, enclose it with additional curvy brackets (i.e., {{your title}}) or define it as a macro as done with \thesistitle.
\setsubtitle{Optional Subtitle of the Thesis}{Optionaler Untertitel der Arbeit} % Sets English and German version of the subtitle (both can be English or German).
\setregnumber{12119052}
\setdate{01}{06}{2025} % Set date with 3 arguments: {day}{month}{year}.
\settitle{\thesistitle}{Abfangen und Manipulieren von System-/Funktionsaufrufen in Linux-Systemen} % Sets English and German version of the title (both can be English or German). If your title contains commas, enclose it with additional curvy brackets (i.e., {{your title}}) or define it as a macro as done with \thesistitle.
%\setsubtitle{Optional Subtitle of the Thesis}{Optionaler Untertitel der Arbeit} % Sets English and German version of the subtitle (both can be English or German).
% Select the thesis type: bachelor / master / doctor.
% Bachelor:
@@ -91,11 +91,11 @@
%\setdoctordegree{rer.soc.oec.}% rer.nat. / techn. / rer.soc.oec.
% For bachelor and master:
\setcurriculum{Media Informatics and Visual Computing}{Medieninformatik und Visual Computing} % Sets the English and German name of the curriculum.
\setcurriculum{Software \& Information Engineering}{Software \& Information Engineering} % Sets the English and German name of the curriculum.
% Optional reviewer data:
\setfirstreviewerdata{Affiliation, Country}
\setsecondreviewerdata{Affiliation, Country}
%\setfirstreviewerdata{Affiliation, Country}
%\setsecondreviewerdata{Affiliation, Country}
\begin{document}
@@ -108,20 +108,20 @@
\addtitlepage{english} % English title page.
\addstatementpage
\begin{danksagung*}
\todo{Ihr Text hier.}
\end{danksagung*}
%\begin{danksagung*}
%\todo{Ihr Text hier.}
%\end{danksagung*}
\begin{acknowledgements*}
\todo{Enter your text here.}
\end{acknowledgements*}
%\begin{acknowledgements*}
%\todo{Enter your text here.}
%\end{acknowledgements*}
\begin{kurzfassung}
\todo{Ihr Text hier.}
\input{kurzfassung.tex}
\end{kurzfassung}
\begin{abstract}
\todo{Enter your text here.}
\input{abstract.tex}
\end{abstract}
% Select the language of the thesis, e.g., english or naustrian.
@@ -132,16 +132,7 @@
% Switch to arabic numbering and start the enumeration of chapters in the table of content.
\mainmatter
\chapter{Introduction}
\todo{Enter your text here.}
\chapter{Additional Chapter}
\todo{Enter your text here.}
% Remove following line for the final thesis.
\input{intro.tex} % A short introduction to LaTeX.
\input{intercept.tex}
\backmatter
% Declare the use of AI tools as mentioned in the statement of originality.
@@ -173,6 +164,6 @@
% Add a bibliography.
\bibliographystyle{alpha}
\bibliography{intro}
\bibliography{intercept}
\end{document}
\end{document}