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

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