summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/gnuplottex
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2006-11-03 06:16:00 +0000
committerNorbert Preining <preining@logic.at>2006-11-03 06:16:00 +0000
commita6d4e22f961008636a3bfc36f89570e6fa0c85f6 (patch)
tree9d13f81b2a37ab6bdf3336066017d4cb5e701011 /Master/texmf-dist/doc/latex/gnuplottex
parente9b9a3f32d1a5b371fa2256f098ee4b158f6df1d (diff)
several updates (sorry Karl, it was a long train ride):
updates of packages: screenplay, bussproofs computational-complexity dvdcoll gnuplottex mathmode movie15 pgf pstricks-add pst-labo trfsigns (dvi->pdf move, COPYING file to doc) toptesi tocvsec2 thumb textfit (doc move) added to tpm-ctan-check: typogrid trsym trfsigns tracking toptesi toolbox todo tocvsec2 tocloft tocbibind titling titlefoot thumb textopo textfit teubner tensor git-svn-id: svn://tug.org/texlive/trunk@2382 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/gnuplottex')
-rw-r--r--Master/texmf-dist/doc/latex/gnuplottex/example.tex12
-rw-r--r--Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdfbin92433 -> 90978 bytes
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/gnuplottex/example.tex b/Master/texmf-dist/doc/latex/gnuplottex/example.tex
index 525f540d7a2..951445c6186 100644
--- a/Master/texmf-dist/doc/latex/gnuplottex/example.tex
+++ b/Master/texmf-dist/doc/latex/gnuplottex/example.tex
@@ -1,18 +1,18 @@
\documentclass[a4paper]{article}
-\usepackage[pdf]{gnuplottex}
+\usepackage{gnuplottex}
\begin{document}
-\begin{gnuplot}[width=.3\textwidth]
- plot sin(x)
+\begin{gnuplot}[scale=.8]
+ plot sin(x), cos(x)
\end{gnuplot}
\begin{gnuplot}
set grid
- set title 'gnuplottex test'
- set ylabel 'y'
- set xlabel 'x'
+ set title 'gnuplottex test $e^x$'
+ set ylabel '$y$'
+ set xlabel '$x$'
plot exp(x) with linespoints
\end{gnuplot}
diff --git a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf
index 2793c43f0e9..e2b438ff4c3 100644
--- a/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf
+++ b/Master/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf
Binary files differ