JelteF / PyLaTeX

A Python library for creating LaTeX files
https://jeltef.github.io/PyLaTeX/
MIT License
2.24k stars 287 forks source link

File not found for files with dots in relative or absolute path to file #363

Open stephanmg opened 1 year ago

stephanmg commented 1 year ago

Including images with add_image(...) does not work for me (Python 3.8.10, PyLatex 1.4.1 and Latexmk 4.67)

Error:

LatexMk: Missing input file: 'tmp/{some_heatmap_0.1}.png' from line.

Adding from current working directory works though.

Possible duplicate of issue #320