Micrified/TUD_ENS_MSc_Thesis_Template
TU Delft Embedded Networked Systems Group MSc Thesis Template
TU Delft ENS Group MSc Thesis Template
This is a official repository for TU Delft Embedded Networked Systems Group MSc Thesis Template.
How to use this template
Assuming you have LaTeX installed and any Unix-compatible system, simply type
make
This will compile the whole thesis (mege 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 makefilepdflatexcommanddvipdf: calls this makefiledvicommand and complies pdf file from dvi filepdflatex: compliesthesis.texwith unix/linuxpdflatexcommanddvi: compliesthesis.texwith unix/linuxlatexcommandspell: runaspellcommand (linux spell checking command) over all.texfilesview: calls this makefilepdflatexcommand and then GNOME Evince Document Viewerclean: removes all ancillary files from theworkdirectory
Structure of this folder
Folders:
bib: folder with the bibliography filechapters: folder with core chapter*.texfilestemplate: folder with this template*.textemplate filestemplate-pics: folder with this template*.teximages for front page (including TU Delft ENS Logo)build: folder for storing all.aux,.log,.outand.tocfiles
Files:
thesis.tex: main.texfileMakefile: makefile to compilethesis.tex
History
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 Parallel (and then Distributed) Systems group at TU Delft.
Copyright
Copyright (C) 2019 TU Delft Embedded and Networked Systems Group.
MIT Licence. See License file for details.