summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/gnuplottex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-12-14 22:16:08 +0000
committerKarl Berry <karl@freefriends.org>2015-12-14 22:16:08 +0000
commitc70a2a5731011a329ce5e50f80bb89bc47f2b004 (patch)
treea8bfaec76e8cdb4616eb430a0507fe047f7c6779 /Master/texmf-dist/tex/latex/gnuplottex
parent8ddd6b4ba63f067dc85acbac4f16803d0f80b83a (diff)
gnuplottex (14dec15)
git-svn-id: svn://tug.org/texlive/trunk@39108 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gnuplottex')
-rw-r--r--Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty15
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty b/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty
index b3cb89ea3cf..ff01ba2f077 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}
- [2015/12/08 v0.9 gnuplot graphs in LaTeX]
+ [2015/12/13 v0.9.1 gnuplot graphs in LaTeX]
\RequirePackage{graphicx,moreverb,keyval,ifthen,catchfile}
\newif\ifShellEscape
\newif\ifmiktex \miktexfalse
@@ -201,11 +201,14 @@
\fi}
\long\def\gnuploterrors@eatpar#1#2\@nil{\def\gnuploterrors@{#2}}
\AtEndDocument{%
- \CatchFileDef\gnuploterrors@{\jobname.gnuploterrors}{\endlinechar=`^^J \catcode`\ =12 }%
- \expandafter\gnuploterrors@eatpar\gnuploterrors@\@nil
- \ifx\gnuploterrors@\@empty\else
- \PackageWarningNoLine{gnuplottex}{Gnuplot execution produced errors:^^J%
- \detokenize\expandafter{\gnuploterrors@}}%
+ \ifmiktex
+ \else
+ \CatchFileDef\gnuploterrors@{\jobname.gnuploterrors}{\endlinechar=`^^J \catcode`\ =12 }%
+ \expandafter\gnuploterrors@eatpar\gnuploterrors@\@nil
+ \ifx\gnuploterrors@\@empty\else
+ \PackageWarningNoLine{gnuplottex}{Gnuplot execution produced errors:^^J%
+ \detokenize\expandafter{\gnuploterrors@}}%
+ \fi
\fi
}
\long\gdef\gnuplotgraphicsinclude{%