We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
Same here, on Ubuntu/Linux, so no, I don't think it is related to your directory name.
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: