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 af25b4b828 Initial commit of master's thesis
This is the version I submitted to RWTH Aachen University at November 9,
2018.
2018-11-12 12:56:59 +01:00
abstract Initial commit of master's thesis 2018-11-12 12:56:59 +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 Initial commit of master's thesis 2018-11-12 12:56:59 +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 Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
abstract.tex Initial commit of master's thesis 2018-11-12 12:56:59 +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 Initial commit of master's thesis 2018-11-12 12:56:59 +01:00

README.md

Setup

Add this to ~/.latexmkrc:

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