https://github.com/EricMarcon/memoiR
Templates to publish well-formatted documents both in HTML and PDF formats
https://github.com/EricMarcon/memoiR
article beamer bookdown gitbook latex template thesis
Last synced: 2 months ago
JSON representation
Templates to publish well-formatted documents both in HTML and PDF formats
- Host: GitHub
- URL: https://github.com/EricMarcon/memoiR
- Owner: EricMarcon
- License: gpl-3.0
- Created: 2021-04-25T07:09:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T12:26:37.000Z (5 months ago)
- Last Synced: 2025-07-06T12:43:54.662Z (3 months ago)
- Topics: article, beamer, bookdown, gitbook, latex, template, thesis
- Language: BibTeX Style
- Homepage: http://ericmarcon.github.io/memoiR/
- Size: 40.2 MB
- Stars: 25
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - EricMarcon/memoiR - Templates to publish well-formatted documents both in HTML and PDF formats (TeX)
README
# memoiR


[](https://app.codecov.io/github/EricMarcon/memoiR)
[](https://CRAN.r-project.org/package=memoiR)
[](https://CRAN.R-project.org/package=memoiR)
[](https://CRAN.R-project.org/package=memoiR)This R package provides templates to publish well-formatted documents both in HTML and PDF formats.
Documents can be produced locally or hosted on GitHub, where GitHub actions can update the published documents continuously.Long documents are the main purpose of this package.
Along with a GitBook or Bootstrap 4 version to be read online, their PDF version based on the LaTeX class memoir can be highly customized (see examples 1 and 2).Functions are provided to make the publication of the documents on GitHub very easy, including their continuous integration.
Gallery:
- Memoir:
- [HTML GitBook](https://ericmarcon.github.io/memoiR/gallery/memoir/bookdown_gitbook/index.html)
- [HTML Bootstrap 4 book](https://ericmarcon.github.io/WorkingWithR/)
- [PDF, small-margin layout](https://ericmarcon.github.io/memoiR/gallery/memoir/bookdown_pdf_book/MyBook.pdf)
- [PDF, wide-margin layout](https://ericmarcon.github.io/MesuresBioDiv2/MesuresBD.pdf)
- Simple Article:
- [HTML Document](https://ericmarcon.github.io/memoiR/gallery/simple_article/bookdown_html_document2/simple_article.html)
- [Downcute HTML](https://ericmarcon.github.io/memoiR/gallery/simple_article/rmdformats_downcute/simple_article.html)
- The [distill article](https://ericmarcon.github.io/memoiR/gallery/stylish_article/bookdown_html_document2/stylish_article.html) format which is the Stylish Article default, is available too.
- The HTML Gitbook format is similar to that of the [memoir](https://ericmarcon.github.io/memoiR/gallery/memoir/bookdown_gitbook/index.html) template
- [PDF](https://ericmarcon.github.io/memoiR/gallery/simple_article/bookdown_pdf_book/simple_article.pdf)
- Stylish Article:
- [PDF](https://ericmarcon.github.io/memoiR/gallery/stylish_article/bookdown_pdf_book/stylish_article.pdf)
- [distill](https://ericmarcon.github.io/memoiR/gallery/stylish_article/bookdown_html_document2/stylish_article.html)
- Other HTML outputs are identical to those of the Simple Article.
- Beamer Presentation:
- [HTML IOSlide](https://ericmarcon.github.io/memoiR/gallery/beamer_presentation/bookdown_ioslides_presentation2/beamer_presentation.html)
- [HTML Slidy](https://ericmarcon.github.io/memoiR/gallery/beamer_presentation/bookdown_slidy_presentation2/beamer_presentation.html)
- [PDF (Beamer)](https://ericmarcon.github.io/memoiR/gallery/beamer_presentation/bookdown_beamer_presentation2/beamer_presentation.pdf)A quick [introduction](https://ericmarcon.github.io/memoiR/articles/memoiR.html) is in `vignette("memoiR")`.
The development version documentation is available [here](https://ericmarcon.github.io/memoiR/dev/).