2019-07-01 23:38:26 +02:00
|
|
|
# About
|
|
|
|
|
|
|
|
This repository contains documents related to the YARM thesis at the HTBLuVA
|
|
|
|
Innsbruck Anichstrasse.
|
|
|
|
# LICENSE
|
|
|
|
|
|
|
|
This thesis is licensed for use under the Creative Commons BY 4.0 License as
|
|
|
|
published by the Creative Commons Corporation. Please see the LICENSE.md
|
|
|
|
file or the creative commons website at
|
|
|
|
https://creativecommons.org/licenses/by/4.0/legalcode
|
|
|
|
for a full copy of the license.
|
2019-10-21 00:59:23 +02:00
|
|
|
|
|
|
|
# Compile
|
|
|
|
|
|
|
|
I try to always have a recent copy of the PDF-Document in this repositoy,
|
|
|
|
however if you don't trust me, or want to check your installed latex
|
|
|
|
distribution, you can compile it yourself via the following commandline:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
xelatex --shell-escape main.tex
|
|
|
|
```
|
|
|
|
|
|
|
|
The used latex distribution is the 2019.50876-1 version of the archlinux texlive
|
|
|
|
binary. Please make sure you have the texlive-lang, texlive-fontsextra and
|
|
|
|
all regular texlive packages installed.
|
|
|
|
|