summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/acronym.tex10
-rw-r--r--common/imprint.tex10
-rw-r--r--common/settings.tex30
-rwxr-xr-xcommon/titlepage.tex14
4 files changed, 46 insertions, 18 deletions
diff --git a/common/acronym.tex b/common/acronym.tex
index e147da7..605a487 100644
--- a/common/acronym.tex
+++ b/common/acronym.tex
@@ -1,3 +1,13 @@
+% SPDX-License-Identifier: CC-BY-SA-4.0
+%
+% Copyright (c) 2020 Philipp Le
+%
+% Except where otherwise noted, this work is licensed under a
+% Creative Commons Attribution-ShareAlike 4.0 License.
+%
+% Please find the full copy of the licence at:
+% https://creativecommons.org/licenses/by-sa/4.0/legalcode
+
\phantomsection
\addcontentsline{toc}{chapter}{List of Abbreviations}
\chapter*{List of Abbreviations}
diff --git a/common/imprint.tex b/common/imprint.tex
index 2084f8a..e3334c9 100644
--- a/common/imprint.tex
+++ b/common/imprint.tex
@@ -1,3 +1,13 @@
+% SPDX-License-Identifier: CC-BY-SA-4.0
+%
+% Copyright (c) 2020 Philipp Le
+%
+% Except where otherwise noted, this work is licensed under a
+% Creative Commons Attribution-ShareAlike 4.0 License.
+%
+% Please find the full copy of the licence at:
+% https://creativecommons.org/licenses/by-sa/4.0/legalcode
+
\phantomsection
\chapter*{Imprint}
diff --git a/common/settings.tex b/common/settings.tex
index 4399537..ba83d93 100644
--- a/common/settings.tex
+++ b/common/settings.tex
@@ -1,14 +1,23 @@
+% SPDX-License-Identifier: CC-BY-SA-4.0
+%
+% Copyright (c) 2020 Philipp Le
+%
+% Except where otherwise noted, this work is licensed under a
+% Creative Commons Attribution-ShareAlike 4.0 License.
+%
+% Please find the full copy of the licence at:
+% https://creativecommons.org/licenses/by-sa/4.0/legalcode
+
\documentclass[%
- a4paper,% A4 Papier
- twoside,% einseitig (linker und rechter Seitenrand sind gleich groß)
- %bibliography=totocnumbered,% Literaturverzeichnis nummeriert mit ins
- % Inhaltsverzeichnis einfügen
- numbers=noenddot,% hinter der Gliederungsnummer soll kein Punkt gesetzt werden (siehe Duden)
- parskip=half,% europäischer Satz mit Abstand zwischen Absätzen
- headsepline,% Linie nach Kopfzeile
- footsepline,% Linie vor Fusszeile
- headings=small,% kleine Überschriften
- 12pt,% grössere Schrift, besser lesbar am Bildschrim
+ a4paper,%
+ twoside,%
+ %bibliography=totocnumbered,
+ numbers=noenddot,%
+ parskip=half,%
+ headsepline,%
+ footsepline,%
+ headings=small,%
+ 12pt,%
]{scrreprt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -24,7 +33,6 @@
% Graphics
\usepackage{graphicx}
-%\graphicspath{{./}{./bilder/export/}}
\usepackage{pdfpages}
% TikZ
diff --git a/common/titlepage.tex b/common/titlepage.tex
index f5620c0..c83303e 100755
--- a/common/titlepage.tex
+++ b/common/titlepage.tex
@@ -1,14 +1,16 @@
-% Vorlage für Abschlussarbeiten und Praktikumsberichte
+% SPDX-License-Identifier: CC-BY-SA-4.0
%
-% titelseite.tex
+% Copyright (c) 2020 Philipp Le
%
-% Hier wird die Titelseite erzeugt.
+% Except where otherwise noted, this work is licensed under a
+% Creative Commons Attribution-ShareAlike 4.0 License.
+%
+% Please find the full copy of the licence at:
+% https://creativecommons.org/licenses/by-sa/4.0/legalcode
\begin{titlepage}
\begin{center}
\normalsize
-% Otto-von-Guericke-Universität Magdeburg \\
-% Fakultät für Elektrotechnik und Informationstechnik \\
\vspace*{1cm}
@@ -59,5 +61,3 @@
Revision \therevision, \therevisiondate
\end{flushright}
\end{titlepage}
-
-% Ende der Datei