\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input parsurf.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1991.
@
<<*>>=
<<license>>

-- test for ParametricSurface domain

)clear all

f1(u:DFLOAT,v:DFLOAT):DFLOAT == u*cos(v)
f2(u:DFLOAT,v:DFLOAT):DFLOAT == u*sin(v)
f3(u:DFLOAT,v:DFLOAT):DFLOAT == cos(u+v)
draw(surface(f1,f2,f3),0..2*%pi,-%pi..%pi)
f4(u:DFLOAT,v:DFLOAT):DFLOAT == v*cos(u+v)
draw(surface(f1,f2,f4),0..2*%pi,-%pi..%pi)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}