\NeedsTeXFormat{LaTeX2e}
\newcommand{\USCCover@Pgkname}{scientific-thesis-cover}
\ProvidesPackage{\USCCover@Pgkname}[2026/06/12 Cover and affirmation for scientific works.]
\typeout{Package: `\USCCover@Pgkname' v4.1.0}
% ------------------------------
% required packages
% ------------------------------
% kvoptions for key value options support
\RequirePackage{kvoptions}
\RequirePackage{ifthen}
\RequirePackage{iftex}
\RequirePackage{ifluatex}
% csquotes provides \enquote, used in the affirmation text
\RequirePackage{csquotes}

% this package requires utf8 inputenc
\def\USCCover@utf8warning{\PackageWarningNoLine{\USCCover@Pgkname}
    {This package requires UTF-8 support.\MessageBreak
        If at pdflatex, load `inputenc' or `inputenx' with the `utf8' option}%
}

\newif\ifinputencloaded

\@ifpackageloaded{inputenx}
{\def\USCCover@tempa{inputenx}\inputencloadedtrue}
{\@ifpackageloaded{inputenc}{\def\USCCover@tempa{inputenc}\inputencloadedtrue}{\inputencloadedfalse}}
\ifinputencloaded
    \@ifpackagewith{\USCCover@tempa}{utf8}{}{\USCCover@utf8warning}
    %We also drop utf8x, as we believe that this is obsolete - see http://tex.stackexchange.com/questions/13067/utf8x-vs-utf8-inputenc
    \@ifpackagewith{\USCCover@tempa}{utf8x}{\USCCover@utf8warning}{}
\else
    \ifluatex
        %no warning required
    \else
        \USCCover@utf8warning
    \fi
\fi

% ------------------------------
% options
% ------------------------------
\SetupKeyvalOptions{
    family=MCS,
    prefix=MCS@
}

% for possible option values see README.md
\DeclareStringOption[title not set]{title} % Title of the work
\DeclareStringOption[author not set]{author}
\DeclareStringOption[bachelor]{type}
\DeclareStringOption[fac]{institute}
\DeclareStringOption[]{number} % running number
\DeclareStringOption[cs]{course}
\DeclareStringOption[examiner not set]{examiner}
\DeclareStringOption[supervisor not set]{supervisor}
\DeclareStringOption[startdate not set]{startdate}
\DeclareStringOption[enddate not set]{enddate}
\DeclareStringOption[]{logo}
\DeclareStringOption[standard]{covertype} % type of the coverpage: standard, ustuttdiss

\DeclareStringOption[german]{language}
\DeclareBoolOption[false]{setPageNumberToOne}
\DeclareBoolOption[false]{setCoverPageNumberToMinusOne}

% ------------------------------
% process options
% ------------------------------
\ProcessKeyvalOptions*

% ------------------------------
% define language specific labels:
% ------------------------------
% - labels are defined separate for each language
% - if language is not set, German is used
% ------------------------------
\def\labelsenglish{
    \gdef\@labelExaminer{Examiner}%
    %\gdef\@labelprueferin{Examiner}%
    \gdef\@labelSupvervisor{Supervisor}%
    %\gdef\@labelbetreuerin{Supervisor}%
    \gdef\@labelCourse{Course of Study}%
    \gdef\@labelStartdate{Commenced}%
    \gdef\@labelEnddate{Completed}%
    \gdef\@labelUniversity{~\newline University of Stuttgart}%
    \gdef\@labelDept{Faculty of Computer Science}%

    %the labels are written in German, because these are the official terms given by the regulations ("Prüfungsordnung")
    %For a detailed discussion see https://github.com/latextemplates/uni-stuttgart-computer-science-cover/pull/10
    \gdef\@labelTypeStudy{Studienarbeit}%
    \gdef\@labelTypeDiplom{Diplomarbeit}%
    \gdef\@labelTypeBachelor{Bachelorarbeit}%
    \gdef\@labelTypeMaster{Masterarbeit}%
    \gdef\@labelTypeProjectINF{Projekt-INF}%
    \gdef\@labelTypeFachstudie{Fachstudie}%
    \gdef\@labelTypeProzessanalyse{Prozessanalyse}%

    \gdef\@labelCourseCS{Informatik}%
    \gdef\@labelCourseSE{Softwaretechnik}%
    \gdef\@labelCourseMCL{Computerlinguistik}%
    \gdef\@labelCourseTK{Technische Kybernetik}%
    \gdef\@labelCourseMSV{Maschinelle Sprachverarbeitung}%
    \gdef\@labelCourseBIS{Wirtschaftsinformatik}%
    \gdef\@labelCourseSimTech{Simulation Technology}%
    \gdef\@labelCourseMedInf{Medieninformatik}%

    % institute names
    \gdef\@labeliaas{Institute of Architecture of Application Systems}%
    \gdef\@labelipvs{Institute for Parallel and Distributed Systems}%
    \gdef\@labelfmi{Institute of Formal Methods in Computer Science}%
    \gdef\@labelims{Institute for Natural Language Processing}%
    \gdef\@labeliste{Institute of Software Engineering}%
    \gdef\@labeliti{Institute of Computer Architecture and Computer Engineering}%
    \gdef\@labeliris{Institute of Computer-aided Product Development Systems}%
    \gdef\@labelvis{Institute for Visualization and Interactive Systems}%
    \gdef\@labelvisus{Visualization Research Center (VISUS)}%
    \gdef\@labelsec{Institute of Information Security}%

    \gdef\@labelAffirmation{Declaration}%
    \gdef\@AffirmationText{%
        I hereby declare that the work presented in this thesis is entirely my own.
        I did not use any other sources and aids than the listed ones.
        I have marked all direct or indirect transfers from other sources contained therein as referenced quotations.
        I assure that I have not used any aids that were explicitly ruled out by the examiner.\par\vspace{0.5em}
        In Appendix \enquote{Use of AI Tools} I have documented to what extent AI tools were used for generating any significant parts of this work.
        By submitting this work, I assume full responsibility for all content.
        I have taken notice of and I comply with the \textit{Principles for the Use of Artificial Intelligence by Students at the University of Stuttgart}.\par\vspace{0.5em}
        Neither this work nor significant parts of it were part of another examination procedure.
        I have not published this work in whole or in part before.
        The electronic copy is consistent with all submitted hard copies.
    }
    \gdef\@labelSignature{\ place, date, signature}
}

\def\labelsgerman{
    \gdef\@labelExaminer{Prüfer/in}%
    \gdef\@labelSupvervisor{Betreuer/in}%
    \gdef\@labelCourse{Studiengang}%
    \gdef\@labelStartdate{Beginn am}%
    \gdef\@labelEnddate{Beendet am}%
    \gdef\@labelUniversity{~\newline Universität Stuttgart}%
    \gdef\@labelDept{Fakultät Informatik, Elektrotechnik und Informationstechnik}%

    \gdef\@labelTypeStudy{Studienarbeit}%
    \gdef\@labelTypeDiplom{Diplomarbeit}%
    \gdef\@labelTypeBachelor{Bachelorarbeit}%
    \gdef\@labelTypeMaster{Masterarbeit}%
    \gdef\@labelTypeProjectINF{Projekt-INF}%
    \gdef\@labelTypeFachstudie{Fachstudie}%
    \gdef\@labelTypeProzessanalyse{Prozessanalyse}%

    \gdef\@labelCourseCS{Informatik}%
    \gdef\@labelCourseSE{Softwaretechnik}%
    \gdef\@labelCourseMCL{Computerlinguistik}%
    \gdef\@labelCourseTK{Technische Kybernetik}%
    \gdef\@labelCourseMSV{Maschinelle Sprachverarbeitung}%
    \gdef\@labelCourseBIS{Wirtschaftsinformatik}%
    \gdef\@labelCourseSimTech{Simulation Technology}%
    \gdef\@labelCourseMedInf{Medieninformatik}%

    % institute names
    \gdef\@labeliaas{Institut für Architektur von Anwendungssystemen}%
    \gdef\@labelipvs{Institut für Parallele und Verteilte Systeme}%
    \gdef\@labelfmi{Institut für Formale Methoden der Informatik}%
    \gdef\@labelims{Institut für Maschinelle Sprachverarbeitung}%
    \gdef\@labeliste{Institut für Software Engineering}%
    \gdef\@labeliti{Institut für Technische Informatik}%
    \gdef\@labeliris{Institut für Rechnergestützte Ingenieursysteme}%
    \gdef\@labelvis{Institut für Visualisierung und Interaktive Systeme}%
    \gdef\@labelvisus{Visualisierungsinstitut der Universität Stuttgart (VISUS)}%
    \gdef\@labelsec{Institut für Informationssicherheit}%

    \gdef\@labelAffirmation{Erklärung}%
    \gdef\@AffirmationText{%
        Hiermit erkläre ich, dass ich die vorliegende Arbeit selbstständig verfasst und dabei keine anderen als die angegebenen Quellen und Hilfsmitel benutzt habe.
        Sämtliche wörtlichen oder sinngemäßen Übernahmen und Zitate aus anderen Werken sind kenntlich gemacht und nachgewiesen.
        Ich versichere, dass ich keine Hilfsmitel verwendet habe, deren Nutzung die Prüferin oder der Prüfer explizit ausgeschlossen hat.\par\vspace{0.5em}
        Im Anhang \enquote{Nutzung von KI-Tools} habe ich dokumentiert, inwiefern KI-Tools zur Erstellung wesentlicher Teile dieser Arbeit verwendet wurden.
        Mit Abgabe der Arbeit übernehme ich die volle Verantwortung für alle Inhalte.
        Die \textit{Grundsätze zur KI-Nutzung für Studierende an der Universität Stuttgart} habe ich zur Kenntnis genommen und befolgt.\par\vspace{0.5em}
        Weder diese Arbeit noch wesentliche Teile daraus waren bisher Gegenstand eines anderen Prüfungsverfahrens.
        Ich habe diese Arbeit bisher weder teilweise noch vollständig veröffentlicht.
        Das elektronische Exemplar stimmt mit allen eingereichten Exemplaren überein.
    }
    \gdef\@labelSignature{\ Ort, Datum, Unterschrift}
}

% set those labels according to the set language
\newcommand{\USCCover@setLanguage}{
    \def\0{english}
    \ifx\MCS@language\0
        \labelsenglish
    \else
        \labelsgerman
    \fi
}

% set \@labelType if matched
\newcommand{\USCCover@setType}{
    \gdef\@labelType{\MCS@type}
    \def\1{\MCS@type}
    % dont remove last two braces / empty else clause
    \def\0{diplom}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelType{\@labelTypeDiplom}}{}
    \def\0{study}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelType{\@labelTypeStudy}}{}
    \def\0{bachelor}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelType{\@labelTypeBachelor}}{}
    \def\0{master}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelType{\@labelTypeMaster}}{}
    \def\0{fachstudie}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelType{\@labelTypeFachstudie}}{}
    \def\0{projectinf}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelType{\@labelTypeProjectINF}}{}
    \def\0{prozessanalyse}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelType{\@labelTypeProzessanalyse}}{}
}

% ------------------------------
% Institute addresses
% ------------------------------

% general university address
\gdef\@labelAddress{\@labelUniversity\\Universitätsstra{\ss}e 38\\D--70569 Stuttgart}

\newcommand{\USCCover@setInstitute}{
    % use specified text if institute does not match
    \gdef\@labelInstitute{\MCS@institute}

    \def\1{\MCS@institute}
    % do not remove last two braces / empty else clause
    \def\0{ipvs}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelInstitute{\@labelipvs\\\@labelAddress}}{}
    \def\0{iaas}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelInstitute{\@labeliaas\\\@labelAddress}}{}
    \def\0{fmi}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelInstitute{\@labelfmi\\\@labelAddress}}{}
    \def\0{ims}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelInstitute{\@labelims\\\@labelUniversity\\Pfaffenwaldring 5B\\D--70569 Stuttgart}}{}
    \def\0{iste}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelInstitute{\@labeliste\\\@labelAddress}}{}
    \def\0{iti}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelInstitute{\@labeliti\\\@labelUniversity\\Pfaffenwaldring 47\\D--70569 Stuttgart}}{}
    \def\0{iris}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelInstitute{\@labeliris\\\@labelAddress}}{}
    \def\0{vis}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelInstitute{\@labelvis\\\@labelAddress}}{}
    \def\0{visus}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelInstitute{\@labelvisus\\\@labelUniversity\\Allmandring 19\\D--70569 Stuttgart}}{}
    \def\0{sec}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelInstitute{\@labelsec\\\@labelAddress}}{}
    \def\0{fac}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelInstitute{\@labelDept\\\@labelAddress}}{}
}

% ------------------------------
% Evaluate course option and set course
% ------------------------------
\newcommand{\USCCover@setCourse}{
    % use specified text if course does not match
    \gdef\@labelCourseValue{\MCS@course}

    \def\1{\MCS@course}
    % dont remove last two braces / empty else clause
    \def\0{cs}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelCourseValue{\@labelCourseCS}}{}
    \def\0{se}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelCourseValue{\@labelCourseSE}}{}
    \def\0{mcl}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelCourseValue{\@labelCourseMCL}}{}
    \def\0{msv}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelCourseValue{\@labelCourseMSV}}{}
    \def\0{bis}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelCourseValue{\@labelCourseBIS}}{}
    \def\0{simtech}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelCourseValue{\@labelCourseSimTech}}{}
    \def\0{medinf}\ifthenelse{\equal{\0}{\1}}{\gdef\@labelCourseValue{\@labelCourseMedInf}}{}

}

% ------------------------------
% evaluate options by calling those functions that set text accordingly
% ------------------------------
\USCCover@setLanguage
\USCCover@setType
\USCCover@setInstitute
\USCCover@setCourse

% ------------------------------
% helping commands
% ------------------------------
% - \USCCover@umrandet
% - \USCCover@TBlabel
% - \USCCover@TBlist
% ------------------------------
\def\USCCover@umrandet{\global\let\@USCCover@umrandet=\fbox}
\let\@USCCover@umrandet\relax

\newcommand{\USCCover@TBlabel}[1]{\textbf{#1}\hfil}

\newenvironment{USCCover@TBlist}{%
    \list{}{\labelwidth 45mm \leftmargin 70mm % alt: 35/60 mm
        \rightmargin 20mm \let\makelabel\USCCover@TBlabel}%
}{\endlist}

% Only include package if a logo is provided, otherwise it is not needed.
\ifx\MCS@logo\empty
\else
    \usepackage{graphicx}
\fi
% ------------------------------
% usable commands
% ------------------------------
% - \Titelblatt
% - \Versicherung
% (contain code from old diplomtitel.sty)
% ------------------------------
\newcommand{\Titelblatt}{%
    \cleardoublepage
    \ifthenelse{\boolean{MCS@setCoverPageNumberToMinusOne}}{\setcounter{page}{-1}}{}
    \begingroup
    \newcommand{\USCCover@isTwoColumn}{false}
    \if@twocolumn \renewcommand{\USCCover@isTwoColumn}{true} \onecolumn \fi
    \sffamily
    \pagestyle{empty}%
    \thispagestyle{empty}%
    %\fontfamily{ppl}\selectfont
    %
    \@normalsize \@setsize\normalsize{13.6pt}\xipt\@xipt
    %
    \frenchspacing    % besser, da viele Abk. (<- da ist schon eine)
    \parskip=0pt\parindent=0pt\null
    %
    % Damit alles richtig funktioniert, mu"s der Ursprung auf die
    % tats"achliche linke obere Ecke des Blattes gelegt werden (ohne den
    % bekannten 1in Offset also).
    % Ausserdem werden die beiden Seitenr"ander auf 28mm + 4.5mm Falz
    % gesetzt, die Seitenh"ohe auf DIN A4-H"ohe.
    %
    \hsize=154mm       %% DIN A4: 210mm - 2*28mm
    \columnwidth=\hsize \linewidth=\hsize
    %
    \dimen0=0pt
    \advance\dimen0-\oddsidemargin
    \advance\dimen0 2.6mm %%
    \advance\dimen0 4.5mm %%
    \hbox to 0pt{\kern\dimen0\vbox to\topskip{%
                \dimen0=-1in
                \advance\dimen0-\topmargin
                \advance\dimen0-\headheight
                \advance\dimen0-\headsep
                \vskip\dimen0\relax
                %

                \vskip 20mm\relax %%%

                % Height of the institute vbox
                \newcommand{\instituteHeight}{70}

                \ifx\MCS@logo\empty
                \else
                    \vbox to 15mm{
                        \begin{center}
                            \includegraphics[height=14mm]{\MCS@logo}
                        \end{center}
                       \vfill}
                    % Height of institute vbox reduced to accomodate logo
                    \renewcommand{\instituteHeight}{55}
                \fi

                \vbox to \instituteHeight mm{
                        \begin{center}%
                            \@labelInstitute
                        \end{center}
                        \vfill}%

                \vskip -4mm\relax
                %%%%% ==> 155mm (Titel: 165mm/Autor: 195mm) von oben
                %%% Die Box kann max. 100mm breit und 60mmm hoch sein,
                %%% au"serdem wird noch ein Rand von mind. 2.5mm gelassen
                %%% Even if \centering is not recommended (see l2tabu or nag package), just replacing it with {\centering{...}} doesn't work as \centering doesn't center on the complete page
                \centerline{\fboxsep=0pt
                    \@USCCover@umrandet{\hbox to 100mm{\hfil
                                \vbox to 60mm{\hsize=95mm\parindent=0pt
                                        \vskip 10mm plus 30mm minus 7.5mm
                                        \begin{center}\@setsize\large{14pt}\xiipt\@xiipt %%\large
                                            \ifx\MCS@number\empty
                                                \@labelType
                                            \else
                                                \@labelType\ Nr.\,\MCS@number
                                            \fi
                                        \end{center}%
                                        \vskip 12.5mm plus 12.5mm minus 10mm
                                        \begin{center}\@setsize\LARGE{22pt}\xviipt\@xviipt %%\LARGE
                                            \textbf{ \MCS@title}
                                        \end{center}%
                                        \vskip 10mm plus 10mm minus 7.5mm
                                        \begin{center}\@setsize\large{14pt}\xiipt\@xiipt %%\large
                                            \MCS@author
                                        \end{center}%
                                        \vskip 17.5mm plus 35mm minus 12.5mm}\hfil}}}%
                \vskip 20mm %%%%%

                \vbox to 15mm{%
                        \begin{USCCover@TBlist}%
                            \item[\@labelCourse: ]\@labelCourseValue
                        \end{USCCover@TBlist}%
                        \vfill}%
                \vbox to 45mm{%
                        \begin{USCCover@TBlist}%
                            \item[\@labelExaminer:]\MCS@examiner
                            \item[\@labelSupvervisor:]\MCS@supervisor
                        \end{USCCover@TBlist}%
                        \vfill}%
                \vbox to 70mm{%%%%% ==> 85 mm von oben
                        \begin{USCCover@TBlist}%
                            \item[\@labelStartdate:]\MCS@startdate
                            \item[\@labelEnddate:]\MCS@enddate
                        \end{USCCover@TBlist}%
                        \vfill}%

                \vss}\hss}%
    %
    \thispagestyle{empty}%
    \cleardoublepage % if twoside add a blank page after cover
    % set counter to start at 1 after the clear(double)page
    \ifthenelse{\boolean{MCS@setPageNumberToOne}}{\setcounter{page}{1}}{}
    \newcommand{\USCCover@true}{true}
    \ifthenelse{\equal{\USCCover@isTwoColumn}{\USCCover@true}}{\twocolumn}{}
    \endgroup
}
\newcommand{\Coverpage}{\Titelblatt}

\newcommand{\Versicherung}{
    \cleardoublepage
    \providecommand{\USCCover@isTwoColumn}{}
    \if@twocolumn \renewcommand{\USCCover@isTwoColumn}{true} \onecolumn
        \else \renewcommand{\USCCover@isTwoColumn}{false} \fi
    \null
    \vskip 5cm\relax
    \begin{center}
        \begin{minipage}[t]{10cm}
            \hbox{\textbf{\@labelAffirmation}}%
            \vskip 1cm\relax
            %\begin{flushleft}%
            \@AffirmationText
            %\end{flushleft}%
            \vskip 4cm\relax
            \hrulefill
            \vskip .4\baselineskip
            \hbox{\@labelSignature}
        \end{minipage}
    \end{center}
    \clearpage
    \providecommand{\USCCover@true}{true}
    \ifthenelse{\equal{\USCCover@isTwoColumn}{\USCCover@true}}{\twocolumn}{}
}
\newcommand{\Affirmation}{\Versicherung}
