Open amaendle opened 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)
Same here, on Ubuntu/Linux, so no, I don't think it is related to your directory name.
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)