uzh-ma-thesis
uzh-ma-thesis copied to clipboard
University of Zurich Master Thesis Template (Universität Zürich Masterarbeit Vorlage) in RMarkdown and Latex
University of Zurich Master Thesis Template
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).
Getting Started
Download or clone this repository to your computer.
Installation
Install all prerequisites
or use this Homebrew command brew install r && brew cask install rstudio mactex
on OSX.
Usage
Use with RStudio
- 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
Use with R command line
install.packages('knitr', dependencies = TRUE)
library(knitr)
knit('ma-thesis.Rmd')
Support
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 |
Roadmap
No changes are currently planned.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Moritz Mähr - Initial work - maehr
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details