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

-- Input generated from SegmentXmpPage
)clear all

s := 3..10
lo s
hi s
t := 10..3 by -2
incr s
incr t
l := [1..3, 5, 9, 15..11 by -1]
expand s
expand t
expand l
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}