brentthorne / posterdown

Use RMarkdown to generate PDF Conference Posters via HTML
https://brentthorne.github.io/posterdown_html_showcase/
Other
838 stars 129 forks source link

logocenter_name and self_contained doc #128

Open hallieeilerts opened 3 years ago

hallieeilerts commented 3 years ago

4) Please briefly and clearly state the issue you are having, the expected results, and any possible fixes that you have tried which have not worked. This includes example code which should be written in a reproducible manner.


1) posterdown_betterport

2) Windows 10, R 3.6.1, RStudio 1.2.5001

3) CRAN

4) I was not able to knit a self_contained html document. Whenever I changed self_contained to "true", I received this error message...

"File not found in resource path Error: pandoc document conversion failed with error 99"

However, I realized that I did not get an error if there was an image in logocenter_name. Originally, I didn't have this piece of code included because I didn't want a center logo. So I created a blank image. I added this to the document...

logocenter_name: 'Figures/blank.svg'

And then I had no problems knitting my document.