texlive[41904] Master/texmf-dist: gnuplottex (22aug16)

commits+karl at tug.org commits+karl at tug.org
Tue Aug 23 00:30:56 CEST 2016


Revision: 41904
          http://tug.org/svn/texlive?view=revision&revision=41904
Author:   karl
Date:     2016-08-23 00:30:56 +0200 (Tue, 23 Aug 2016)
Log Message:
-----------
gnuplottex (22aug16)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf
    trunk/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx
    trunk/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty

Modified: trunk/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx	2016-08-22 22:30:44 UTC (rev 41903)
+++ trunk/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx	2016-08-22 22:30:56 UTC (rev 41904)
@@ -42,7 +42,7 @@
 %<package> \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<package> \ProvidesPackage{gnuplottex}
 %<*package>
-    [2015/12/13 v0.9.1 gnuplot graphs in LaTeX]
+    [2016/08/21 v0.9.2 gnuplot graphs in LaTeX]
 \RequirePackage{graphicx,moreverb,keyval,ifthen,catchfile}
 %</package>
 %
@@ -67,7 +67,7 @@
 %</driver>                                                       
 % \fi
 %
-% \CheckSum{455}
+% \CheckSum{457}
 %
 % \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
@@ -105,6 +105,7 @@
 % \changes{v0.8.1}{2013/12/29}{Extended Documentation.}
 % \changes{v0.9}{2015/12/08}{Show any errors during conversion on Unix (Enrico Gregorio, suggested by Udo H\"ofel).}
 % \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).}
 %
 % \GetFileInfo{gnuplottex.dtx}
 %
@@ -135,6 +136,9 @@
 % The package also allows you to include gnuplot code in a file verbatim,
 % generating and including the plot automatically.
 %
+% If you find a bug, please open an issue at
+% \url{https://github.com/larskotthoff/gnuplottex/issues}.
+%
 % \section{Requirements}
 %
 % To use gnuplottex, you'll need the \texttt{graphicx}, \texttt{latexsym},
@@ -835,12 +839,14 @@
 \AtEndDocument{%
   \ifmiktex
   \else
-    \CatchFileDef\gnuploterrors@{\jobname.gnuploterrors}{\endlinechar=`^^J \catcode`\ =12 }%
-    \expandafter\gnuploterrors at eatpar\gnuploterrors@\@nil
-    \ifx\gnuploterrors@\@empty\else
-      \PackageWarningNoLine{gnuplottex}{Gnuplot execution produced errors:^^J%
-        \detokenize\expandafter{\gnuploterrors@}}%
-    \fi
+  \IfFileExists{\jobname.gnuploterrors}{%
+      \CatchFileDef\gnuploterrors@{\jobname.gnuploterrors}{\endlinechar=`^^J \catcode`\ =12 }%
+      \expandafter\gnuploterrors at eatpar\gnuploterrors@\@nil
+      \ifx\gnuploterrors@\@empty\else
+        \PackageWarningNoLine{gnuplottex}{Gnuplot execution produced errors:^^J%
+          \detokenize\expandafter{\gnuploterrors@}}%
+      \fi
+    }{}%
   \fi
 }
 %    \end{macrocode}

Modified: trunk/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty	2016-08-22 22:30:44 UTC (rev 41903)
+++ trunk/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty	2016-08-22 22:30:56 UTC (rev 41904)
@@ -41,7 +41,7 @@
 %% 
  \NeedsTeXFormat{LaTeX2e}[1999/12/01]
  \ProvidesPackage{gnuplottex}
-    [2015/12/13 v0.9.1 gnuplot graphs in LaTeX]
+    [2016/08/21 v0.9.2 gnuplot graphs in LaTeX]
 \RequirePackage{graphicx,moreverb,keyval,ifthen,catchfile}
 \newif\ifShellEscape
 \newif\ifmiktex \miktexfalse
@@ -203,12 +203,14 @@
 \AtEndDocument{%
   \ifmiktex
   \else
-    \CatchFileDef\gnuploterrors@{\jobname.gnuploterrors}{\endlinechar=`^^J \catcode`\ =12 }%
-    \expandafter\gnuploterrors at eatpar\gnuploterrors@\@nil
-    \ifx\gnuploterrors@\@empty\else
-      \PackageWarningNoLine{gnuplottex}{Gnuplot execution produced errors:^^J%
-        \detokenize\expandafter{\gnuploterrors@}}%
-    \fi
+  \IfFileExists{\jobname.gnuploterrors}{%
+      \CatchFileDef\gnuploterrors@{\jobname.gnuploterrors}{\endlinechar=`^^J \catcode`\ =12 }%
+      \expandafter\gnuploterrors at eatpar\gnuploterrors@\@nil
+      \ifx\gnuploterrors@\@empty\else
+        \PackageWarningNoLine{gnuplottex}{Gnuplot execution produced errors:^^J%
+          \detokenize\expandafter{\gnuploterrors@}}%
+      \fi
+    }{}%
   \fi
 }
 \long\gdef\gnuplotgraphicsinclude{%



More information about the tex-live-commits mailing list