docker-texlive icon indicating copy to clipboard operation
docker-texlive copied to clipboard

plantuml cannot write its output

Open nicetiger opened this issue 1 year ago • 1 comments

\documentclass{scrartcl}
\usepackage{plantuml}
\begin{document}
\begin{plantuml}
  @startuml
    Alice -> Bob: test
  @enduml
\end{plantuml}
\end{document}

podman run --rm -it -v ${pwd}:/workdir danteev/texlive lualatex --shell-escape example.tex

lualatex: Not writing to /workdir/example0-plantuml.txt (openout_any = p; no  extended check).

! I can't write on file `/workdir/example0-plantuml.txt'.
<to be read again>
\relax
l.4 \begin{plantuml}

nicetiger avatar Feb 15 '25 20:02 nicetiger

This is https://github.com/koppor/plantuml/issues/47

Caused by an update of lualatex

koppor avatar Mar 21 '25 09:03 koppor