summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/gnuplottex/example.tex19
-rw-r--r--Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdfbin95619 -> 95704 bytes
-rw-r--r--Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx8
3 files changed, 4 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/latex/gnuplottex/example.tex b/Master/texmf-dist/doc/latex/gnuplottex/example.tex
deleted file mode 100644
index 71c0d4349f5..00000000000
--- a/Master/texmf-dist/doc/latex/gnuplottex/example.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-\documentclass[a4paper]{article}
-
-\usepackage{gnuplottex}
-
-\begin{document}
-
-\begin{gnuplot}[terminal=pdf]
- plot sin(x), cos(x)
-\end{gnuplot}
-
-\begin{gnuplot}[scale=0.8]
- set grid
- set title 'gnuplottex test $e^x$'
- set ylabel '$y$'
- set xlabel '$x$'
- plot exp(x) with linespoints
-\end{gnuplot}
-
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf
index 8e999960cb8..e65feed1913 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 3ea2a78d27d..06881efef80 100644
--- a/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx
+++ b/Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx
@@ -150,17 +150,17 @@
%
% The terminal name can be specified as
% a value to the key \texttt{terminal} as an argument to the environment,\\
-% \verb=\begin{gnuplottex}=[terminal=\meta{terminal}]\\
+% \verb=\begin{gnuplot}=[terminal=\meta{terminal}]\\
% \ldots\\
-% \verb=\end{gnuplottex}=
+% \verb=\end{gnuplot}=
%
% The graph can be scaled by providing an argument to the \texttt{scale} key,
% 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{gnuplottex}=[terminal=pdf,terminaloptions=fsize 12 linewidth 2]\\
+% \verb=\begin{gnuplot}=[terminal=pdf,terminaloptions=fsize 12 linewidth 2]\\
% \ldots\\
-% \verb=\end{gnuplottex}=
+% \verb=\end{gnuplot}=
%
% \section{Acknowledgements}
%