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 --- .../texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf | Bin 165295 -> 165875 bytes .../source/latex/gnuplottex/gnuplottex.dtx | 11 ++++++----- .../texmf-dist/tex/latex/gnuplottex/gnuplottex.sty | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf index 23fafa43fab..42c2081a8f4 100644 Binary files a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf and b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf differ diff --git a/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx b/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx index f9c626dd2c2..946366e4eac 100644 --- a/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx +++ b/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx @@ -42,7 +42,7 @@ % \NeedsTeXFormat{LaTeX2e}[1999/12/01] % \ProvidesPackage{gnuplottex} %<*package> - [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} % % @@ -60,7 +60,7 @@ % % \fi % -% \CheckSum{243} +% \CheckSum{243} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -87,7 +87,8 @@ % \changes{v0.4.2}{2007/10/13}{Added terminaloptions option.} % \changes{v0.4.3}{2011/04/16}{Fixed terminaloptions example (Philip Vetter).} % \changes{v0.4.4}{2011/09/11}{Fixed "Undefined control sequence" error (sdaau).} -% \changes{v0.4.5}{2012/10/02}{Add support for cairolatex terminal (Mika % Pfl\"uger).} +% \changes{v0.4.5}{2012/10/02}{Add support for cairolatex terminal (Mika Pfl\"uger).} +% \changes{v0.4.6}{2013/04/14}{Fix bug with temporary file creation in LuaTeX (Henri Menke).} % % \GetFileInfo{gnuplottex.dtx} % @@ -191,9 +192,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} 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