koppor / plantuml

A LuaLaTeX package for PlantUML in LaTeX
https://koppor.github.io/plantuml/
LaTeX Project Public License v1.3c
55 stars 10 forks source link

handle tex filename with spaces #31

Open naugler opened 9 months ago

naugler commented 9 months ago
  1. create a *.tex file with spaces in the filename, such as file name.tex
  2. add \usepackage{plantuml} and \begin{plantuml} block
  3. call lualatex --shell-escape -file-line-error -synctex=1 -interaction=nonstopmode -file-line-error -recorder "/Users/naugler/software/docs/file name.tex"
  4. logs show Source "file name"-plantuml.txt does not exist.