My master's thesis on an InfiniBand based communication in a co-simulation framework, which I submitted to RWTH Aachen University at November 9, 2018.
Go to file
Dennis Potter 14edfb8e6b
Added missing CC (BY) logos.
2020-01-20 01:41:50 +01:00
appendices Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
chapters Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
glossary Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
images Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
listings Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
plots Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
scripts Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
tables Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
template Added missing CC (BY) logos. 2020-01-20 01:41:50 +01:00
.gitignore Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
LICENSE Initial commit 2018-11-10 13:36:10 +01:00
Makefile Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
README.md Added description on how to compile the document 2018-11-12 17:20:33 +01:00
abstract.tex Removed all German text and added notice of CC BY 4.0 license. 2018-11-12 17:03:45 +01:00
appendices.tex Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
biblatex.cfg Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
bibliography.bib Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
chapters.tex Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
thesis.tex Removed the German language from thesis.tex 2018-11-12 17:20:20 +01:00

README.md

Prerequisites & setup

The compilation of this master's thesis was only verified on Linux. The following software is required to compile this work:

In order to be able to generate the list of abbrevations, the following has to be added to to ~/.latexmkrc:

add_cus_dep('acn', 'acr', 0, 'makeacn2acr');
sub makeacn2acr {
    system("makeindex -s \"$_[0].ist\" -t \"$_[0].alg\" -o \"$_[0].acr\" \"$_[0].acn\"");
}