Add option to add signature
This commit is contained in:
@@ -34,6 +34,8 @@ beforeskip=0pt,
|
|||||||
\newcommand{\thesisStartDate}[1]{\def \theThesisStartDate{#1}}
|
\newcommand{\thesisStartDate}[1]{\def \theThesisStartDate{#1}}
|
||||||
\newcommand{\thesisEndDate}[1]{\def \theThesisEndDate{#1}}
|
\newcommand{\thesisEndDate}[1]{\def \theThesisEndDate{#1}}
|
||||||
\newcommand{\thesisSignatureDate}[1]{\def \theThesisSignatureDate{#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{\thesisLanguage}[1]{\def \theThesisLanguage{#1}}
|
||||||
\newcommand{\thesisCC}[1]{\def \theThesisCC{#1}}
|
\newcommand{\thesisCC}[1]{\def \theThesisCC{#1}}
|
||||||
\newcommand{\thesisPythonWatermark}[1]{\def \theThesisPythonWatermark{#1}}
|
\newcommand{\thesisPythonWatermark}[1]{\def \theThesisPythonWatermark{#1}}
|
||||||
@@ -47,6 +49,8 @@ beforeskip=0pt,
|
|||||||
\thesisStartDate{dd.mm.yyyy}
|
\thesisStartDate{dd.mm.yyyy}
|
||||||
\thesisEndDate{dd.mm.yyyy}
|
\thesisEndDate{dd.mm.yyyy}
|
||||||
\thesisSignatureDate{dd.mm.yyyy}
|
\thesisSignatureDate{dd.mm.yyyy}
|
||||||
|
\thesisSignature{}
|
||||||
|
\thesisSignatureHeight{2cm}
|
||||||
\thesisLanguage{english}
|
\thesisLanguage{english}
|
||||||
\thesisCC{FALSE}
|
\thesisCC{FALSE}
|
||||||
\thesisPythonWatermark{FALSE}
|
\thesisPythonWatermark{FALSE}
|
||||||
|
|||||||
@@ -13,7 +13,11 @@ to another academic institution and has also not yet been published.
|
|||||||
\>Karlsruhe, \theThesisSignatureDate
|
\>Karlsruhe, \theThesisSignatureDate
|
||||||
\end{tabbing}
|
\end{tabbing}
|
||||||
|
|
||||||
\vspace{2cm}
|
\ifx\theThesisSignature\empty
|
||||||
|
\vspace{2cm}
|
||||||
|
\else
|
||||||
|
\hspace*{1.5em}\includegraphics[height=\theThesisSignatureHeight]{\theThesisSignature}
|
||||||
|
\fi
|
||||||
\begin{tabbing}
|
\begin{tabbing}
|
||||||
\hspace{3em}\= \kill
|
\hspace{3em}\= \kill
|
||||||
\>\theThesisAuthor\\[1ex]
|
\>\theThesisAuthor\\[1ex]
|
||||||
@@ -39,7 +43,11 @@ Ich habe keine anderen als die angegebenen Quellen und Hilfsmittel benutzt und w
|
|||||||
\>Karlsruhe, den \theThesisSignatureDate
|
\>Karlsruhe, den \theThesisSignatureDate
|
||||||
\end{tabbing}
|
\end{tabbing}
|
||||||
|
|
||||||
\vspace{2cm}
|
\ifx\theThesisSignature\empty
|
||||||
|
\vspace{2cm}
|
||||||
|
\else
|
||||||
|
\hspace*{1.5em}\includegraphics[height=\theThesisSignatureHeight]{\theThesisSignature}\\[0.5ex]
|
||||||
|
\fi
|
||||||
\begin{tabbing}
|
\begin{tabbing}
|
||||||
\hspace{3em}\= \kill
|
\hspace{3em}\= \kill
|
||||||
\>\theThesisAuthor\\[1ex]
|
\>\theThesisAuthor\\[1ex]
|
||||||
|
|||||||
Reference in New Issue
Block a user