foliant-docs / foliant

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

Extension that adds SVG support #24

Open kvaleev opened 7 years ago

kvaleev commented 7 years ago

Currently, we can only use EPS or PDF images to include in output PDF file, due to LaTeX limitations. For having SVG support we need to implement some preprocessing that'll convert SVG images (for instance via Inscape — http://ftp.cvut.cz/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf) to EPS and change the extension of the image in the source PDF file.