remove pyxdate and pyxversion, which are not be handled by separate files
[PyX/mjg.git] / manual / manual.tex
blobc367c969df61842bcff56837ae1ae0f7a5515c82
1 \documentclass{manual}
2 \usepackage{pyx}
3 \usepackage{graphicx}
4 \usepackage[T1]{fontenc}
6 \title{\PyX{} Reference Manual}
7 \author{J\"org Lehmann, Andr\'e Wobst}
8 \authoraddress{http://pyx.sourceforge.net/}
9 \date{DUMMY}
10 \release{DUMMY}
12 \makeindex
14 \begin{document}
16 \maketitle
17 \cleardoublepage
19 \begin{abstract}
20 \noindent
21 \PyX{} is a Python package for the creation of PostScript and PDF files. It
22 combines an abstraction of the PostScript drawing model with a TeX/LaTeX
23 interface. Complex tasks like 2d and 3d plots in publication-ready quality are
24 built out of these primitives.
25 \end{abstract}
27 \tableofcontents
29 % \include{intro}
30 % \include{graphics}
31 % \include{path}
32 % \include{deformer}
33 % \include{canvas}
34 % \include{document}
35 % \include{text}
36 % \include{graph}
37 % \include{axis}
38 % \include{box}
39 % \include{connector}
40 % \include{epsfile}
41 % \include{bitmap}
42 % \include{bbox}
43 % \include{color}
44 % \include{pattern}
45 % \include{unit}
46 % \include{trafo}
47 % \appendix
48 % \include{colorname}
49 % \include{palettename}
50 % \include{pathstyles}
51 % \include{arrows}
53 \end{document}