\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input parscurv.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 ParametricSpaceCurve domain

draw(curve(tan(cos(t)),sin(t),cos(t)),t=-12..12)
draw(curve(sin(t),cos(t),sin(t)*cos(t)),t=-12..12)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}