From 4832537e619cf56cb156239805fec6b970d2d179 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 15 Apr 2013 16:08:37 +0000 Subject: gnuplottex git-svn-id: svn://tug.org/texlive/trunk@29939 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex/gnuplottex') diff --git a/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty b/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty index 4643d1aa229..b79bb17cdca 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} - [2012/10/02 v0.4.5 gnuplot graphs in LaTeX] + [2013/04/14 v0.4.6 gnuplot graphs in LaTeX] \RequirePackage{latexsym,graphicx,moreverb,keyval,ifthen} \newif\ifShellEscape \newif\ifmiktex \miktexfalse @@ -56,9 +56,9 @@ \ProcessOptions\relax %% test if shell escape really works \ifShellEscape -\def\tmpfile{/tmp/w18-test-\the\year\the\month\the\day\the\time} +\def\tmpfile{/tmp/w18-test-\the\year\the\month\the\day\the\time.tex} \ifmiktex -\def\tmpfile{w18-test-\the\year\the\month\the\day\the\time} +\def\tmpfile{w18-test-\the\year\the\month\the\day\the\time.tex} \immediate\write18{echo t > "\tmpfile"} \else \immediate\write18{touch \tmpfile} -- cgit v1.2.3