summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-09-08 22:07:01 +0000
committerKarl Berry <karl@freefriends.org>2013-09-08 22:07:01 +0000
commit40706b96168d4f2b191483c54e851e4c46f8de5a (patch)
treece8c0163792b6382dac3c33f3c5f20bb2dcfa80c /Master/texmf-dist
parente4d1c94a6effe2de6901f73befa600ff88dc7b35 (diff)
gnuplottex (8sep13)
git-svn-id: svn://tug.org/texlive/trunk@31597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdfbin173441 -> 174323 bytes
-rw-r--r--Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx10
-rw-r--r--Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty7
3 files changed, 8 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf
index aca2aae1063..6091d2ef1ed 100644
--- a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf
+++ b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx b/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx
index 53cfc15ee0b..5ea94440b65 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>
- [2013/07/23 v0.7 gnuplot graphs in LaTeX]
+ [2013/09/08 v0.7.1 gnuplot graphs in LaTeX]
\RequirePackage{latexsym,graphicx,moreverb,keyval,ifthen}
%</package>
%
@@ -60,7 +60,7 @@
%</driver>
% \fi
%
-% \CheckSum{407}
+% \CheckSum{403}
%
% \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
@@ -92,6 +92,7 @@
% \changes{v0.5}{2013/06/03}{Provide command to include gnuplot code in file verbatim (Michel Vo\ss{}kuhle).}
% \changes{v0.6}{2013/06/28}{Support for \texttt{siunitx} package and tikz terminal (Udo H\"ofel).}
% \changes{v0.7}{2013/07/23}{Add cleanup and subfolder option (Udo H\"ofel).}
+% \changes{v0.7.1}{2013/09/08}{Fix bug with subfolder option with MikTeX (Thomas Schmid).}
%
% \GetFileInfo{gnuplottex.dtx}
%
@@ -245,12 +246,11 @@
\fi
\IfFileExists{gnuplottex/\tmpfile}{
\ifmiktex
- \immediate\write18{del "gnuplottex\@backslashchar\tmpfile"}
- \def\subfolder{gnuplottex\@backslashchar}
+ \immediate\write18{del "gnuplottex/\tmpfile"}
\else
\immediate\write18{rm -f "gnuplottex/\tmpfile"}
- \def\subfolder{gnuplottex/}
\fi
+ \def\subfolder{gnuplottex/}
}{
\PackageWarningNoLine{gnuplottex}
{Creation of subfolder failed.\MessageBreak
diff --git a/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty b/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty
index 4f1d47f9a9d..085755d6849 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}
- [2013/07/23 v0.7 gnuplot graphs in LaTeX]
+ [2013/09/08 v0.7.1 gnuplot graphs in LaTeX]
\RequirePackage{latexsym,graphicx,moreverb,keyval,ifthen}
\newif\ifShellEscape
\newif\ifmiktex \miktexfalse
@@ -87,12 +87,11 @@
\fi
\IfFileExists{gnuplottex/\tmpfile}{
\ifmiktex
- \immediate\write18{del "gnuplottex\@backslashchar\tmpfile"}
- \def\subfolder{gnuplottex\@backslashchar}
+ \immediate\write18{del "gnuplottex/\tmpfile"}
\else
\immediate\write18{rm -f "gnuplottex/\tmpfile"}
- \def\subfolder{gnuplottex/}
\fi
+ \def\subfolder{gnuplottex/}
}{
\PackageWarningNoLine{gnuplottex}
{Creation of subfolder failed.\MessageBreak