You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just an idea to implement this would be a variable given in the preamble like \usepackage[output=svg, output-directory = ./out/, ...]{plantuml}
and the default would be output-directory = ./ (this is how it has to be done in the minted package)
But an issue is that, if this would work, inkscape will make some trouble because you can't declare an output directory for Inkscape. (Maybe I missed it in the documentation, but when I tried it, I messed it up...) https://wiki.inkscape.org/wiki/index.php/Using_the_Command_Line
I tried to use it with a defined folder (def and edef if I remember right) like that:
When calling luatex with an -output-directory plantuml cant find the generated files.
lualatex -shell-escape -output-directory=./out/
Any fix for this?
The text was updated successfully, but these errors were encountered: