An open API service indexing awesome lists of open source software.

https://github.com/hideba/msc_final


https://github.com/hideba/msc_final

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# MSc Geomatics Final Thesis Template

A complete template for the [MSc Geomatics](http://geomatics.tudelft.nl) thesis.

It contains all the parts that are required and is structured in such a way that most/all supervisors expect.
Observe that the MSc Geomatics at TU Delft has no formal requirements, how the document looks like (fonts, margins, headers, etc) is entirely up to you.

We basically took the template *KOMA-Script scrbook*, added the front/back matters (cover page, copyright, abstract, etc.), and gave examples for the insertion of figures, tables and algorithms.

> It is not an official template and it is not mandatory to use it.

But we hope it will encourage everyone to use LaTeX for writing their thesis, and we also hope that it will *discourage* some from using Word.

## How to get started with LaTeX?

Follow the [Overleaf's Learn LaTeX in 30min](https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes) to start.

The only crucial thing missing from it is how to add references, for this we suggest you use "natbib" ([tutorial about bibliography management with natbib](https://www.overleaf.com/learn/latex/Bibliography_management_with_natbib)).

## Tips and tricks for LaTeX

The file `chapters/introduction.tex` contains several tips that are useful when using LaTeX, read its source code!

## Which software to use?

### Editors

- [TeXnicCenter](http://www.texniccenter.org) (Windows)
- [TeXStudio](https://www.texstudio.org/) (Windows)
- [TeXshop](http://pages.uoregon.edu/koch/texshop/) (macOS; which is bundled with MacTeX)

### Managing references

- [JabRef](http://jabref.sourceforge.net) (cross-platform)

### Drawing figures

- Adobe Illustrator (nice, but €€€)
- [Inkscape](https://inkscape.org/en/) (cross-platform)
- [IPE](http://ipe.otfried.org/) (cross-platform; integrates LaTeX text; great for triangulation and geometric stuff)

### Drawing flowcharts

- [draw.io](https://www.draw.io/)