diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-24 23:18:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-24 23:18:04 +0000 |
commit | cb816f38f1e3873a1da8f2b33f2b630ccf8e8fa6 (patch) | |
tree | c63b1aab3c2ee6387acd9ccf4e077f81675d2952 /Master/texmf-dist/doc/latex/numericplots/src/options.tex | |
parent | eb6cd746c2e19735a17b67414c8b427fde92ce23 (diff) |
numericplots (21apr13)
git-svn-id: svn://tug.org/texlive/trunk@30097 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/numericplots/src/options.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/numericplots/src/options.tex | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/numericplots/src/options.tex b/Master/texmf-dist/doc/latex/numericplots/src/options.tex new file mode 100644 index 00000000000..e4f6c416dbd --- /dev/null +++ b/Master/texmf-dist/doc/latex/numericplots/src/options.tex @@ -0,0 +1,44 @@ +% Copyright 2010 Thomas Koenig, Alexander Michel +% +% 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/>. + +\section{Options} + +\subsection{General}\label{sec:OptionsGeneral} + + These are the options for the environment \texttt{NumericDataPlot}. Note that the padding values llx, lly, urx, ury depend on the type settings. + + \begin{itemize} + \item xPicMin [0], yPicMin [0], xPicMax [1000], yPicMax [1000] + \item TickLength [2] defines the length of the ticks in mm +\item \verb|\origXLabelSep| [\verb|\baselineskip|+1ex], \verb|\origYLabelSep| +[7ex] + \item \verb|\StdLLX| [7ex +\verb|\baselineskip|+2pt] + \verb|\StdLLY|[2\verb|\baselineskip|+1ex+2pt] + \verb|\StdURX|[2ex] + \verb|\StdURY|[0.5em] + \end{itemize} + + +\subsection{Automatic list with xkvview} +The following list of keys defined by the package was created with xkvview. + +\xkvview{prefix=NumericDataPlot,file=keys_NumericDataPlot} + +% \xkvview{family=Axis,file=keys_Axis} +% \xkvview{family=xAxis,file=keys_xAxis} +% \xkvview{family=yAxis,file=keys_yAxis} + |