diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-16 23:50:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-16 23:50:07 +0000 |
commit | d2f0ecc37190cee10c8bc9e9370d53977f42d150 (patch) | |
tree | 8e33629f6715c0101a503f0d5bb820ed90095c0a /Master/texmf-dist/tex/latex | |
parent | 06ca18b8d555c479a50310faa96ee0d0b97d2e45 (diff) |
gnuplottex (16nov13)
git-svn-id: svn://tug.org/texlive/trunk@32160 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty b/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty index 085755d6849..1b3b83c156c 100644 --- a/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty +++ b/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty @@ -41,7 +41,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{gnuplottex} - [2013/09/08 v0.7.1 gnuplot graphs in LaTeX] + [2013/11/16 v0.7.2 gnuplot graphs in LaTeX] \RequirePackage{latexsym,graphicx,moreverb,keyval,ifthen} \newif\ifShellEscape \newif\ifmiktex \miktexfalse @@ -58,6 +58,8 @@ \DeclareOption{cleanup}{\cleanuptrue} \DeclareOption{subfolder}{\usesubfoldertrue} +\@ifundefined{gnuplotexe}{\def\gnuplotexe{gnuplot}}{} + \ExecuteOptions{shell} \ProcessOptions\relax %% test if shell escape really works @@ -177,7 +179,7 @@ \long\gdef\gnuplotgraphicsprocess{% \ifShellEscape \IfFileExists{\subfolder\figname.gnuplot}{% -\immediate\write18{gnuplot \subfolder\figname.gnuplot} +\immediate\write18{\gnuplotexe\space \subfolder\figname.gnuplot} \IfFileExists{\subfolder\figname.\extension}{% \PackageInfo{gnuplottex}{\subfolder\figname.gnuplot converted} \ifcleanup |