-
With this docker file:
```
FROM rocker/verse:3.5.1
MAINTAINER Steven H. Ranney
RUN export ADD=shiny && bash /etc/cont-init.d/add
RUN R -e "install.packages(c('shiny', 'googleAuthR', 'dply…
-
With this docker file:
```
FROM rocker/verse:3.5.1
MAINTAINER Steven H. Ranney
RUN export ADD=shiny && bash /etc/cont-init.d/add
RUN R -e "install.packages(c('shiny', 'googleAuthR', 'dply…
-
@robjhyndman has some snazzy Beamer theming here: https://github.com/robjhyndman/MonashEBSTemplates
Recent example: https://github.com/robjhyndman/Writing-seminar/blob/master/Writing.pdf
When I…
-
Using example code provided in package
```
library(rmarkdown)
draft("myslides.Rmd", template="metropolis", package="binb", edit=FALSE)
setwd("myslides") ## template creates a new subdir
ren…
-
I want to create beamer slides that use the "Metropolis" theme from pandoc markdown. This works nicely, apart from one issue: "Metropolis" supports (sub)section slides with a progress bar, which I can…
-
Adding this issue to consolidate discussion about the [`fira`](http://www.ctan.org/pkg/fira) bundle.
In #75, @ChipmunkMath made us aware of these packages:
> [`fira`](http://www.ctan.org/pkg/fira) /…
-
Hi,
I couldn't find a way to change the default font for both the PDF and html outputs. Is there a way to do this from the Markdown document (YAML header)?
I've tried:
header-includes:
- \…
-
![screenshot_2018-05-30_06-24-26](https://user-images.githubusercontent.com/10157121/40692927-34e53644-63d2-11e8-9d6c-06be91443a40.png)
-
Would it be possible, to convert the individual files from the beamer templates, into a package that can be used directly inside the ~/texmf folder.
I know there has previously been a way, and I'm cu…
eyJhb updated
6 years ago
-
Compilation of the MWE from the README gives me the standard output...
```
This is LuaTeX, Version 1.0.4 (TeX Live 2017/Arch Linux)
restricted system commands enabled.
(./doc.tex
LaTeX2e
(u…