This repository contains a stripped version of the TU Delft Thesis template, available here. That template contains various unused files, cluttering your thesis folder. This repository aims to provide only the files that are actually used.
Furthermore, it offers a way to install the style locally on Linux-based environments, so that you can use this style without needing to copy all the template files in your thesis folder
A bash script called install_to_texmf
moves the style files to locations in your TEXMFHOME. The TEXMFHOME is a way to make shared styles available to various projects. The correct location for various types of files is described in the Tex Directory Structure.
A bash script called test_local
can be used to test whether you can compile this template, before installing. Test results are saved in a test.log
file.