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 /Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty | |
parent | e5c67bafbae2db418ec65e972d3263530fc40393 (diff) |
gnuplottex (12sep11)
git-svn-id: svn://tug.org/texlive/trunk@23918 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty | 4 |
1 files changed, 3 insertions, 1 deletions
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} |