diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-15 16:08:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-15 16:08:37 +0000 |
commit | 4832537e619cf56cb156239805fec6b970d2d179 (patch) | |
tree | bfd302496b9a3f949f66bde12f940250f7cc3cc0 /Master/texmf-dist/tex/latex/gnuplottex | |
parent | 62ba506ee0b87f47451a26df9ee33dd370192a67 (diff) |
gnuplottex
git-svn-id: svn://tug.org/texlive/trunk@29939 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gnuplottex')
-rw-r--r-- | Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty | 6 |
1 files changed, 3 insertions, 3 deletions
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} |