convert manual to python documentation style
[PyX/mjg.git] / manual / manual.tex
blobff3f8df7bac07d82110fcd7397b788ace512639f
1 \documentclass{manual}
3 % to shorten edit-compile-view cycles use
4 % \includeonly{graph}
6 \usepackage{pyx}
7 \ifhtml % redefine the PyX macro for html (the other makes trouble)
8 \def\PyX{PyX}
9 \fi
10 \usepackage{graphicx}
11 \usepackage{tabularx} % TODO: get rid of that
12 \usepackage{units} % TODO: get rid of that
14 \title{\PyX{} Reference Manual}
15 \author{J\"org Lehmann\\
16 Andr\'e Wobst}
17 \authoraddress{http://pyx.sourceforge.net/}
18 \date{\today}
19 \release{\input{pyxversion.tex}}
21 \makeindex
23 \begin{document}
25 \maketitle
27 \ifhtml % make abstact better available (as in the python docs)
28 \chapter*{Front Matter\label{front}}
29 \fi
30 \begin{abstract}
31 \noindent
32 TODO: Insert an abstract about \PyX{}.
33 \end{abstract}
35 \tableofcontents
37 \include{intro}
38 \include{path}
39 \include{unit}
40 \include{trafo}
41 \include{canvas}
42 \include{text}
43 \include{box}
44 \include{connector}
45 \include{epsfile}
46 \include{bbox}
47 \include{color}
48 \include{graph}
49 \include{axis}
50 %\appendix
51 %\include{mathtree}
52 %\include{colorname}
53 %\include{palettename}
54 %\include{pathstyles}
55 %\include{arrows}
57 \input{manual.ind}
59 \end{document}