University of Zurich Master Thesis Template (Universität Zürich Masterarbeit Vorlage) in RMarkdown and Latex in accordance to Bestimmungen zur Masterarbeit an der Philosophischen Fakultät der Universtät Zürich (UZH).
Download or clone this repository to your computer.
Install all prerequisites
or use this Homebrew command brew install r && brew cask install rstudio mactex
on OSX.
- Open
ma-thesis.Rproj
with RStudio - Change
ma-thesis.Rmd
according to The R Markdown Cheatsheet. - Render a PDF with a click on
Knit to PDF
install.packages('knitr', dependencies = TRUE)
library(knitr)
knit('ma-thesis.Rmd')
This project is maintained by @maehr. Please understand that we won't be able to provide individual support via email. We also believe that help is much more valuable if it's shared publicly, so that more people can benefit from it.
Type | Platforms |
---|---|
🚨 Bug Reports | GitHub Issue Tracker |
🎁 Feature Requests | GitHub Issue Tracker |
🛡 Report a security vulnerability | GitHub Issue Tracker |
No changes are currently planned.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Moritz Mähr - Initial work - maehr
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details