diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-12 23:16:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-12 23:16:10 +0000 |
commit | 722d74f31da93cef81d833f78a8bd7f96f37ad18 (patch) | |
tree | cdfb48c8dff98891b2a4a6724e6f8ad4ed453c62 | |
parent | e5c67bafbae2db418ec65e972d3263530fc40393 (diff) |
gnuplottex (12sep11)
git-svn-id: svn://tug.org/texlive/trunk@23918 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf | bin | 93498 -> 165661 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf Binary files differindex 38db0959ac6..57ee69c5110 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 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 @@ %<package> \NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package> \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} %</package> % @@ -60,7 +60,7 @@ %</driver> % \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} |