\documentclass{article} \usepackage{axiom} \begin{document} \title{\$SPAD/src/input d001aqf.input} \author{The Axiom Team} \maketitle \begin{abstract} \end{abstract} \eject \tableofcontents \eject \section{License} <>= --Copyright The Numerical Algorithms Group Limited 1994. @ <<*>>= <> )clear all showArrayValues true showScalarValues true e:Expression Float:=(X**2+0.01**2)**-1 f:ASP1(G):=retract e a:SF:=-1.0 b:SF:=1.0 c:SF:=0.5 epsabs:SF:=0.0 epsrel:SF:=1.0e-4 liw:=200 lw:=4*200 result:=d01aqf(a,b,c,epsabs,epsrel,lw,liw,-1,f) @ \eject \begin{thebibliography}{99} \bibitem{1} nothing \end{thebibliography} \end{document}