Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jemus42/jermd
Some RMarkdown PDF templates assembled without knowing how to LaTeX properly
https://github.com/jemus42/jermd
rmarkdown-templates
Last synced: 15 days ago
JSON representation
Some RMarkdown PDF templates assembled without knowing how to LaTeX properly
- Host: GitHub
- URL: https://github.com/jemus42/jermd
- Owner: jemus42
- License: other
- Created: 2020-04-25T16:54:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T13:21:31.000Z (4 months ago)
- Last Synced: 2024-10-11T18:18:32.738Z (about 1 month ago)
- Topics: rmarkdown-templates
- Language: TeX
- Size: 649 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jemus42/jermd - Some RMarkdown PDF templates assembled without knowing how to LaTeX properly (TeX)
README
# jermd
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
**Je**msu **Rmd** templates – A minimal(ish) R package for RMarkdown templates.
They used to be included in my general-miscellaneous `{jemisc}` package, but I extracted them here to have them isolated in one package with minimal dependencies (namely `{rmarkdown}` and `{bookdown}`).
## Included templates
See `system.file("examples", package = "jermd")` for rendered examples.
- `masterthesis` (still in development): The template for my master's thesis at University of Bremen.
- `bericht`: Hastily written for a report. Not very well, I might add. Don't use it, only for reference in case some detail of it worked well.
- `uebungsblatt`: Written for weekly assignments and tweaked over the course of 3 semesters. Should be kind of okay to use.## Probably better templates (re: `masterthesis`)
- [robjhyndman/MonashThesis](https://github.com/robjhyndman/MonashThesis) (basis for the skeleton)
- [ismayc/thesisdown](https://github.com/ismayc/thesisdown) with forks
- [phister/huwiwidown](https://github.com/phister/huwiwidown)
- [vivekbhr/doctorRbite](https://github.com/vivekbhr/doctorRbite)