added creative commons option

This commit is contained in:
Johannes Demel
2015-10-22 19:06:37 +02:00
parent caceacbc41
commit 6b58672556
4 changed files with 22 additions and 2 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*.aux
*.backup
*~

View File

@@ -28,7 +28,7 @@
\newcommand{\thesisEndDate}[1]{\def \theThesisEndDate{#1}}
\newcommand{\thesisSignatureDate}[1]{\def \theThesisSignatureDate{#1}}
\newcommand{\thesisLanguage}[1]{\def \theThesisLanguage{#1}}
\newcommand{\thesisCC}[1]{\def \theThesisCC{#1}}
% Defaults
\thesisTitle{Random Thesis Title}
\thesisType{Master Thesis Type}
@@ -39,9 +39,13 @@
\thesisEndDate{dd.mm.yyyy}
\thesisSignatureDate{dd.mm.yyyy}
\thesisLanguage{english}
\thesisCC{FALSE}
\def\dictThesisLanguageGerman{ngerman}
\def\dictThesisLanguageEnglish{english}
\def\dictThesisFALSE{FALSE}
\def\dictThesisTRUE{TRUE}
% Gerneral %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[T1]{fontenc} % encoding for target files.
@@ -174,6 +178,9 @@
}
\newcommand{\ssection}[1]{\vspace*{0.8em}{\textbf{#1}}\\}
\def\makestatutorydeclaration{
\include{cel-thesis/eidesstattliche_erklaerung}
}
\def\maketitle{
\hypersetup{
@@ -208,7 +215,7 @@
\end{center}
\hspace*{\fill}
\newpage
\include{cel-thesis/eidesstattliche_erklaerung}
\makestatutorydeclaration
}

View File

@@ -17,3 +17,13 @@ Ich versichere hiermit, dass ich die vorliegende Arbeit selbst{\"a}ndig und unte
%\>Amalienstra{\ss}e 79\\
%\>76133 Karlsruhe\\[1ex]
\end{tabbing}
\ifx\theThesisCC\dictThesisTRUE
\newpage
\begin{center}
\includegraphics[width=25mm,valign=c]{cel-thesis/logos/cc-by-sa}
\end{center}
\vspace{1cm}
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.
\fi

BIN
logos/cc-by-sa.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB