Latex-Output broken
mrburnsDE opened this issue · 1 comments
mrburnsDE commented
I made a sample page. HTML-Output works fine. Building latexpdf always returns the error:
Latexmk: Missing input file: '{kroki-3a635e48c50e44520508cf7da4fece5094219393}.svg' from line
Looking at the tex-file it seems, that the filename is enclosed with "{}" which seems to be a bug.
grep kroki build/latex/sampledoc.tex
\noindent\sphinxincludegraphics{{kroki-3a635e48c50e44520508cf7da4fece5094219393}.svg}
I am not able to open a PR since i am not good enough in python to deliver one.
mrburnsDE commented
Seems that i was wrong