summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/gnuplottex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-23 03:00:28 +0000
committerNorbert Preining <norbert@preining.info>2019-12-23 03:00:28 +0000
commita1dedaefa2becaafcd09daa0489ec89a84908e34 (patch)
tree0ea567121e62ae07380883d54d5c2c295ecce47f /macros/latex/contrib/gnuplottex
parent00707dfd6ac16ef1f4dc0cf9512c42f2fd20ad35 (diff)
CTAN sync 201912230300
Diffstat (limited to 'macros/latex/contrib/gnuplottex')
-rw-r--r--macros/latex/contrib/gnuplottex/gnuplottex.dtx23
-rw-r--r--macros/latex/contrib/gnuplottex/gnuplottex.pdfbin416400 -> 416124 bytes
2 files changed, 12 insertions, 11 deletions
diff --git a/macros/latex/contrib/gnuplottex/gnuplottex.dtx b/macros/latex/contrib/gnuplottex/gnuplottex.dtx
index 26fe6da487..8cb288f83d 100644
--- a/macros/latex/contrib/gnuplottex/gnuplottex.dtx
+++ b/macros/latex/contrib/gnuplottex/gnuplottex.dtx
@@ -42,7 +42,7 @@
%<package> \NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package> \ProvidesPackage{gnuplottex}
%<*package>
- [2019/09/22 v0.9.3 gnuplot graphs in LaTeX]
+ [2019/12/22 v0.9.4 gnuplot graphs in LaTeX]
\RequirePackage{graphicx,moreverb,keyval,ifthen,catchfile}
%</package>
%
@@ -107,6 +107,7 @@
% \changes{v0.9.1}{2015/12/13}{Fix bug in error gathering introduced in 0.9.}
% \changes{v0.9.2}{2016/08/21}{Misc bugfixes (thanks fostermaier, Enrico Gregorio, Jan-Benedict Glaw).}
% \changes{v0.9.3}{2019/09/22}{Whitespace fixes (thanks Johannes Hielscher).}
+% \changes{v0.9.4}{2019/12/22}{Whitespace fixes (thanks Johannes Hielscher).}
%
% \GetFileInfo{gnuplottex.dtx}
%
@@ -818,25 +819,25 @@
% \begin{macrocode}
\def\extension{\gnuplottexextension{\gnuplotterminal}}
\long\gdef\gnuplotgraphicsprocess{%
- \ifShellEscape
+ \ifShellEscape%
\IfFileExists{\subfolder\figname.gnuplot}{%
\ifmiktex
- \immediate\write18{\gnuplotexe\space \subfolder\figname.gnuplot}
+ \immediate\write18{\gnuplotexe\space \subfolder\figname.gnuplot}%
\else
- \immediate\write18{\gnuplotexe\space \subfolder\figname.gnuplot\space 2>>\jobname.gnuploterrors}
- \fi
+ \immediate\write18{\gnuplotexe\space \subfolder\figname.gnuplot\space 2>>\jobname.gnuploterrors}%
+ \fi%
\IfFileExists{\subfolder\figname.\extension}{%
- \PackageInfo{gnuplottex}{\subfolder\figname.gnuplot converted}
+ \PackageInfo{gnuplottex}{\subfolder\figname.gnuplot converted}%
\ifcleanup
\ifmiktex
- \immediate\write18{del "\subfolder\figname.gnuplot"}
+ \immediate\write18{del "\subfolder\figname.gnuplot"}%
\else
- \immediate\write18{rm -f "\subfolder\figname.gnuplot"}
- \fi
- \fi
+ \immediate\write18{rm -f "\subfolder\figname.gnuplot"}%
+ \fi%
+ \fi%
}
{\PackageWarningNoLine{gnuplottex}
- {Conversion of \subfolder\figname.gnuplot failed}}}{}
+ {Conversion of \subfolder\figname.gnuplot failed}}}{}%
\fi}
\long\def\gnuploterrors@eatpar#1#2\@nil{\def\gnuploterrors@{#2}}
\AtEndDocument{%
diff --git a/macros/latex/contrib/gnuplottex/gnuplottex.pdf b/macros/latex/contrib/gnuplottex/gnuplottex.pdf
index 6faf601c5c..2d6beeb221 100644
--- a/macros/latex/contrib/gnuplottex/gnuplottex.pdf
+++ b/macros/latex/contrib/gnuplottex/gnuplottex.pdf
Binary files differ