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 | |
parent | 62ba506ee0b87f47451a26df9ee33dd370192a67 (diff) |
gnuplottex
git-svn-id: svn://tug.org/texlive/trunk@29939 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf | bin | 165295 -> 165875 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx | 11 | ||||
-rw-r--r-- | Master/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 Binary files differindex 23fafa43fab..42c2081a8f4 100644 --- a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf +++ b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf 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 @@ %<package> \NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package> \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} %</package> % @@ -60,7 +60,7 @@ %</driver> % \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} |