\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input FR2.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=

-- Input generated from FactoredFunctionsTwoXmpPage
)clear all

double(x) == x + x
f := factor(720)
map(double,f)
makePoly(b) == x + b
g := map(makePoly,f)
nthFlag(g,1)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}