IOSP is able to render box colours using the color names known by R (colors()).
The colours red, green, blue, yellow, gray and white are overriden by iosp
2017-05-17
IOSP is able to render box colours using the color names known by R (colors()).
The colours red, green, blue, yellow, gray and white are overriden by iosp
colors() galleryTo restore the overriden colours you can redefine them in the yaml header.
title: "IOSlides custom box colours"
output:
iosp::ioslides_plus:
box_colours:
red: red
green: green
blue: blue
yellow: yellow
gray: gray
white: white