[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error: print.m: PDFLATEXSTANDALONE output is not available
From: |
Ben Abbott |
Subject: |
Re: error: print.m: PDFLATEXSTANDALONE output is not available |
Date: |
Sun, 12 Jul 2015 20:38:36 -0400 |
> On Jul 12, 2015, at 5:59 PM, John W. Eaton <address@hidden> wrote:
>
> After recent changes, I'm seeing this error:
>
> error: print.m: PDFLATEXSTANDALONE output is not available for the Gnuplot
> graphics toolkit
> error: called from
> __gnuplot_print__ at line 147 column 7
> print at line 429 column 14
> plotimages at line 104 column 7
>
> Is it just me? Am I missing something? I have gnuplot version 4.6
> patchlevel 6 on a Debian system.
>
> jwe
For gnuplot 4.6 the terminals which support “standalone” are ...
cairolatex
context
epslatex
pslatex
The standalone option for opengl toolkits support is based upon the function
latex_standalone() in print.m. I recall that I had intended to use this for
-dpdflatexstandalone when using gnuplot. Perhaps I overlooked implementing the
functionality or perhaps it was inadvertently changed? (easy to miss that the
pdfstandalone is not supported by gnuplot).
Ben