summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty2
-rw-r--r--Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls32
2 files changed, 32 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty
index 241907f4c30..3b630835877 100644
--- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty
+++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty
@@ -1,7 +1,7 @@
% !Mode:: "TeX:UTF-8"
%% udesoftec.cls
% Copyright 2013 J. Peter M. Schuler
-% 2014-01-10 v1.3.0 udesoftec
+% 2014-02-19 v1.3.2 udesoftec
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls
index f9321ba9b98..bf19a1d486f 100644
--- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls
+++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls
@@ -1,7 +1,7 @@
% !Mode:: "TeX:UTF-8"
%% udesoftec.cls
% Copyright 2013 J. Peter M. Schuler
-% 2014-02-18 v1.3.1 udesoftec
+% 2014-03-11 v1.3.3 udesoftec
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -67,6 +67,7 @@
\newif\iftemplateVawiEssen
\newif\iftemplateVawiBamberg
+\newif\ifdocumentOmitSD
\newif\ifdocumentOmitLOT
\newif\ifdocumentOmitLOF
\newif\ifdocumentOmitLOA
@@ -82,6 +83,7 @@
\DeclareOption{draft}{\documentIsFinalfalse}
\DeclareOption{final}{\documentIsFinaltrue}
\documentOmitLOTfalse
+\documentOmitSDfalse
\documentOmitLOFfalse
\documentOmitLOAfalse
\documentOmitTodosfalse
@@ -89,6 +91,7 @@
\DeclareOption{omit-lot}{\documentOmitLOTtrue}
\DeclareOption{omit-lof}{\documentOmitLOFtrue}
\DeclareOption{omit-loa}{\documentOmitLOAtrue}
+\DeclareOption{omit-sd}{\documentOmitSDtrue}
\DeclareOption{omit-todos}{\documentOmitTodostrue}
\templateUseColorfulLinksfalse
@@ -179,6 +182,24 @@
\def \udesoftec@templatePageMarkPrefix {} % might be something like "S. "
+\newcommand{\statutorydeclarationheading}{
+\chapter*{Eidesstattliche Versicherung}
+}
+\newcommand{\statutorydeclaration}{
+\statutorydeclarationheading
+Ich versichere an Eides statt durch meine Unterschrift, dass ich die vorstehende Arbeit
+selbst\"andig und ohne fremde Hilfe angefertigt und alle Stellen, die ich w\"ortlich oder
+ann\"ahrend w\"ortlich aus Ver\"offentlichungen entnommen habe, als solche kenntlich gemacht
+habe, mich auch keiner anderen als der angegebenen Literatur oder sonstiger Hilfsmittel
+bedient habe. Die Arbeit hat in dieser oder ähnlicher Form noch keiner anderen
+Pr\"ufungsbeh\"orde vorgelegen.
+
+
+\vspace*{40pt}
+\parbox{4cm}{\udesoftec@city, \today\hrule\strut \footnotesize Ort, Datum} \hfill
+\parbox{7cm}{\textcolor{white}{Hier wurde im Original unterschrieben}\hrule\strut \footnotesize Unterschrift} \hfill
+}
+
\ProcessOptions\relax
@@ -308,6 +329,13 @@
\ifprimaryDocumentLanguageGerman
\else
+
+\renewcommand*{\statutorydeclarationheading}{
+\chapter*{Statutory Declaration}
+The statutory declaration needs to be in german, so the following excerpt is in german:
+
+\section*{Eidesstattliche Versicherung}
+}
\typeofdoc{Master Thesis}
\labelPreTopic{about the topic}
\labelRespectConfidentiality{(Sperrvermerk beachten --- adhere confidentially clause)}
@@ -1228,6 +1256,8 @@ commentstyle=\color{DocumentMedium0}
\listoftodos
\fi
\fi
+
+\ifdocumentOmitSD\else\statutorydeclaration\fi
}
\setlength\marginparsep{5mm}
\setlength\marginparwidth{40mm}