\documentclass{article} \usepackage{axiom} \begin{document} \title{\$SPAD/src/input torus.input} \author{The Axiom Team} \maketitle \begin{abstract} \end{abstract} \eject \tableofcontents \eject <<*>>= )cl all f(x:SF):SF == x torus := tubePlot(sin t,cos t,0,f,0..2*%pi,0.5::SF,12,"closed") makeViewport3D(torus,"torus")$VIEW3D @ \eject \begin{thebibliography}{99} \bibitem{1} nothing \end{thebibliography} \end{document}