This is the version I submitted to RWTH Aachen University at November 9, 2018.
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\"");
}
Description
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.
Final version
Latest
Languages
TeX
80%
Jupyter Notebook
12.2%
Python
5.5%
C
1.5%
Makefile
0.6%