Open tanga94 opened 3 years ago
For generating hmtl and pdf you can use this command
pagedown::chrome_print("myfile.Rmd")
The advice is hidden in wiki here https://github.com/brentthorne/posterdown/wiki/Installation-&-Usage-Guide
To change the colour add this into your YAML
# Main Colour Scheme ..........................................................
primary_colour: "#CF3232" # Main colour used for poster design.
secondary_colour: "#56CF32" # Secondary colour use for poster design.
accent_colour: "#E7104B" # A third colour option for adding some "pop" to the poster colour palette.
YAML option can be founded here https://github.com/brentthorne/posterdown/wiki/posterdown_html
Is there a way to generate then
posterdown_html
template as a PDF instead of the default HTML format that is generated?Additionally, what is the best way to change the default color in the header and titles from green to a different color (HTML color code)?
I'm using RStudio, and here is the default YAML that is generated when I download the template I'm interested in using