This is a official repository for TU Delft Embedded Systems Group MSc Thesis Template.
Assuming you have LaTeX installed and any Unix-compatible system, simply type
make
This will compile the whole thesis (merge front pages with the core of the thesis and generate thesis.pdf
). Makefile, which is part of this repository, specifies the following options. In particular:
all
: calls this makefilepdflatex
commanddvipdf
: calls this makefiledvi
command and complies pdf file from dvi filepdflatex
: compliesthesis.tex
with unix/linuxpdflatex
commanddvi
: compliesthesis.tex
with unix/linuxlatex
commandspell
: runaspell
command (linux spell checking command) over all.tex
filesview
: calls this makefilepdflatex
command and then GNOME Evince Document Viewerclean
: removes all ancillary files from thework
directory
To use this template with overleaf fork this repository and import it to https://www.overleaf.com. If you face issues with rendering the ES logo, compile the tud-ens-logo.tex file and place the generated image (.pdf) in the required location (template-pics/tud-ens-logo-tikz). Make sure you start editing with the thesis.tex
file with your name, thesis title etc.
Folders:
bib
: folder with the bibliography filechapters
: folder with core chapter*.tex
filestemplate
: folder with this template*.tex
template filestemplate-pics
: folder with this template*.tex
images for front page TU Delft ES group logobuild
: folder for storing all.aux
,.log
,.out
and.toc
files
Files:
thesis.tex
: main.tex
fileMakefile
: makefile to compilethesis.tex
This template is an adapted LaTeX thesis template of the old TU Delft Embedded Systems Group (see example here). That template was again adapted from the MSc thesis template of the Distributed (and then Parallel) Systems group at TU Delft.
Copyright (C) 2023 TU Delft Embedded Systems Group.
MIT Licence. See License file for details.