Skip to content

Latex Template for Master's Thesis

License

Notifications You must be signed in to change notification settings

3s-rg/thesis-template

 
 

Repository files navigation

TU Berlin Thesis Template

This thesis template is intended to get students writing their theses at the Mobile Cloud Computing chair of Technische Universität Berlin up to speed. Using LaTeX to typeset your thesis is a crucial step you can take to reduce headaches at the last minute and will make your life very comfortable (or at least as comfortable as someone writing their thesis can be...). You can use this template as-is for your thesis as we distribute it with a permissible MIT license. The original template was provided by Felix Moebius, and we have extended it for use by all students. The content of our template is only for illustrative purposes and does not necessarily reflect the necessary content, detail, structure, or length of a Master's or Bachelor's thesis!

We recommend writing in Visual Studio Code using the LaTeX Workshop and LTex extensions. For help writing the content of your thesis, please refer to our thesis tips.

For your presentation, we provide a PowerPoint template in presentation.potx. If this template does not meet your requirements (different chair, different university, LaTeX user, etc.), please refer to the official university templates before making adjustments.

Please keep these recommendations in mind when writing your thesis and working with this template:

  1. There are few official rules for formatting your thesis at Technische Universität Berlin. Our template can serve as a guideline and help you get started, but you are free to make any changes you deem necessary.
  2. We recommend using a version control system (such as git) for your thesis. As LaTeX is text-based, you will be able to track and revert changes easily and keep a backup of your work.
  3. To make working with your VCS easier, we recommend writing each sentence in your source files on a new line. LaTeX will ignore single newlines, but you can use a double newline to force a paragraph break (don't use // to force paragraph breaks).
  4. All graphics you include in your thesis should be vector graphics -- this can be achieved by exporting them in PDF format. This is easily possible in both PowerPoint and matplotlib/seaborn. The benefit is that your file size will be reduced (compared to PNG) while having the highest possible quality for your final document.
  5. Use the booktabs package for tables and the subcaption package for combining multiple figures. See their respective documentation for instructions on their usage.

About

Latex Template for Master's Thesis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 98.8%
  • Perl 1.2%