diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-19 16:18:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-19 16:18:29 +0000 |
commit | 96b0b0d816058a1ec98b27f72d6bd57a82e5bf5d (patch) | |
tree | bf4564ef02357935f01e4a31eaa816b33a990e19 /Master/texmf-dist/doc/latex/numericplots/NumericPlotsDoc.tex | |
parent | 77215650a9e7341885b43f4abd9c747055caca1c (diff) |
numericplots (minus matlab)
git-svn-id: svn://tug.org/texlive/trunk@19805 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/numericplots/NumericPlotsDoc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/numericplots/NumericPlotsDoc.tex | 171 |
1 files changed, 171 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/numericplots/NumericPlotsDoc.tex b/Master/texmf-dist/doc/latex/numericplots/NumericPlotsDoc.tex new file mode 100644 index 00000000000..9d6cbdb98fe --- /dev/null +++ b/Master/texmf-dist/doc/latex/numericplots/NumericPlotsDoc.tex @@ -0,0 +1,171 @@ +% Copyright 2010 Thomas König, Alexander Michel, Michael Baumgart +% +% This file is part of NumericPlots. +% +% NumericPlots is free software: you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% any later version. +% +% NumericPlots is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You should have received a copy of the GNU General Public License +% along with NumericPlots. If not, see <http://www.gnu.org/licenses/>. + + +\documentclass[parskip]{scrartcl} + +\usepackage[Gray]{SIunits} +% \usepackage{floatbarrier} +% \usepackage{showexpl} +\usepackage{etex} % use e-TeX’s extended register set +% options for package: +% BW: black and white +% AxisStyle=<style>: set standard axis style ([Boxed], Frame, FrameI, None) +\usepackage[ + %BW, + xAxisStyle=Lower, + yAxisStyle=Left, + ]{NumericPlots} + +\usepackage[ + ps2pdf, %% similar to dvips but redefines some macros for use with ps2pdf + final, + bookmarks=true, %% if true, generate PDF bookmarks (requires two passes of pdflatex) + bookmarksopen=false, %% if true, show all PDF bookmarks expanded + bookmarksnumbered=true, %% if true, add the section numbers to the bookmarks +% linkbordercolor=acin_red, +% urlbordercolor=acin_red, +% citebordercolor=acin_red, +% filebordercolor=acin_red, + pdfpagemode=UseOutlines, %% None, UseOutlines (=show bookmarks), UseThumbs (show thumbnails), FullScreen +% breaklinks, + pdfauthor = {Thomas Koenig Alexander Michel Michael Baumgart}, + pdftitle = {NumericPlots - plot numeric data with latex}, + pdfsubject = {}, + plainpages=false, + hyperindex=true, +]{hyperref} + +\title{NumericPlots - plot numeric data with latex} +\author{Thomas K\"{o}nig, Alexander Michel, Michael Baumgart} +\date{\today} + +\begin{document} + +% redefining the StdLabelOption and StdTickLabelOption applies to all following +% plots. +% \renewcommand{\StdLabelOption}{\LARGE} +% \renewcommand{\StdTickLabelOption}{\LARGE} + +\maketitle + +Plotting numeric data is a task which often has to be done for scientific +papers. In \LaTeX, however, it is only possible to include graphics created with +an external program. The pstricks-packages provide many commands to +generate graphics in \LaTeX. To generate simple graphics from numeric data, +however, it is difficult to use. This package provides a simpler interface for +the pstricks-package to plot numeric data. + +\tableofcontents + +\part{Introduction} + +Plotting numeric data is a task which often has to be done for scientific +papers. In \LaTeX, however, it is only possible to include graphics created with +an external program. The pstricks-packages provide very many commands to +generate graphics in \LaTeX. To generate simple graphics from numeric data, +however, it is difficult to use. This package provides a simpler interface for +the pstricks-package to plot numeric data. + +NumericPlots is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +any later version. + +NumericPlots is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with NumericPlots. If not, see http://www.gnu.org/licenses/. + +Copyright 2010 Thomas K\"{o}nig, Alexander Michel, Michael Baumgart + + +% \part{Using the package} -> in BasicFunctionality + +\include{BasicFunctionality} + +\include{MultiplePlots} + +\section{package options} + +\section{list of commands and options} + +\include{options} + +\include{TechnicalDetails} + + +% \part{Examples} + +\include{FurtherExamples} + +\include{TestPlots} + + +% \part{Version} + +\include{history} + +% \section{Test Calculations} +% +% Teste setkeys +% +% Watch: +% +% \setkeys*[NumericDataPlot]{Axis}{xO=34, xMin=10} +% \setrmkeys[NumericDataPlot]{AxisWait} +% \begin{tabular}{ll} +% xMin & \NumDataPlotxMin\\ +% \textbf{xO:} & \NumDataPlotxO \\ +% \end{tabular} +% +% \setkeys*[NumericDataPlot]{Axis}{xMin=10, xO=34} +% \setrmkeys[NumericDataPlot]{AxisWait} +% \begin{tabular}{ll} +% xMin & \NumDataPlotxMin\\ +% \textbf{xO:} & \NumDataPlotxO \\ +% \end{tabular} +% +% \setkeys*[NumericDataPlot]{Axis}{xMin=10} +% \setrmkeys[NumericDataPlot]{AxisWait} +% \begin{tabular}{ll} +% xMin & \NumDataPlotxMin\\ +% \textbf{xO:} & \NumDataPlotxO \\ +% \end{tabular} +% +% calculation example: + +% \setkeys*[NumericDataPlot]{Axis}{xO=34, xMax=20, xMin=10, Dx=2} +% \setrmkeys[NumericDataPlot]{AxisWait} +% \begin{tabular}{ll} +% xCoordMin & \NumDataPlotxCoordMin\\ +% xCoordMax & \NumDataPlotxCoordMax \\ +% xMin: & \NumDataPlotxMin \\ +% xMax: & \NumDataPlotxMax \\ +% xCoordMax: & \NumDataPlotxCoordMax \\ +% xCoordMin: & \NumDataPlotxCoordMin \\ +% Dx: & \NumDataPlotDx \\ +% \textit{xNrTicks:} & \xNrTicks \\ +% %\textit{NumDataPlotdx} & \NumDataPlotdx\\ +% %\textit{NumDataPlotxCoordOrig} & \NumDataPlotdx\\ +% \textbf{xO:} & \NumDataPlotxO \\ +% \end{tabular} + +\end{document} |