We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If PLANTUML_JAR contains a path with spaces in it, compiling results in an error (Example path: C:\Program Files (x86)\PlantUML\plantuml.jar):
PLANTUML_JAR
C:\Program Files (x86)\PlantUML\plantuml.jar
Error: Unable to access jarfile C:\Program
I tried it out running the java cmd on the command line, same result there. If you put quotes around the environment variable everything works fine.
The text was updated successfully, but these errors were encountered:
I think, the fix is to do some string concatenation at https://github.com/latextemplates/plantuml/blob/dd626b7ab664d7554d5e62be2de0ff375c5f7933/plantuml.lua#L25.
Sorry, something went wrong.
No branches or pull requests
If
PLANTUML_JAR
contains a path with spaces in it, compiling results in an error (Example path:C:\Program Files (x86)\PlantUML\plantuml.jar
):I tried it out running the java cmd on the command line, same result there. If you put quotes around the environment variable everything works fine.
The text was updated successfully, but these errors were encountered: