summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/gnuplottex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-12 23:16:10 +0000
committerKarl Berry <karl@freefriends.org>2011-09-12 23:16:10 +0000
commit722d74f31da93cef81d833f78a8bd7f96f37ad18 (patch)
treecdfb48c8dff98891b2a4a6724e6f8ad4ed453c62 /Master/texmf-dist/tex/latex/gnuplottex
parente5c67bafbae2db418ec65e972d3263530fc40393 (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')
-rw-r--r--Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty4
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}