Skip to content
Snippets Groups Projects
Commit 6914bd0f authored by Eva Zangerle's avatar Eva Zangerle
Browse files

removed German templates, updated README

parent 8a8a434e
No related branches found
No related tags found
No related merge requests found
......@@ -35,3 +35,30 @@ Changing the line defining the logo to the following should do the trick:
- inputenc
- url
### Changelog
#### 2024-02-01
- Removed German templates and template generator (not needed anymore if only English templates are provided)
- Added MIT license
- Updated README
#### 2019-08-28
- Updated `Readme.md` to reflect previous changes
- added a generator python script to unify the templates into one base template, which then creates all four templates
- **ATTENTION** there is still a todo left within the `template.tex`: In the original templates were different locations
for `\pagenumbering{Roman}`. These need to be fixed.
- resulting templates have ALL german or english comments depending on their target language
- changed `lit.bib` to `literature.bib`
#### 2016-11-15
- added readme
- added changelog
- made pdflatex primary compilation mode (by changing logo file from eps to
pdf)
- changed bibliographystyle from dbis to ieeetr
- changed bakk_arbeit to thesis_de and masterthesis to thesis_en
- deleted preface in both German and English version
- checked compatibility with overleaf and sharelatex
- deleted preface in both German and English version
- deleted dbis.bst (bibliography style)
# Changelog
### 2019-08-28
- Updated `Readme.md` to reflect previous changes
- added a generator python script to unify the templates into one base template, which then creates all four templates
- **ATTENTION** there is still a todo left within the `template.tex`: In the original templates were different locations
for `\pagenumbering{Roman}`. These need to be fixed.
- resulting templates have ALL german or english comments depending on their target language
- changed `lit.bib` to `literature.bib`
### 2016-11-15
- added readme
- added changelog
- made pdflatex primary compilation mode (by changing logo file from eps to
pdf)
- changed bibliographystyle from dbis to ieeetr
- changed bakk_arbeit to thesis_de and masterthesis to thesis_en
- deleted preface in both German and English version
- checked compatibility with overleaf and sharelatex
- deleted preface in both German and English version
- deleted dbis.bst (bibliography style)
% vim: filetype=tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BACHELOR Thesis Template
% Research Group Databases and Information Systems
% University of Innsbruck
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% define document class
\documentclass[11pt,a4paper,titlepage, twoside, ngerman]{report}
% include required packages
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage[english,ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage{url}
\usepackage{appendix}
% % use abbrv-bibliography style
\bibliographystyle{abbrv}
% specify margins for two-sided print
\oddsidemargin 3cm
\evensidemargin 1cm
\textwidth 12cm
% define header format
\fancyhead{}
\fancyhead[LE,RO]{\leftmark}
\fancyfoot[LO, RE]{Name1, Name2}
\fancyfoot[RO, LE]{\thepage}
\fancyfoot[CE, CO]{}
\headheight 26pt
\renewcommand{\headrulewidth}{0.3pt}
\renewcommand{\footrulewidth}{0.3pt}
% define style for appendix header
\newcommand{\appendixheader}{ % specify header for appendix
\fancyhf{}
\fancyhead[LE, RO]{APPENDIX \rightmark}
\fancyfoot[LO, RE]{Name 1, Name 2}
\fancyfoot[RO, LE]{\thepage}
}
% code for creating empty pages
% no headers on empty pages before new chapter
\makeatletter
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else
\hbox{}
\thispagestyle{empty}
\newpage
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother \clearpage{\pagestyle{empty}\cleardoublepage}
\begin{document}
\parindent 0cm
\selectlanguage{ngerman}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% TITELSEITE
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\begin{titlepage}
\begin{center}
% insert university logo
\includegraphics[height=40mm]{uni_2017} \\[3mm]
\vspace{1cm}
\begin{large}
Universität Innsbruck\\[5mm]
Institut für Informatik\\
Datenbanken und Informationssysteme\\[25mm]
\end{large}
\begin{LARGE}Title\\ \end{LARGE}
\begin{footnotesize}Bachelorarbeit\end{footnotesize}\\[15mm]
Name1\\ Name2\\[30mm]
betreut von\\
Supervisor1, Supervisor2\\[10mm]
\begin{footnotesize}Innsbruck, \today \end{footnotesize}
\end{center}
\end{titlepage}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% Eidesstattliche Erklärung
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\pagenumbering{Roman}
\thispagestyle{empty}
\selectlanguage{ngerman}
\section*{Eidesstattliche Erklärung}
Ich erkläre hiermit an Eides statt durch meine eigenhändige Unterschrift, dass ich die vorliegende Arbeit selbständig verfasst und keine anderen als die angegebenen Quellen und Hilfsmittel verwendet habe.
Alle Stellen, die wörtlich oder inhaltlich den angegebenen Quellen entnommen wurden, sind als solche kenntlich gemacht.\\
Ich erkläre mich mit der Archivierung der vorliegenden Bachelorarbeit einverstanden.\\[3cm]
\begin{minipage}{0.4\textwidth}
\centering
\rule{\textwidth}{.4pt}\\
Datum
\end{minipage}%
\hfill%
\begin{minipage}{0.4\textwidth}
\centering
\rule{\textwidth}{.4pt}\\
Unterschrift
\end{minipage}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% ZUSAMMENFASSUNG
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\thispagestyle{plain}
\selectlanguage{ngerman}
\begin{abstract}
Dies ist die deutsche Zusammenfassung.
\end{abstract}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% ABSTRACT
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\selectlanguage{english}
\begin{abstract}
This is the English abstract.
\end{abstract}
\selectlanguage{ngerman}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% DANKSAGUNG
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
%\cleardoublepage
%\thispagestyle{plain}
%\chapter*{Acknowledgements}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% INHALTSVERZEICHNIS
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\pagestyle{fancy}
\tableofcontents
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% KAPITEL 1
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% chapter starts on right side
\cleardoublepage
\chapter{Einleitung}
% change numbering to normal format, set page counter to 1
\pagenumbering{arabic}
\setcounter{page}{1}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% KAPITEL 2
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\chapter{Kapitel 2}
%-------------------------------------
% ABSCHNITT
%-------------------------------------
\section{Abschnitt}
\subsection{Teilabschnitt}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% ANHANG A
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\appendixheader
% reset counter for section numbering
\setcounter{section}{0}
\setcounter{chapter}{0}
% redefine numbering of sections to A.x
\renewcommand{\thesection}{A.\arabic{section}}
\renewcommand{\thechapter}{A}
\chapter*{Anhang} % use *-form to suppress numbering
\addcontentsline{toc}{chapter}{Anhang}
% reset counter for section numbering
\setcounter{section}{0}
\setcounter{chapter}{0}
% redefine numbering of sections to A.x
\renewcommand{\thesection}{A.\arabic{section}}
\renewcommand{\thechapter}{A}
\section{Anhang Abschnitt}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% LITERATURVERZEICHNIS
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\nocite{*}
\bibliography{literature}
\addcontentsline{toc}{chapter}{Literaturverzeichnis}
\end{document}
% vim: filetype=tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% MASTER Thesis Template
% Research Group Databases and Information Systems
% University of Innsbruck
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% define document class
\documentclass[11pt,a4paper,titlepage, twoside, ngerman]{report}
% include required packages
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage[english,ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage{url}
\usepackage{appendix}
% % use abbrv-bibliography style
\bibliographystyle{abbrv}
% specify margins for two-sided print
\oddsidemargin 3cm
\evensidemargin 1cm
\textwidth 12cm
% define header format
\fancyhead{}
\fancyhead[LE,RO]{\leftmark}
\fancyfoot[LO, RE]{Name1, Name2}
\fancyfoot[RO, LE]{\thepage}
\fancyfoot[CE, CO]{}
\headheight 26pt
\renewcommand{\headrulewidth}{0.3pt}
\renewcommand{\footrulewidth}{0.3pt}
% define style for appendix header
\newcommand{\appendixheader}{ % specify header for appendix
\fancyhf{}
\fancyhead[LE, RO]{APPENDIX \rightmark}
\fancyfoot[LO, RE]{Name 1, Name 2}
\fancyfoot[RO, LE]{\thepage}
}
% code for creating empty pages
% no headers on empty pages before new chapter
\makeatletter
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else
\hbox{}
\thispagestyle{empty}
\newpage
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother \clearpage{\pagestyle{empty}\cleardoublepage}
\begin{document}
\parindent 0cm
\selectlanguage{ngerman}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% TITELSEITE
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\begin{titlepage}
\begin{center}
% insert university logo
\includegraphics[height=40mm]{uni_2017} \\[3mm]
\vspace{1cm}
\begin{large}
Universität Innsbruck\\[5mm]
Institut für Informatik\\
Datenbanken und Informationssysteme\\[25mm]
\end{large}
\begin{LARGE}Title\\ \end{LARGE}
\begin{footnotesize}Masterarbeit\end{footnotesize}\\[15mm]
Name1\\ Name2\\[30mm]
betreut von\\
Supervisor1, Supervisor2\\[10mm]
\begin{footnotesize}Innsbruck, \today \end{footnotesize}
\end{center}
\end{titlepage}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% Eidesstattliche Erklärung
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\pagenumbering{Roman}
\thispagestyle{empty}
\selectlanguage{ngerman}
\section*{Eidesstattliche Erklärung}
Ich erkläre hiermit an Eides statt durch meine eigenhändige Unterschrift, dass ich die vorliegende Arbeit selbständig verfasst und keine anderen als die angegebenen Quellen und Hilfsmittel verwendet habe.
Alle Stellen, die wörtlich oder inhaltlich den angegebenen Quellen entnommen wurden, sind als solche kenntlich gemacht.\\
Die vorliegende Arbeit wurde bisher in gleicher oder ähnlicher Form noch nicht als Magister-/Master-/Diplomarbeit/Dissertation eingereicht.\\[3cm]
\begin{minipage}{0.4\textwidth}
\centering
\rule{\textwidth}{.4pt}\\
Datum
\end{minipage}%
\hfill%
\begin{minipage}{0.4\textwidth}
\centering
\rule{\textwidth}{.4pt}\\
Unterschrift
\end{minipage}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% ZUSAMMENFASSUNG
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\thispagestyle{plain}
\selectlanguage{ngerman}
\begin{abstract}
Dies ist die deutsche Zusammenfassung.
\end{abstract}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% ABSTRACT
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\selectlanguage{english}
\begin{abstract}
This is the English abstract.
\end{abstract}
\selectlanguage{ngerman}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% DANKSAGUNG
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
%\cleardoublepage
%\thispagestyle{plain}
%\chapter*{Acknowledgements}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% INHALTSVERZEICHNIS
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\pagestyle{fancy}
\tableofcontents
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% KAPITEL 1
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% chapter starts on right side
\cleardoublepage
\chapter{Einleitung}
% change numbering to normal format, set page counter to 1
\pagenumbering{arabic}
\setcounter{page}{1}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% KAPITEL 2
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\chapter{Kapitel 2}
%-------------------------------------
% ABSCHNITT
%-------------------------------------
\section{Abschnitt}
\subsection{Teilabschnitt}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% ANHANG A
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\appendixheader
% reset counter for section numbering
\setcounter{section}{0}
\setcounter{chapter}{0}
% redefine numbering of sections to A.x
\renewcommand{\thesection}{A.\arabic{section}}
\renewcommand{\thechapter}{A}
\chapter*{Anhang} % use *-form to suppress numbering
\addcontentsline{toc}{chapter}{Anhang}
% reset counter for section numbering
\setcounter{section}{0}
\setcounter{chapter}{0}
% redefine numbering of sections to A.x
\renewcommand{\thesection}{A.\arabic{section}}
\renewcommand{\thechapter}{A}
\section{Anhang Abschnitt}
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
% LITERATURVERZEICHNIS
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\cleardoublepage
\nocite{*}
\bibliography{literature}
\addcontentsline{toc}{chapter}{Literaturverzeichnis}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment