From 722d74f31da93cef81d833f78a8bd7f96f37ad18 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 12 Sep 2011 23:16:10 +0000 Subject: gnuplottex (12sep11) git-svn-id: svn://tug.org/texlive/trunk@23918 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf | Bin 93498 -> 165661 bytes .../source/latex/gnuplottex/gnuplottex.dtx | 8 ++++++-- .../texmf-dist/tex/latex/gnuplottex/gnuplottex.sty | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf index 38db0959ac6..57ee69c5110 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 50f62d7c8e6..fe9adcb6f4f 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> - [2011/04/16 v0.4.3 gnuplot graphs in LaTeX] + [2011/09/12 v0.4.4 gnuplot graphs in LaTeX] \RequirePackage{latexsym,graphicx,moreverb,keyval,ifthen} % % @@ -60,7 +60,7 @@ % % \fi % -% \CheckSum{238} +% \CheckSum{240} % % \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 @@ -85,6 +85,8 @@ % \changes{v0.4}{2007/09/28}{Added feature to specify gnuplot terminal.} % \changes{v0.4.1}{2007/10/06}{Improved gnuplot terminal handling.} % \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).} % % \GetFileInfo{gnuplottex.dtx} % @@ -178,6 +180,8 @@ \newif\ifShellEscape \newif\ifmiktex \miktexfalse +\newwrite\verbatim@out + \DeclareOption{shell}{\ShellEscapetrue} \DeclareOption{noshell}{\ShellEscapefalse} \DeclareOption{miktex}{\global\miktextrue} diff --git a/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty b/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty index 0b99f6e367b..30715b8cf1f 100644 --- a/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty +++ b/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty @@ -41,11 +41,13 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{gnuplottex} - [2011/04/16 v0.4.3 gnuplot graphs in LaTeX] + [2011/09/12 v0.4.4 gnuplot graphs in LaTeX] \RequirePackage{latexsym,graphicx,moreverb,keyval,ifthen} \newif\ifShellEscape \newif\ifmiktex \miktexfalse +\newwrite\verbatim@out + \DeclareOption{shell}{\ShellEscapetrue} \DeclareOption{noshell}{\ShellEscapefalse} \DeclareOption{miktex}{\global\miktextrue} -- cgit v1.2.3