brentthorne / posterdown

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

posterdown_betterport: pandoc document conversion failed with error 99 #130

Open amaendle opened 3 years ago

amaendle commented 3 years ago

When I try to build the basic R-Studio-Markdown-Template as a poster using posterdown_betterport I get the following error:

"C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS DXPoster.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output DXPoster.html --lua-filter "C:\Users\maendle.FASERINSTITUT\Documents\R\win-library\4.0\bookdown\rmarkdown\lua\custom-environment.lua" --lua-filter "C:\Users\maendle.FASERINSTITUT\Documents\R\win-library\4.0\rmarkdown\rmarkdown\lua\pagebreak.lua" --lua-filter "C:\Users\maendle.FASERINSTITUT\Documents\R\win-library\4.0\rmarkdown\rmarkdown\lua\latex-div.lua" --email-obfuscation none --self-contained --wrap preserve "--mathjax=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --standalone --section-divs --template "C:\Users\maendle.FASERINSTITUT\Documents\R\win-library\4.0\posterdown\rmarkdown\templates\posterdown_betterport\resources\template.html" --highlight-style pygments --include-in-header "C:\Users\MAENDL~1.FAS\AppData\Local\Temp\RtmpSGFXx0\rmarkdown-str2c104ada2a89.html" File not found in resource path Fehler: pandoc document conversion failed with error 99

The error does not occur when using posterdown_betterland or posterdown_html .

It seems that this is related to the name of my user directory in windows, which contains a ".". (using Windows 10)

january3 commented 2 years ago

Same here, on Ubuntu/Linux, so no, I don't think it is related to your directory name.