Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddelbuettel/samples-rmarkdown-metropolis
RMarkdown with Metropolis/Mtheme for Beamer
https://github.com/eddelbuettel/samples-rmarkdown-metropolis
beamer markdown metropolis modern rmarkdown theme
Last synced: 16 days ago
JSON representation
RMarkdown with Metropolis/Mtheme for Beamer
- Host: GitHub
- URL: https://github.com/eddelbuettel/samples-rmarkdown-metropolis
- Owner: eddelbuettel
- Created: 2016-06-30T16:55:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T19:16:34.000Z (about 6 years ago)
- Last Synced: 2024-10-12T21:26:24.588Z (about 1 month ago)
- Topics: beamer, markdown, metropolis, modern, rmarkdown, theme
- Language: Makefile
- Size: 256 KB
- Stars: 51
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## samples-rmarkdown-metropolis
Example for a [Metropolis](https://github.com/matze/mtheme)-themed
[RMarkdown](http://rmarkdown.rstudio.com/)-driven LaTeX
[Beamer](https://en.wikipedia.org/wiki/Beamer_(LaTeX)) presentation.### Note
If you are interested in this, you probably want to look at the [binb](https://github.com/eddelbuettel/binb) package which
implements Metropolis (and more) directly from RMarkdown.### About
_NB: This dates mostly from 2016. For a more recent and more complete alternative, see [binb](https://github.com/eddelbuettel/binb)._
For the last two or so years, I have been using
[mtheme](https://github.com/matze/mtheme) (and/or a local variant I called
'm2') as well as the newer (renamed to metropolis) release
[metropolis](https://github.com/matze/mtheme) for all my
[RMarkdown](http://rmarkdown.rstudio.com/)-based presentations as you can see
[from my presentations page](http://dirk.eddelbuettel.com/presentations.html).And earlier last year I cleaned this up and wrote myself _local_ Ubuntu packages
which are [here on Launchpad](https://launchpad.net/~edd/+archive/ubuntu/misc/+packages).
I also have two [GitHub](https://www.github.com) repos for the underlying .deb package code:
- the [pkg-latex-metropolis](https://github.com/eddelbuettel/pkg-latex-metropolis) package for the LaTeX part
(which is also in TeXlive in an older version)
- the [pkg-fonts-fira](https://github.com/eddelbuettel/pkg-fonts-fira) for
the underlying (free) font (and this sadly cannot build on launchpad as it
needs a download step).### Example
An animated gif containing all pages of the very simple example included here follows:
![](beamerPresentation.gif)
As an aside, creating the gif is trivial, I used
```bash
convert -delay 250 -geometry 480x360 beamerPresentation.pdf beamerPresentation.gif
```where `convert` is a component of [imagemagick](http://www.imagemagick.org/); you can probably rely on
[graphicsmagick](http://www.graphicsmagick.org/) too.### Status
This is a somewhat static example which may not get updated over time.
### Note
If you are interested in this, you probably want to look at the [binb](https://github.com/eddelbuettel/binb) package which
implements Metropolis (and more) directly from RMarkdown.### Author
Dirk Eddelbuettel
### License
The aggregation is provided under the GPL (version 2 or later).