summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-17 00:50:51 +0000
committerKarl Berry <karl@freefriends.org>2011-04-17 00:50:51 +0000
commit16c8296f62f6ea026e67cce53df2647c97f5427c (patch)
treea95e20d7d62670b9d8ffcd5ae75d8ec8a77439c2
parentddb181442c75e8cc1bd5c45a049086cf23346a8d (diff)
gnuplottex (16apr11)
git-svn-id: svn://tug.org/texlive/trunk@22101 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/gnuplottex/example-pdf.tex2
-rw-r--r--Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdfbin95704 -> 93498 bytes
-rw-r--r--Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx6
-rw-r--r--Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty2
4 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/gnuplottex/example-pdf.tex b/Master/texmf-dist/doc/latex/gnuplottex/example-pdf.tex
index 6f52b1d11d7..eadacef0472 100644
--- a/Master/texmf-dist/doc/latex/gnuplottex/example-pdf.tex
+++ b/Master/texmf-dist/doc/latex/gnuplottex/example-pdf.tex
@@ -4,7 +4,7 @@
\begin{document}
-\begin{gnuplot}[terminal=pdf,terminaloptions=fsize 20 linewidth 3]
+\begin{gnuplot}[terminal=pdf,terminaloptions={font ",10" linewidth 3}]
plot sin(x), cos(x)
\end{gnuplot}
diff --git a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf
index e65feed1913..38db0959ac6 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 06881efef80..50f62d7c8e6 100644
--- a/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx
+++ b/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (c) 2006-2007, Lars Kotthoff <lars@larsko.org>
+% Copyright (c) 2006-2011, Lars Kotthoff <lars@larsko.org>
%
% Large portions copied from pdftex,
% Copyright (c) 2001-3, Radhakrishnan CV <cvr@river-valley.com>
@@ -42,7 +42,7 @@
%<package> \NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package> \ProvidesPackage{gnuplottex}
%<*package>
- [2007/10/13 v0.4.2 gnuplot graphs in LaTeX]
+ [2011/04/16 v0.4.3 gnuplot graphs in LaTeX]
\RequirePackage{latexsym,graphicx,moreverb,keyval,ifthen}
%</package>
%
@@ -158,7 +158,7 @@
% similar to the specification of the terminal name. It defaults to 1, i.e.\ no
% scaling will be done. Additional options to the terminal can be given as
% argument to the \texttt{terminaloptions} key, e.g.\\
-% \verb=\begin{gnuplot}=[terminal=pdf,terminaloptions=fsize 12 linewidth 2]\\
+% \verb=\begin{gnuplot}=[terminal=pdf,terminaloptions={font ",10" linewidth 3}]\\
% \ldots\\
% \verb=\end{gnuplot}=
%
diff --git a/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty b/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty
index 81b356f9799..0b99f6e367b 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}
- [2007/10/13 v0.4.2 gnuplot graphs in LaTeX]
+ [2011/04/16 v0.4.3 gnuplot graphs in LaTeX]
\RequirePackage{latexsym,graphicx,moreverb,keyval,ifthen}
\newif\ifShellEscape
\newif\ifmiktex \miktexfalse