File: pyxplot-plastex.tex

package info (click to toggle)
pyxplot 0.9.2-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,960 kB
  • ctags: 3,606
  • sloc: ansic: 50,357; xml: 1,339; python: 572; sh: 321; makefile: 92
file content (148 lines) | stat: -rw-r--r-- 3,503 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
% PYXPLOT.TEX
%
% The documentation in this file is part of PyXPlot
% <http://www.pyxplot.org.uk>
%
% Copyright (C) 2006-2010 Dominic Ford <coders@pyxplot.org.uk>
%               2009-2010 Ross Church
%
% $Id: pyxplot.tex 21 2007-02-26 15:14:43Z rpc25 $
%
% PyXPlot 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 2 of the License, or (at your option) any later
% version.
%
% You should have received a copy of the GNU General Public License along with
% PyXPlot; if not, write to the Free Software Foundation, Inc., 51 Franklin
% Street, Fifth Floor, Boston, MA  02110-1301, USA

% ----------------------------------------------------------------------------

% LaTeX source for the PyXPlot Users' Guide

\documentclass[a4paper,onecolumn,11pt]{book}
\usepackage[dvips]{graphicx}
%\usepackage{amssymb,amsmath,url,lscape,longtable,fancyvrb,makeidx,wasysym}
\usepackage{afterpage,amssymb,amsmath,bbding,color,longtable,multirow,nicefrac,fancyvrb,makeidx,upgreek,wasysym}
\makeindex
\def\version{0.8.0}
\def\reldate{May 2010}
\include{definitions}

%\newcommand\columncolor[1]{}

\newcommand{\url}[1]{#1}

% Make box and example float environments
%\definecolor{LightGrey}{gray}{0.9}
%\usepackage[bf]{caption}
%\usepackage{float}
%\floatstyle{plain}

% Make box float environment
%\newfloat{boxout2}{thp}{lob}
%\floatname{boxout2}{Box}

\newcommand{\boxout}[3]{
%\begin{boxout2}
\begin{tabular}{|>{\columncolor{LightGrey}}l|}
%\begin{tabular}{|l|}
\hline
\begin{minipage}{\textwidth}
\vspace{2.5mm}
#3
\vspace{2.5mm}
\end{minipage} \\
\hline
\end{tabular}
%\caption{#1}
\label{#2}
%\end{boxout2}
}

% Make example float environment
%\newfloat{exampletag}{thp}{loe}
%\floatname{exampletag}{Example}

\newcommand{\example}[3]{
%\afterpage{
%
%\begin{exampletag}[H]
%\caption[#2]
{\upshape\mdseries\rm #2.}\label{#1}\end
%{exampletag}
%\vspace{-5mm}
\begin{longtable}{|>{\columncolor{LightGrey}}p{\textwidth}|}
\hline \endfoot
\hline \endhead
#3
\end{longtable}%\newpage
%}
}

\newcommand{\nlnp} {\\\hspace{8mm}}
\newcommand{\nlscf}{\vspace{3mm}\\\noindent}
\newcommand{\nlfcf}{\vspace{3mm}\\\hspace{8mm}}


\begin{document}

\begin{titlepage}
\normalsize
\vspace*{0.5cm}
\begin{center}
{\Huge \bf PyXPlot Users' Guide}\\
\end{center}
\vspace*{0.5cm}
\begin{center}
{\LARGE \bf A Command-line Data Processing, \\ \vspace{2mm} Graph Plotting and \\ \vspace{2mm} Vector Graphics Suite. \\}
\end{center}
\vspace*{0.5cm}
\begin{center}
{\Large Version \version \\}
\end{center}
\vspace*{0.0cm}
\begin{center}
\includegraphics[width=10cm]{examples/eps/ex_cover}
\end{center}
\vspace*{0.0cm}
\begin{center}
{\Large Dominic Ford, Ross Church \\ \vspace{2mm} Email: \noindent {\tt coders@pyxplot.org.uk} \\ }
\end{center}
\vspace*{0.5cm}
\begin{center}
{\Large \reldate \\}
\end{center}
\end{titlepage}

\part{Introduction to PyXPlot}
\include{introduction}
\include{installation}
\include{first_steps}
\include{calculations}
\include{data}
\include{programming}
\part{Plotting and Vector Graphics}
\include{plotting}
\include{terminals}
\include{vector_graphics}
\part{Reference Manual}
\include{reference}
\include{functions}
\include{constants}
\include{units}
\include{papersizes}
\include{colours}
\include{linestyles}
\include{configuration}
\part{Appendices}
\appendix
\include{other_apps}
\include{gnuplot_diffs}
\include{fit_maths}
\include{changelog}

\printindex

\end{document}