Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 2.29 KB

README.md

File metadata and controls

57 lines (31 loc) · 2.29 KB

CLTL MA Thesis template

This repository provides a MA thesis template used at the CLTL for the Humanities Research Master Linguistics and the Linguistics Master Language and AI.

This template is not compulsory, but make sure to adhere to the faculty's thesis regulations if you adopt a different format.

Using on Overleaf

Download this repository as a Zip file, and upload it from Overleaf: New project > Upload project

Personalising the template

The main file mathesis.tex contains pointers to the fields that need adapting. Chapter files can be found in the tex folder, and you can use mathesis.sty to list additional packages.

Word count

You can use the Word count action from the Overleaf menu to get a word count for your thesis.

LaTeX tips

Documentation

Some useful sources:

Tables

The tabular package is rather basic, you may want to look at the booktabs and ctable packages for more complex tables.

Short titles

Chapter titles are displayed on the headers of even pages, and will overflow if they are too long. You can specify shorter titles when you declare chapter titles, like this:

  • \chapter[Short chapter title]{Long chapter title that will most certainly overflow the header space on even pages}

Bibliography

The template uses the natbib package, but you are free to use a different package if you prefer.

By convention, citations in running text should be formatted as author (year), for instance:

  • Smith and de Vries (2024) show that ...

and otherwise as (author, year):

  • The ABC model (Smith and de Vries, 2024) ...

An example bibliography is provided in bib/example.bib. You can replace it by your own. You may want to use a bibliography management package like Zotero to keep an overview and extract a bibliography file automatically.

Issues and improvements

You are welcome to post issues to help improve this template and repository.