diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-22 22:30:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-22 22:30:56 +0000 |
commit | a64da01776ead0811571d57fb45bb5fed420ed8b (patch) | |
tree | 1222dd0d53cba75ca4afb8c7cde3801e8662e0a4 /Master/texmf-dist | |
parent | ce27ab44a4b612b7ce582c78142a50d84c28db9b (diff) |
gnuplottex (22aug16)
git-svn-id: svn://tug.org/texlive/trunk@41904 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf | bin | 403683 -> 415723 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx | 22 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty | 16 |
3 files changed, 23 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf Binary files differindex c2999c306c3..6534f169844 100644 --- a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf +++ b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf diff --git a/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx b/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx index 8aa34722423..58286bc6fc8 100644 --- a/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx +++ b/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx @@ -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@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@eatpar\gnuploterrors@\@nil + \ifx\gnuploterrors@\@empty\else + \PackageWarningNoLine{gnuplottex}{Gnuplot execution produced errors:^^J% + \detokenize\expandafter{\gnuploterrors@}}% + \fi + }{}% \fi } % \end{macrocode} diff --git a/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty b/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty index ff01ba2f077..3656bfa21b2 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/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@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@eatpar\gnuploterrors@\@nil + \ifx\gnuploterrors@\@empty\else + \PackageWarningNoLine{gnuplottex}{Gnuplot execution produced errors:^^J% + \detokenize\expandafter{\gnuploterrors@}}% + \fi + }{}% \fi } \long\gdef\gnuplotgraphicsinclude{% |