If I run the pretext/pretext script with
pretext/pretext --component latex-image --format svg --publisher publication.xml book.ptx
then output images get placed into
./generated/latex-images
All good so far.
But if I run
pretext/pretext --directory . --component latex-image --format svg --publisher publication.xml book.ptx
then the output images just get placed right into the current directory.
I would have expected these two invocations to produce the same results.
Similarly, it would be nice if
pretext/pretext --directory my/html/build/root --component latex-image --format svg --publisher publication.xml book.ptx
could place the output images into
my/html/build/root/generated/latex-images/
for me.
Cheers,
Jeremy S