summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-09 23:39:38 +0000
committerKarl Berry <karl@freefriends.org>2008-08-09 23:39:38 +0000
commitf41811b55dfce3a5f59b953b68457b0aa5491baf (patch)
treec0346bf5128a5e21c5909eb116121b28de0fd24b /Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex
parent607cf34a8ca9e08fbb89b52ee710467a72b5b99f (diff)
pgfplots update (10aug08)
git-svn-id: svn://tug.org/texlive/trunk@10222 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex19
1 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex
index b00a5fd7ea6..36fce7596e1 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex
@@ -21,6 +21,9 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{pgfplots.preamble.tex}
+%\usetikzlibrary{external}
+%\tikzexternalize[prefix=figures/]{pgfplots}
+
\def\plotcoords{%
\addplot coordinates {
(5,8.312e-02) (17,2.547e-02) (49,7.407e-03)
@@ -59,10 +62,13 @@
{\small Version \pgfplotsversion}\\
{\small\href{http://sourceforge.net/projects/pgfplots}{http://sourceforge.net/projects/pgfplots}}}
+%\includeonly{pgfplots.reference}
+
+
\begin{document}
\maketitle
\begin{abstract}%
-\PGFPlots\ draws high--quality function plots in normal or logarithmic scaling with a user-friendly interface. The user supplies axis labels, legend entries and the plot coordinates for one or more plots and \PGFPlots\ applies axis scaling, computes any logarithms and axis ticks and draws the plots, supporting line plots, piecewise constant plots, bar plots and area plots. It is based on Till Tantau's package \PGF/\Tikz.
+\PGFPlots\ draws high--quality function plots in normal or logarithmic scaling with a user-friendly interface directly in \TeX. The user supplies axis labels, legend entries and the plot coordinates for one or more plots and \PGFPlots\ applies axis scaling, computes any logarithms and axis ticks and draws the plots, supporting line plots, piecewise constant plots, bar plots and area plots. It is based on Till Tantau's package \PGF/\Tikz.
\end{abstract}
\tableofcontents
\section{Introduction}
@@ -79,13 +85,14 @@ I thank God for all hours of enjoyed programming. I thank Pascal Wolkotte, autho
Last but not least, I thank Till Tantau and Mark Wibrow for their excellent graphics (and more) package \PGF\ and \Tikz\ which is the base of \PGFPlots.
-\input{pgfplots.install.tex}%
-\input{pgfplots.intro.tex}%
-\input{pgfplots.reference.tex}%
-\input{pgfplots.importexport.tex}%
+\include{pgfplots.install}%
+\include{pgfplots.intro}%
+\include{pgfplots.reference}%
+\include{pgfplots.resources}%
+\include{pgfplots.importexport}%
\printindex
\bibliographystyle{abbrv} %gerapali} %gerabbrv} %gerunsrt.bst} %gerabbrv}% gerplain}
-\bibliography{pgfplots.bib}
+\bibliography{pgfplots}
\end{document}