/thesisdowndss

An updated R Markdown thesis template using the bookdown package

Primary LanguageTeXMIT LicenseMIT

thesisdowndss

This project was inspired by the bookdown and thesisdown packages.

Currently, the PDF and gitbook versions are fully-functional. (The word and epub versions are developmental, have no templates behind them, and are essentially calls to the appropriate functions in bookdown. There is no plan to further develop these, in fact, files related to these will be removed in the near future.)

The current outputs for the two functional versions are here:

Under the hood, the Duke StastSci LaTeX template is used to ensure that documents conform precisely to submission standards. At the same time, composition and formatting can be done using lightweight markdown syntax, and R code and its output can be seamlessly included using rmarkdown.

Using thesisdowndss has some prerequisites which are described below. To compile PDF documents using R, you are going to need to have LaTeX installed. It can be downloaded for Windows at http://http://miktex.org/download and for Mac at http://tug.org/mactex/mactex-download.html. Follow the instructions to install the necessary packages after downloading the (somewhat large) installer files. You may need to install a few extra LaTeX packages on your first attempt to knit as well.

Using thesisdowndss from Mine's GitHub

To use thesisdowndss from within RStudio:

  1. Install the latest RStudio.

  2. Install the bookdown and thesisdown packages:

library("devtools")
install.packages("bookdown")
devtools::install_github("mine-cetinkaya-rundel/thesisdowndss")
  1. Use the New R Markdown dialog to select Thesis:

New R Markdown

Note that this will currently only Knit if you name the directory index as shown above.