INWTlab / ireports

R package with RMarkdown Business Reports
GNU General Public License v3.0
82 stars 33 forks source link

Images in Reports #16

Closed w2felix closed 3 years ago

w2felix commented 4 years ago

Hi, just including images also produces an error:

![Plot](C:/Users/xyz/Documents/Plot.png)

results in this error:

! Missing $ inserted.

$ l.64 ...ments//Plot.png} ! xelatex.exe: Windows API error 5: Zugriff verweigert

thank you for your help!

SarahWagner commented 4 years ago

Hi @w2felix, this sounds like a MikTeX problem.. there's a similar problem on Stack Overflow, maybe you can find an answer there: https://tex.stackexchange.com/questions/51799/windows-api-error-5-access-is-denied-when-trying-to-compile-tikz-picture Let me know if you found a solution.