Skip to content
Snippets Groups Projects
Commit e83433b0 authored by René Schöne's avatar René Schöne
Browse files

align with english template

parent e3bad209
Branches
No related tags found
No related merge requests found
Pipeline #15088 passed
image: texlive/texlive image: texlive/texlive
variables:
FILENAME: thesis
FILEDIR: .
DIFFCMD: bash git-latexdiff --exclude-textcmd="section,subsection" -b --main $FILENAME.tex --latexmk
stages: stages:
- build - build
- diff
build: build:
stage: build stage: build
...@@ -16,22 +10,5 @@ build: ...@@ -16,22 +10,5 @@ build:
paths: paths:
- thesis.pdf - thesis.pdf
- thesis.log - thesis.log
script: make
diff:
stage: diff
artifacts:
paths:
- $FILEDIR/difftag_$FILENAME.pdf
- $FILEDIR/diffcommit_$FILENAME.pdf
script: script:
- cd "$FILEDIR" - make
- LAST_TAG=$(git describe --abbrev=0 --tags HEAD~1)
- wget https://gitlab.com/git-latexdiff/git-latexdiff/raw/ef53cddc761ce2d278ba5016d17828cf63e30af5/git-latexdiff
- if [ "$LAST_TAG" ] ; then
- $DIFFCMD -o "difftag_$FILENAME.pdf" "$LAST_TAG"
- fi
- if [ "$CI_BEFORE_SHA" ] ; then
- $DIFFCMD -o "diffcommit_$FILENAME.pdf" "$CI_BEFORE_SHA"
- fi
allow_failure: true
[Latest PDF online](/../-/jobs/artifacts/main/file/thesis.pdf?job=build) ([Build Log](/../-/jobs/artifacts/main/file/build_thesis.log?job=build)) [Latest PDF online](/../-/jobs/artifacts/main/file/thesis.pdf?job=build) ([Build Log](/../-/jobs/artifacts/main/file/thesis.log?job=build))
Diff to [last tag](/../-/jobs/artifacts/main/file/difftag_thesis.pdf?job=diff) | [last commit](/../-/jobs/artifacts/main/file/diffcommit_thesis.pdf?job=diff)
Helpful documents Helpful documents
* [(German) manual for the TU LaTeX template](http://mirrors.ctan.org/macros/latex/contrib/tudscr/doc/tudscr.pdf) * [Manual for the TU LaTeX template](http://mirrors.ctan.org/macros/latex/contrib/tudscr/doc/tudscr.pdf)
* [Ein Anwenderleitfaden für das Erstellen einer wissenschaftlichen Abhandlung](http://mirrors.ctan.org/macros/latex/contrib/tudscr/doc/tutorials/treatise.pdf) * [Ein Anwenderleitfaden für das Erstellen einer wissenschaftlichen Abhandlung](http://mirrors.ctan.org/macros/latex/contrib/tudscr/doc/tutorials/treatise.pdf)
File deleted
\RequirePackage[ngerman=ngerman-x-latest]{hyphsubst}
\documentclass[ngerman,twoside]{tudscrreprt}
%\usepackage{selinput}\SelectInputMappings{adieresis={ä},germandbls={ß}}
%\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage[utf8]{luainputenc}
\usepackage{isodate}
\usepackage{tudscrsupervisor}
\usepackage{enumitem}\setlist{noitemsep}
\begin{document}
\faculty{Fakultät Informatik}\department{Institut für Software- und Multimediatechnik}
%\institute{Institut für Kriminologie}
\chair{Lehrstuhl für Softwaretechnik}
\title{%
Das ist der Titel
}
\thesis{bachelor}
%\graduation[M.Sc.]{Master of Science}
\author{%
Firstname Lastname\matriculationnumber{123456}
\dateofbirth{01.01.1996}\placeofbirth{Dresden}
\discipline{Bachelor Informatik 2009}
}%\matriculationyear{1234}
\issuedate{01.08.2018}\duedate{01.11.2018}
\supervisor{%
Dipl.-Inf. Carl Mai \and
Dr.\ Thomas Kühn
}
\professor{Prof.\ Dr.\ rer.\ nat.\ habil. Uwe Aßmann}
\taskform{%
In dieser Arbeit soll untersucht werden. blabla [1].
\textbf{Fragestellungen:}
\begin{itemize}
\item blabla
\item blabla
\end{itemize}
\textbf{Aus den Fragestellungen lassen sich folgende Aufgaben ableiten:}
\begin{itemize}
\item blabla
\end{itemize}
\textbf{Quellen:}
\begin{itemize}
\item [1] Adaptive Petri Nets - A Petri Net Extension for Reconfigurable Structures (Carl Mai, René Schöne, Johannes Mey, Thomas Kühn and Uwe Aßmann), In Adaptive 2018
\end{itemize}
}{%
}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment