\documentclass{article} \usepackage{axiom} \begin{document} \title{\$SPAD/src/input VECTOR.input} \author{The Axiom Team} \maketitle \begin{abstract} \end{abstract} \eject \tableofcontents \eject <<*>>= -- Input generated from VectorXmpPage )clear all u : VECTOR INT := new(5,12) v : VECTOR INT := vector([1,2,3,4,5]) #(v) v.2 v.3 := 99 v 5 * v v * 7 w : VECTOR INT := vector([2,3,4,5,6]) v + w v - w @ \eject \begin{thebibliography}{99} \bibitem{1} nothing \end{thebibliography} \end{document}