diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-15 16:36:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-15 16:36:16 +0000 |
commit | cb0242710d6e1f090949ba9bd63b50c9f6410865 (patch) | |
tree | 03560008a87b187f2046fa2d413c53844e700721 /Master/texmf-dist/doc/latex | |
parent | ff31968af2082f51e521acb83ade071ba1d2b128 (diff) |
gnuplottex update (13oct07)
git-svn-id: svn://tug.org/texlive/trunk@5198 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/gnuplottex/example-pdf.tex | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf | bin | 94622 -> 95619 bytes |
2 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/gnuplottex/example-pdf.tex b/Master/texmf-dist/doc/latex/gnuplottex/example-pdf.tex new file mode 100644 index 00000000000..6f52b1d11d7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/gnuplottex/example-pdf.tex @@ -0,0 +1,19 @@ +\documentclass[a4paper]{article} + +\usepackage{gnuplottex} + +\begin{document} + +\begin{gnuplot}[terminal=pdf,terminaloptions=fsize 20 linewidth 3] + 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 149661d8670..8e999960cb8 100644 --- a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf +++ b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf |