MSc thesis guidelines

Further information.

  • List of SPS MSc students
  • SPS MSc thesis guidelines
  • SPS MSc thesis examples
  • SPS Latex template file
  • SPS MSc registration form
  • EEMCS MSc graduation policy and timeline
  • EEMCS Graduation forms
  • Grading rubrics (2016)
  • Digital grading form (for the professor)

Answers to questions that are directly related to the report/thesis template can be found below. More general questions and answers have been incorporated in a quick reference manual and can now be found under the 'Learn' menu. Some quick shortcuts:

→ How to change the style or sorting order of the bibliography? → How to cross-reference with 'cleveref'? → How to include source code with 'listings'?

Using the template in Dutch ​

Although the template is fully in English, switching to Dutch (or any other language) has been made as easy as possible. There is no hardcoded English in the class file, leaving only the document files to be translated. Some notes:

  • Making sure the appropriate hyphenation rules and quotes are used can be done by adding babel and csquotes to the preamble:
  • The affiliation on the cover is defined with \affiliation{} in report.tex .
  • Adding babel will also ensure a translated title of the table of contents.
  • The references can be renamed by changing the title=References option of the \printbibliography command in report.tex .

Creative Spacing ​

Meeting the page limit requirements is nothing more than using spacing creatively. As such, here is an incomplete list to change some of these spacings. Changing the spacing has to be done in the class file ( tudelft-report.cls ), unless stated otherwise. In some cases, the spacing can be negative to reduce whitespace to the absolute minimum.

Page margins The geometry of the page is defined with the command below. You could change the scale to your desire, replace it with a simple margin=<length> or fine-tune it with many different parameters. For the latter option, visit the Overleaf guide on page size and margins.

Titles ( \chapter , \section , etc) and their spacing The titles and its spacings are defined by \titleformat and \titlespacing . For example, the \chapter is defined by:

To give some ideas: (1) the size of the chapter number is defined by \fontsize{96}{96} , (2) the size of the title is defined by \Huge and (3) the spacing between the title and the text is defined by 2\baselineskip . The formatting of the sections is done in similar fashion. See the container at the bottom of this section for more details about the \titleformat command.

If you would like to move the chapter number to the same line as the chapter title, replace the titleformat command (line 2-6 in the previous code block) with:

Table with authors on the cover ​

As the \author{} command will break if any LaTeX commands are included, version 1.5 added the \covertable{} command to easily add a table of authors on the cover page. The \author{} command will still have to be defined and will be added to the metadata of the PDF, the title page and preface. The cover page will instead use \covertable{} if it is defined. Although you could theoretically use the command however you want, an example with the intended use-case can be found below:

TU Delft LaTeX Report Template Author Table

More cover images with open licenses ​

An additional six high quality cover images related to aerospace engineering can be found below. Make sure to appropriately credit the image if you decide to use one of them.

TU Delft LaTeX Report Template Cover 1

The recommended color of the title as a HTML color code is 4884d6 for the first two images. For the third and fourth image fe860e is recommended. For the final two images, the title color e3a01b is recommended.

dissertation template tu delft

TU Delft Dissertation Template

TU Delft Dissertation Template cover page

Take LaTeX coding weight off your shoulders!

Having trouble in opening the template.

dissertation template tu delft

[email protected]

dissertation template tu delft

Search in Open Access Publications

TU Delft researchers present the results of their research in academic publications. 

TU Delft Repository

The TU Delft Repository gives full text open access to 52.000 PhD theses, journal articles, conference papers, patents, speeches and other TU Delft publications. TU Delft puts a lot of effort into making all Delft PhD theses available online from the first doctoral conferral in 1905. There are now 8.500 doctoral theses full text available, almost the complete set of promotions affiliated with TU Delft and its predecessors. 

Delft research through research information system Pure

Pure is a system proving information about ongoing research at TU Delft. It is intended as a management information system and contains short descriptions of research, publications and authors. 

NARCIS - National Academic Research and Collaborations Information System

TU Delft Repository is contributor of NARCIS , the national platform of scientific research. The Narcis platform gives access to 636.000 Open Access publications, of which 42.000 are from TU Delft. Besides scientists and students also teachers, entrepreneurs, governments and journalists make use of this platform.

TU Delft Open Access policy and Funding of Open Access are managed by TU Delft Library 

Share this page:.

Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications

Fork of TU Delft's LaTeX template made git-ready and other improvements

jasonrwang/dissertation-tudelft-latex

Folders and files, repository files navigation, dissertation-tudelft-latex.

This is a fork of the TU Delft LaTeX dissertation template found at https://www.tudelft.nl/en/tu-delft-corporate-design/downloads/ .

The main changes in this document are that the folders are reorganized and made more git-ready. The bibtex reference manager has also been changed to biblatex and other packages have been included to fix some formatting glitches. Also, it's in A4 size now!

These documents, as they exist, are still highly dependent on many font packages that TeXShop or some other large version of TeX comes with, but I am running it with BasicTeX. In my own repo, which I will eventually make public, I have made other modifications to the fonts, layout, and of course, content. If you have a full LaTeX distribution or compile it online (see below), then you shouldn't need to worry about this.

If you are compiling locally, just run make in your terminal, which should run xelatex and biber a few times iteratively (automagically) until it works! make clean will remove all the temporary and auxiliary files in your workspace.

Including SVGs

The svg LaTeX package allows \includesvg or \includeinkscape to be used to directly include SVGs into the compiled document. However, this process requires many external dependencies and more steps to set up. The package's documentation is a bit confusing to read, but this Stackoverflow post (of course) is a great explanation of its workflow. In summary, it requires a user to either have Inkscape 1.0 (previous or beta builds won't work) or Imagemagick installed. Both are very useful tools to have in general.

If you are using macOS, there is an additional step required after you install Inkscape (that is not documented well online). You need to allow the LaTeX compiler access Inkscape through the command line either by adding the program as an alias or to PATH. On macOS Catalina, this is done with alias inkscape="/Applications/Inkscape.app/Contents/MacOS/inkscape" && source ~/.zshrc or sudo ln -s /Applications/Inkscape.app/Contents/MacOS/inkscape /usr/local/bin .

Next, you will need to tell the svg package to load Inkscape with its absolute file path. In 0_dissertation.cls , uncomment the line \RequirePackage[inkscapeexe=/Applications/Inkscape.app/Contents/MacOS/inkscape,inkscapearea=page]{svg} .

Lastly, note that if the SVG contains text (labels, titles, etc.) that contain the underscore '_', then it will make the whole compilation quite unhappy. The svg package can deal with some of these, but not all. In this case, one can add a flag to the package to tell it to maintain the original text. The downside here is that the font may become inconsistent.

For example, to include some file named graph.svg (not yet included), use \includesvg[inkscapelatex=false,width=\textwidth]{04_chapter-1/figures/graph} .

This configuration will create a folder in the main working directory to store the PDF files that it generates. If you prefer to have the PDF render in the same folder as the SVG file, then invoke the inkscapepath=svgpath parameter.

Continuous Integration/Deployment

Compiling LaTeX in the cloud has the benefit that you can ensure your file works outside of your own local environment. Though the main use will probably just be when you need to re-run everything again if you ever re–visit your thesis, if you switch computers, or if someone else wants to compile your source files for some reason.

A good practice, though not fully implemented in this repository because it is a template, is to keep your master branch clean and only do Pull Requests from other branches into master . Your CI/CD tools can be configured to only compile after such a Pull Request instead of for every time a repository changes!

GitLab has built-in CI/CD tools. If you're using this with GitLab (you need only need a GitLab account and can keep your thesis private), you'll need to configure a few things for everything to run smoothly. If you want to use GitLab and not have it compile online, delete the .gitlab-ci.yml file .

First, configure an SSH key–pair (e.g. run ssh-keygen -f deploy_key -N "" -C "[email protected]" ), where you can replace [email protected] with your own email. It makes sense to make this something other than your primary (GitLab) email (i.e. make it easily identifiable as a bot!).

Then, copy the contents of deploy_key.pub in Settings > Repository > Deploy Keys , and those of deploy_key as a the value for the variable key SSH_PRIVATE_KEY in Settings > CI / CD > Variables ( see here for a more thorough walkthrough ).

With this configured, every time you commit and push your file to GitLab, it should run a job and compile your main .tex file (along with its inputs) into a PDF and put it onto your repository!

Coming soon...

This option requires TravisCI or CircleCI, which means you have to make or configure more accounts. TravisCI also only provides free CI time for open–source repositories. Make sure you are OK with make your own project public if you want to go down that route.

VS Code Integration

I run LaTeX locally rather than through a cloud service. I wrote a blog post about why and how I've set it all up. This is why the .gitignore file includes some VS Code-friendly entries too.

  • v1.2.3 Now supports SVG on the fly using the LaTeX svg package (requires Inkscape or Imagemagick – see above)
  • v1.2.2 References now work properly across chapters and readme updated with blog and make clean info
  • v1.2.1 Built in continuous integration (CI)
  • v1.2 Added another chapter 2 as a barebones example
  • v1.1 Restructured folders and files to be git compatible
  • v1.0 TU Delft Template

Contributors 2

  • Makefile 2.7%
  • research repository
  • research data repository
  • education repository
  • cultural heritage repository

Templates — TU Delft

Templates tagged TU Delft

Show all Templates

TU Delft - Aerospace C&S Msc Thesis Report Template

Related Tags

Have you checked our knowledge base ?

Message sent! Our team will review it and reply by email.

IMAGES

  1. TU Delft Thesis Template

    dissertation template tu delft

  2. Masters Thesis

    dissertation template tu delft

  3. M.Sc. Thesis

    dissertation template tu delft

  4. TU Delft Thesis Template

    dissertation template tu delft

  5. Report/Thesis Template

    dissertation template tu delft

  6. 6+ Dissertation Outline Template

    dissertation template tu delft

VIDEO

  1. 10 Strategies for Dissertation Writing Success

  2. Writing That PhD Thesis

  3. Chemistry or Kemet Mystery (Egipt of the West) 10/17/10

  4. Dissertation : tu galères avec cette partie ? #dissertation #students #study

  5. training area template 18 3 4 Energie in torsieveer

  6. training area template 15.8 Steady flow

COMMENTS

  1. Templates

    A report/thesis template (v1.7) that aims to simplify and improve the official (Xe)LaTeX template provided by the TU Delft. Ready-to-go with its rewritten class file and redesigned cover page. For the documentation, visit https://dzwaneveld.github.io. This template can be used to make a presentation in the 2022 version of the TU Delft style ...

  2. Report/Thesis Template

    Report/Thesis Template. This template aims to simplify and improve the (Xe)LaTeX report/thesis template by Delft University of Technology with the following three main design principles: Simplicity First: A class file that has been reduced by nearly 70% to simplify customization; Effortless: A careful selection of common packages to get started ...

  3. Delft University of Technology (TU Delft) on Overleaf

    Overview. TU Delft is providing Overleaf Professional features for all students, faculty and staff who would like to use a collaborative, online LaTeX editor for their projects. Overleaf Professional features include real-time track changes, unlimited collaborators, and full document history. Overleaf is designed to make the process of writing ...

  4. Templates for Delft University of Technology

    Complete. Ready-to-go when it comes to the document and file structure. Start writing your thesis within seconds. Simple and extensive report/thesis and article LaTeX templates for TU Delft. Easy-to-use. Ideal for complex documents.

  5. GitHub

    This template is based on commit ff9d073 of TU Delft's template (dissertation template from July 2nd, 2015, strangely referred to in the TeX document as '2013/07/08 v1.0 TU Delft dissertation class'), which was the latest available on 13-11-2018. Unfortunately, I did not have access to their repository.

  6. TU Delft Thesis Template

    Approved by publishing and review experts on SciSpace, this template is built as per for TU Delft Thesis formatting guidelines as mentioned in TU Delft University author instructions. The current version was created on and has been used by 313 authors to write and format their manuscripts to this journal. SciSpace is a very innovative solution ...

  7. tudelft-pl/master-thesis-template

    Manage your references using researchr.org. To set this up: create a new bibliography, copy the identifier (such as b0402c72-980f-6580-6b0e-7a614ed2d64c-master-thesis) from the URL, and paste the identifier in your Makefile as the value of the RESEARCHR variable. Executing make bib will download the latest bibliography from Researchr.

  8. LaTeX × TU Delft

    A LaTeX report/thesis template that aims to simplify and improve the (Xe)LaTeX template provided by the TU Delft. Ready-to-go with its rewritten class file and redesigned cover page. - dzwaneveld/tudelft-report-thesis-template

  9. MSc thesis guidelines

    Month 1: enroll at SPS using the "SPS Member" form with the secretary, define the thesis topic, start literature search, present a 5-min "starting presentation" in the MSc seminar. Month 3: submit the "thesis committee" form to the exam committee. Month 4: present a 15-min "midterm presentation" in the MSc seminar.

  10. FAQ

    As the \author{} command will break if any LaTeX commands are included, version 1.5 added the \covertable{} command to easily add a table of authors on the cover page. The \author{} command will still have to be defined and will be added to the metadata of the PDF, the title page and preface. The cover page will instead use \covertable{} if it ...

  11. Thesis

    Thesis. The Master's Thesis Project is an individual in-depth research or expert design assignment in the specific field of expertise chosen by the student. The nominal duration of a thesis project is approximately 30 weeks (42 ECTS). For students the master programme in September 2022, the Thesis will have nominal study duration of 45 ECTS.

  12. TU Delft Dissertation Template

    Use Docx2LaTeX Google Docs templates to automatically generates 100% complient latex source code and PDF. Save your time! Products. Automatic Converter. ... TU Delft Dissertation Template. Used by 63 students. University Name: TU Delft Course: MS, PhD, etc. Contributed by ...

  13. PhD theses

    Dissertations from the RST department from 2017: 2024. H. Hamutu, 8-1-2024. ... Reactor Institute Delft Buildingnumber 50 Mekelweg 15 2629 JB Delft Tel: +31 (0)15 278 5052 Fax +31 (0)15 278 6422 [email protected] Map and building. Home of TU Delft. Activate high contrast Education. Bachelor programmes; Minors and electives; Master ...

  14. LaTeX templates for a TU Delft dissertation (not officially ...

    Using the template ----- This is the TU Delft dissertation template for LaTeX. It is designed to work with all versions of LaTeX, but if you want to adhere to the TU Delft house style, you need to use XeLaTeX, as it supports TrueType and OpenType fonts. The document can be compiled with xelatex dissertation bibtex chapter-1/chapter-1 xelatex ...

  15. Search in Open Access Publications

    The TU Delft Repository gives full text open access to 52.000 PhD theses, journal articles, conference papers, patents, speeches and other TU Delft publications. TU Delft puts a lot of effort into making all Delft PhD theses available online from the first doctoral conferral in 1905. There are now 8.500 doctoral theses full text available ...

  16. Gallery

    This is the TU Delft beamer template, downloaded from TU Delft corporate design downloads. Erwin Walraven (uploaded by LianTze Lim) Template for the final thesis (P4/P5) for the MSc Geomatics at TUDelft. Version June 2022. Hugo Ledoux. Produce beautiful documents starting from our gallery of LaTeX templates for journals, conferences, theses ...

  17. tikz pgf

    I am currently working on modifying the TU Delft (TUD) dissertation template to meet my needs.Instead of just chapters I will have parts as well. The referencing of the TUD template assumes it is a section within a chapter, however, I would like it to be a chapter (without a number) within a part.

  18. GitHub

    The svg LaTeX package allows \includesvg or \includeinkscape to be used to directly include SVGs into the compiled document. However, this process requires many external dependencies and more steps to set up. The package's documentation is a bit confusing to read, but this Stackoverflow post (of course) is a great explanation of its workflow. In summary, it requires a user to either have ...

  19. Home

    research data repository. education repository. cultural heritage repository

  20. Templates

    This is the TU Delft beamer template, downloaded from TU Delft corporate design downloads. Erwin Walraven (uploaded by LianTze Lim) Template for the final thesis (P4/P5) for the MSc Geomatics at TUDelft. Version June 2022. Hugo Ledoux. Produce beautiful documents starting from our gallery of LaTeX templates for journals, conferences, theses ...