On Mon, 29 Feb 2016, kcrisman wrote:
Got it. As I say, I can't see this in any current Sage I have, except a
server with no LaTeX, so it would be hard to debug.
I found the reason. File permissions.
But... If I say plot(sin) it works: the process running GUI as uid
'sagegui' makes a file to /tmp, the process running computation as uid
'sagecalc' reads it and makes a picture file that 'sagegui' can read. But
for %latex it does not work: file written by 'sagecalc' gets permissions
that do not allow 'sagegui' to read it. Why so?
--
Jori Mäntysalo