Add option to add signature

This commit is contained in:
2026-05-04 02:08:14 +02:00
parent f783ba56a1
commit f4a0e66b88
2 changed files with 14 additions and 2 deletions

View File

@@ -34,6 +34,8 @@ beforeskip=0pt,
\newcommand{\thesisStartDate}[1]{\def \theThesisStartDate{#1}}
\newcommand{\thesisEndDate}[1]{\def \theThesisEndDate{#1}}
\newcommand{\thesisSignatureDate}[1]{\def \theThesisSignatureDate{#1}}
\newcommand{\thesisSignature}[1]{\def \theThesisSignature{#1}}
\newcommand{\thesisSignatureHeight}[1]{\def \theThesisSignatureHeight{#1}}
\newcommand{\thesisLanguage}[1]{\def \theThesisLanguage{#1}}
\newcommand{\thesisCC}[1]{\def \theThesisCC{#1}}
\newcommand{\thesisPythonWatermark}[1]{\def \theThesisPythonWatermark{#1}}
@@ -47,6 +49,8 @@ beforeskip=0pt,
\thesisStartDate{dd.mm.yyyy}
\thesisEndDate{dd.mm.yyyy}
\thesisSignatureDate{dd.mm.yyyy}
\thesisSignature{}
\thesisSignatureHeight{2cm}
\thesisLanguage{english}
\thesisCC{FALSE}
\thesisPythonWatermark{FALSE}