diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-20 21:21:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-20 21:21:12 +0000 |
commit | 895be1e59f1fdb9adca204e7f96a7ad281892b21 (patch) | |
tree | e3b33b582be5e003edef85fc49d3de05f9e4c551 /Master/texmf-dist | |
parent | 1e4b38acc471ba3a49af72503c7f15367bfebd95 (diff) |
gnuplottex update (19jan08)
git-svn-id: svn://tug.org/texlive/trunk@6336 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/gnuplottex/example.tex | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf | bin | 95619 -> 95704 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/gnuplottex/gnuplottex.dtx | 8 |
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 Binary files differindex 8e999960cb8..e65feed1913 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 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} % |