Gnuplottex 和 Texshop - 无法打开 Ghostscript 进行管道输入!

Gnuplottex 和 Texshop - 无法打开 Ghostscript 进行管道输入!

我正在尝试使用 latex 和 gnuplottex 包编译以下文件。由于某种原因,我收到此错误,即使我已经启用了 shell 转义并且/usr/local/bin/gnuplot在我的$PATH... 有人能帮助我吗?

\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{gnuplottex}
\begin{document}

\begin{figure}[h] %graph
\centering

\begin{gnuplot}[terminal=epslatex, terminaloptions=color]
plot x
\end{gnuplot}

\end{figure}

\end{document}

错误信息是:

Opening gnuplot stream relatorio-gnuplottex-fig1.gnuplot
(./relatorio-gnuplottex-fig1.texepstopdf ($Id: epstopdf.pl 36129 2015-01-24 00:30:11Z karl $) 2.23
!!! Error: Cannot open Ghostscript for piped input: gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=relatorio-gnuplottex-fig1-eps-converted-to.pdf -dPDFSETTINGS#/prepress -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dAutoRotatePages#/None - -c quit

相关内容