benmarwick / rrtools

rrtools: Tools for Writing Reproducible Research in R
Other
671 stars 85 forks source link

Thesis and book templates #23

Closed benmarwick closed 4 years ago

benmarwick commented 7 years ago

Perhaps https://github.com/ismayc/thesisdown for a thesis and just https://github.com/rstudio/bookdown-demo for a book?

Do we simply have use_analysis(structure = c("paper", "thesis", "book")) and then, depending on the choice, create either:

Does this seem like the right way to provide these options?

dakni commented 7 years ago

This sounds good. I currently use bookdown and at yesterday's ISAAK meeting the "single-file-content-structure" was requested. I need to have a more detailed look at thesisdown in order to really see the differences between book and thesis.

benmarwick commented 6 years ago

Made a start on this by adding the thesisdown thesis template in 52b37ef982821112baf03890916457e0c31fbe0e. It already has a tex template, which should make it easier to replace with tex templates for other schools.

Let's see if that's true, or if it's easier to start from the bookdown-demo for a new thesis template! Initial impression is that there is much variation between templates, and it may be better to simply use bookdown-demo. Thoughts and advice welcome!

benmarwick commented 6 years ago

For example, we'd want to be able to use the Kiel Uni tex templates (are they here: http://www.se.informatik.uni-kiel.de/en/student-theses/hints/guidelines-for-seminars-and-student-theses I can't get the zip) and the UW templates (I previously used them with a student here: https://github.com/SeungkiKwak/Kwak_S_PhD_thesis/tree/master/inst/rmarkdown_template)

benmarwick commented 5 years ago

We will redirect the user, via the readme, to huskydown and similar for thesis writing