blang / latex-docker

Docker-based latex compilation
MIT License
585 stars 146 forks source link

can't write on file `example.pdf' #15

Closed JWDobken closed 6 years ago

JWDobken commented 6 years ago

If I run the twice command in one line, e.g.:

docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v path/to/texfile:/data blang/latex pdflatex example.tex && pdflatex example.tex

The compiler runs once but with the second compilation I get the error message:

! I can't write on file example.pdf'. (Press Enter to retry, or Control-D to exit; default file extension is.pdf') Please type another file name for output:

JWDobken commented 6 years ago

had to set permissions, excusez-moi