3 % to shorten edit-compile-view cycles use
8 \def\PyX{PyX
} % redefine the PyX macro for html (the other makes trouble)
9 \def\textquotedbl{"
} % make double quotes available in html
12 \usepackage[T1]{fontenc}
13 \usepackage{tabularx
} % TODO: get rid of that
14 \usepackage{units
} % TODO: get rid of that
16 \title{\PyX{} Reference Manual
}
17 \author{J\"org Lehmann, Andr\'e Wobst
}
18 \authoraddress{http://pyx.sourceforge.net/
}
19 \date{\input{pyxdate.tex
}}
20 \release{\input{pyxversion.tex
}}
29 \ifhtml % make abstract better available (as in the Python docs)
30 \chapter*
{Front Matter
\label{front
}}
34 \PyX{} is a Python package for the creation of PostScript and PDF files. It
35 combines an abstraction of the PostScript drawing model with a TeX/LaTeX
36 interface. Complex tasks like
2d and
3d plots in publication-ready quality are
37 built out of these primitives.