foliant-docs / foliant

Comprehensive markdown-based documentation toolkit
https://foliant-docs.github.io/docs/
MIT License
160 stars 9 forks source link

LaTex error on image name including "." #23

Closed LaureVergeron closed 3 years ago

LaureVergeron commented 7 years ago

Trying to build a pdf, it crashed on:! LaTeX Error: Cannot determine size of graphic in Zenko/res/zenko.io-logo-color-cmyk.png (no BoundingBox).

The incriminated file name has a dot, can this be handled in the tex file?

kvaleev commented 7 years ago

Guess is related to https://tex.stackexchange.com/a/370013

Pretty sure, that adding this to LaTeX template will fix the issue: \usepackage{grffile} (https://tex.stackexchange.com/a/10581)

LaureVergeron commented 7 years ago

Yes, it does fix it, thanks