%% This is file `DEMO-TUDaPhD.tex' version 4.05 (2025-11-13),
%% it is part of
%% TUDa-CI -- Corporate Design for TU Darmstadt
%% ----------------------------------------------------------------------------
%%
%% Copyright (C) 2018--2025 by Marei Peischl <marei@peitex.de>
%%
%% ============================================================================
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2008/05/04 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The current maintainer of this work is
%%   Marei Peischl <tuda-ci@peitex.de>
%%
%% The development repository can be found at
%% https://github.com/tudace/tuda_latex_templates
%% Please use the issue tracker for feedback!
%%
%% If you need a compiled version of this document, have a look at
%% http://mirror.ctan.org/macros/latex/contrib/tuda-ci/doc
%% or at the documentation directory of this package (if installed)
%% <path to your LaTeX distribution>/doc/latex/tuda-ci
%% ============================================================================
%%
% !TeX program = lualatex
%%

% Enable PDF/A via pdfmanagement
% Temporary workaround for an incompatibility wth the current status of the tagging project, see https://github.com/tudace/tuda_latex_templates/issues/521
% \DocumentMetadata{
\RequirePackage{pdfmanagement}
\SetKeys[document/metadata]{
	pdfstandard=a-2b,
	pdfversion=1.7,% 2.0 is possible as well, but PDF/A-2b requires < 2.0
	lang=en,
}

\documentclass[
	english,% Main language as global option
	accentcolor=9c,% Choose accent color: For a list of available colors see the full tudapub documentation
	ruledheaders=chapter,% Section levels above this one will follow the ruled layout, see DEMO-TUDaPub
	class=book,% Choose the base document class. Will choose the matching KOMA-Script class
	thesis={% PhD thesis. For smaller theses have a look at DEMO-TUDaThesis.tex
		type=dr,
		dr=rernat
	},
	fontsize=11pt,% Basic font size. CI default setting of 9pt is too small for theses
	parskip=half-,% Use a parskip instead of indent, see KOMA-Script documentation
	custommargins=true,% Calculate margins using typearea
	marginpar=false,% Disable marginpar
%	BCOR=5mm,% Binding correction
%	accept-missing-logos=true,% No error in case logo files are not available
%	logofile=example-image,% In case logo should be replaced
]{tudapub}


%%%%%%%%%%%%%%%%%%%
% Language setup
%%%%%%%%%%%%%%%%%%%
\usepackage[ngerman,main=english]{babel}% german has to be loaded as the titlepage is always in German
\usepackage{microtype}
\usepackage[autostyle]{csquotes}% \enquote, to simplify use of quotation marks

%%%%%%%%%%%%%%%%%%%
% Bibliography
%%%%%%%%%%%%%%%%%%%
\usepackage{biblatex}
\addbibresource{DEMO-TUDaBibliography.bib}% File name of BibTeX database

%%%%%%%%%%%%%%%%%%%
% Package suggestions for tables
%%%%%%%%%%%%%%%%%%%
\usepackage{array}% Fundamental tools for tables. Is automatically loaded by the following packages
%\usepackage{tabularx}% Tables with flexible columns to achieve fixed width
%\usepackage{longtable}% Tables across multiple pages
%\usepackage{xltabular}% Tables with fixed width spanning multiple pages
%\usepackage{booktabs}% Improved layout for horizontal rules in tables

%%%%%%%%%%%%%%%%%%%
% Package suggestions math
%%%%%%%%%%%%%%%%%%%
%\usepackage{mathtools}% Extended version of amsmath
%\usepackage{amssymb}% Additional symbols
%\usepackage{siunitx}% Numbers and Units

\hypersetup{% Metadata adjustments, in case these are not set, the data provided for \maketitle will be used
	pdfauthor=Marei Peischl (peiTeX),
	pdftitle=TUDaPhD – LaTeX-Dissertationstemplate im CD der TU Darmstadt (en),
	pdfcreationdate=2024-05-03,
	pdfkeywords={TU Darmstadt; Corporate Design; LaTeX}
}

\title{TUDaPhD -- \LaTeX-Dissertationstemplate im CD der TU Darmstadt (en)}
\subtitle{\LaTeX{} im Corporate Design der TU Darmstadt}
\author{Marei Peischl}
\reviewer{Reviewer 1 \and Reviewer 2 \and …}
% For further customization
%\reviewer*[Supervisor, Reviewer]{Supervisor 1 \and Reviewer 2}

%\publishers{Darmstadt, Technische Universität Darmstadt}
% For location or publisher. It is predefined as “Darmstadt, Technische Universität Darmstadt” as required by the library.

% If the default setting does not match your intention, it's possible to overwrite block below the title:
%\drtext{}

% The following elements will be placed on the title page
\department{phys}% If defined the shorthand will be replaced by the full name otherwhise it's used directly.
\institute{Institute}
\group{Group}

\submissiondate{\today}
\examdate{\today}

%\tuprints{printid=XXXX,year=2022,license=cc-by-4.0}% License information for TUprints

\dedication{To simplify your work with \TeX{} \& Friends.}

\begin{document}

\frontmatter

\maketitle

\affidavit% Please ensure you use the correct version.
\begin{abstract}
	Abstract using the document main language (here English)
\end{abstract}

\begin{abstract}[german]
	Weitere Zusammenfassung in einer anderen Sprache (hier Deutsch), sofern benötigt.
\end{abstract}

\tableofcontents
% Additional lists like \listoffigures or acronyms might be added here

\mainmatter

\addchap{About this file}

\enquote{DEMO-TUDaPhD.tex} is a basic template for PhD theses using the Corporate Design of TU Darmstadt.
It is part of TUDa-CI, which is the official template bundle of TU Darmstadt. The original version was inspired by the \enquote{tuddesign} bundle by C.~v.~Loewenich and J.~Werner.
For more information on class options and usage have a look at the documentation \cite{tuda-ci}.


\printbibliography

\end{document}
%% End of file `DEMO-TUDaPhD.tex'.
