General ⇒ Fail to compile
Fail to compile
The log file is just empty.
If I try to compile it from the terminal I get this message:
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
! I can't write on file Plots_LRI.log'.
(Press Enter to retry, or Control-D to exit; default file extension is .log')
Please type another transcript file name
Shall I copy any root file to this cloud folder?
Thanks in advance for your reply!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Fail to compile
welcome to the forum!
Seems the file is locked or the folder is read-only, or the cloud folder is syncing while you are compiling and writing to it. Perhaps work locally and mirror it with a script (crontab) to the cloud folder.
Stefan
Fail to compile
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Fail to compile
pdflatex -output-directory /Users/name/somewhere/...
or configure it with that option in your editor.
Stefan