\documentclass{article} \usepackage{axiom} \begin{document} \title{\$SPAD/src/input images2.input} \author{The Axiom Team} \maketitle \begin{abstract} \end{abstract} \eject \tableofcontents \eject \section{License} <>= --Copyright The Numerical Algorithms Group Limited 1994. @ <<*>>= <> -- Color gallery page 2 )r newton )r cdraw -- create a Newton's iteration function for the equation x**3 = 2. f := newtonStep(x**3 - 2) setClipValue(4) drawComplexVectorField(f**3, -3..3, -3..3) drawComplex(f**3, -3..3, -3..3) drawComplex(f**4, -3..3, -3..3) @ \eject \begin{thebibliography}{99} \bibitem{1} nothing \end{thebibliography} \end{document}