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).

View the Project on GitHub maehr/uzh-ma-thesis

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).

GitHub issues GitHub forks GitHub stars GitHub license

Preview of this template

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

knitr in RStudio

  1. Open ma-thesis.Rproj with RStudio
  2. Change ma-thesis.Rmd according to The R Markdown Cheatsheet.
  3. 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

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

Acknowledgments