help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error in print latex standalone


From: Dmitri A. Sergatskov
Subject: Re: Error in print latex standalone
Date: Thu, 13 Sep 2018 14:06:06 -0500



On Thu, Sep 13, 2018 at 8:51 AM Joao Rodrigues <address@hidden> wrote:

print (hf, "plot15_7.pdf", "-dpdflatexstandalone");

yields:

error: print.m: error opening file 'plot15_7.tex'
error: called from
    print>latex_standalone at line 686 column 5
    __opengl_print__ at line 176 column 5
    print at line 434 column 14

The version is GNU Octave, version 4.0.0 and the operating system is Ubuntu 16.04.5 LTS.

Any suggestion is appreciated.


It looks to me it is a file write permission problem.

Make sure you have write permission to the working directory, and if this directory has
the plot15_7.tex file already you have write permission to it as well.

Dmitri.
--


 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]