lbeckman314 / mdbook-latex

An mdbook backend for generating LaTeX and PDF documents.
https://liambeckman.com/code/mdbook-latex/
Mozilla Public License 2.0
104 stars 12 forks source link

Fix images #9

Closed enaut closed 4 years ago

enaut commented 4 years ago

This copys images to the target directory and makes therefore the targetdirectory independent from the source directory all the image urls are relative again.

This requires md2tex to be changed: https://github.com/lbeckman314/md2tex/pull/3

This should fix: #5

The testcase is adjusted however it creates some temporary files in /tmp/ - I don't know if that's the best solution.