summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex
diff options
context:
space:
mode:
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}